Shades of Dark Cerulean #1E4373
Tints of Dark Cerulean #1E4373
RGB
CMYK
RGB Variations
Color information
#1E4373 (or 0x1E4373) is known color: Dark Cerulean. HEX triplet: 1E, 43 and 73. RGB value is (30,67,115). Sum of RGB (Red+Green+Blue) = 30+67+115=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4373 is #E1BC8C. Grayscale: #3D3D3D. Windows color (decimal): -14793869 or 7553822. OLE color: 7553822.
HSL color Cylindrical-coordinate representation of color #1E4373: hue angle of 213.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4373 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 67 | 115 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.55 |
| HSL | 213.88º | 0.59% | 0.28% | - |
| HSV(B) | 213.88º | 0.74% | 0.45% | - |
| XYZ | 5.64 | 5.53 | 16.99 | - |
| YUV | 61.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 115 | 0.74 | 0.42 | 0 | 0.55 | 213.88 | 0.59 | 0.28 |
| Hex | 1E | 43 | 73 | 4A | 2A | 0 | 37 | D6 | 3B | 1C |
| Octal | 36 | 103 | 163 | 112 | 52 | 0 | 67 | 326 | 73 | 34 |
| Binary | 11110 | 1000011 | 1110011 | 1001010 | 101010 | 0 | 110111 | 11010110 | 111011 | 11100 |
Color Harmonies of #1E4373
Complementary color
Monochromatic Colors of #1E4373
Black with #1E4373
Text Example
Text Example
White with #1E4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4373; }
p { color: rgb(30,67,115); }
H1.HeaderClassName
{
color: #1E4373;
}
.AnyTagClassName
{
color: #1E4373;
}
</style>
background-color css
<style>
a { background-color: #1E4373; }
a { background-color: rgb(30,67,115); }
div.DivClassName
{
background-color: #1E4373;
}
.BgClassName
{
background-color: #1E4373;
}
</style>
border-color css
<style>
span { border-color: #1E4373; }
span { border-color: rgb(30,67,115); }
td.TdClassName
{
border-color: #1E4373;
}
.TagClassName
{
border-color: #1E4373;
}
</style>