rgb(19, 14, 188)
- In a RGB color space, hex #130ebc color is composed of 7% red, 5% green, and 74% blue.
- In a CMYK color space, it is consist of 90% cyan, 93% magenta, 0% yellow and 26% black.
- In web design, the web safe color for #130ebc is #3300CC. The complementary color of #130ebc is #b7bc0e.
#130ebc Color Conversion
Hex Color #130ebc RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #130ebc
-
#130ebc
#130ebc
-
#b7bc0e
#b7bc0e
-
#8a87de
#8a87de
-
#dbde87
#dbde87
-
#0e0a8d
#0e0a8d
-
#898d0a
#898d0a
-
#6765a6
#6765a6
-
#a4a665
#a4a665
Two colors (#130ebc,#b7bc0e) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#130ebc
#130ebc
-
#8a87de
#8a87de
-
#0a075e
#0a075e
-
#c4c3ee
#c4c3ee
-
#0e0a8d
#0e0a8d
-
#6765a6
#6765a6
-
#070546
#070546
-
#9392b2
#9392b2
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #130ebc
-
#130ebc
#130ebc
-
#110DA9
#110DA9
-
#0F0B96
#0F0B96
-
#0D0A84
#0D0A84
-
#0B0871
#0B0871
-
#0A075E
#0A075E
-
#08064B
#08064B
-
#060438
#060438
-
#040326
#040326
-
#020113
#020113
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#130ebc
#130ebc
-
#2B26C3
#2B26C3
-
#423EC9
#423EC9
-
#5A56D0
#5A56D0
-
#716ED7
#716ED7
-
#8987DE
#8987DE
-
#A19FE4
#A19FE4
-
#B8B7EB
#B8B7EB
-
#D0CFF2
#D0CFF2
-
#E7E7F8
#E7E7F8
-
#F8F8FD
#F8F8FD
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#130ebc Color Preview on Black Background
#130ebc Color Preview on White Background
<span style="color:#130ebc;">Text here</span>
#130ebc Background Color
#130ebc Background Color
<p style="background-color:#130ebc;">Text here</p>
#130ebc Border Color
<div style="border:1px solid #130ebc;">Text here</div>
<style>.text {color:#130ebc;}
.background {background-color:#130ebc;}
.border {border:1px solid #130ebc;}</style>