Shades of Dark Cerulean #1E4472
Tints of Dark Cerulean #1E4472
RGB
CMYK
RGB Variations
Color information
#1E4472 (or 0x1E4472) is known color: Dark Cerulean. HEX triplet: 1E, 44 and 72. RGB value is (30,68,114). Sum of RGB (Red+Green+Blue) = 30+68+114=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4472 is #E1BB8D. Grayscale: #3D3D3D. Windows color (decimal): -14793614 or 7488542. OLE color: 7488542.
HSL color Cylindrical-coordinate representation of color #1E4472: hue angle of 212.86º degrees, saturation: 0.58, 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 #1E4472 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 68 | 114 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.55 |
| HSL | 212.86º | 0.58% | 0.28% | - |
| HSV(B) | 212.86º | 0.74% | 0.45% | - |
| XYZ | 5.64 | 5.63 | 16.71 | - |
| YUV | 61.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 114 | 0.74 | 0.40 | 0 | 0.55 | 212.86 | 0.58 | 0.28 |
| Hex | 1E | 44 | 72 | 4A | 28 | 0 | 37 | D5 | 3A | 1C |
| Octal | 36 | 104 | 162 | 112 | 50 | 0 | 67 | 325 | 72 | 34 |
| Binary | 11110 | 1000100 | 1110010 | 1001010 | 101000 | 0 | 110111 | 11010101 | 111010 | 11100 |
Color Harmonies of #1E4472
Complementary color
Monochromatic Colors of #1E4472
Black with #1E4472
Text Example
Text Example
White with #1E4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4472; }
p { color: rgb(30,68,114); }
H1.HeaderClassName
{
color: #1E4472;
}
.AnyTagClassName
{
color: #1E4472;
}
</style>
background-color css
<style>
a { background-color: #1E4472; }
a { background-color: rgb(30,68,114); }
div.DivClassName
{
background-color: #1E4472;
}
.BgClassName
{
background-color: #1E4472;
}
</style>
border-color css
<style>
span { border-color: #1E4472; }
span { border-color: rgb(30,68,114); }
td.TdClassName
{
border-color: #1E4472;
}
.TagClassName
{
border-color: #1E4472;
}
</style>