Shades of Dark Cerulean #1E4176
Tints of Dark Cerulean #1E4176
RGB
CMYK
RGB Variations
Color information
#1E4176 (or 0x1E4176) is known color: Dark Cerulean. HEX triplet: 1E, 41 and 76. RGB value is (30,65,118). Sum of RGB (Red+Green+Blue) = 30+65+118=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4176 is #E1BE89. Grayscale: #3C3C3C. Windows color (decimal): -14794378 or 7749918. OLE color: 7749918.
HSL color Cylindrical-coordinate representation of color #1E4176: hue angle of 216.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4176 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 65 | 118 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.54 |
| HSL | 216.14º | 0.59% | 0.29% | - |
| HSV(B) | 216.14º | 0.75% | 0.46% | - |
| XYZ | 5.7 | 5.36 | 17.87 | - |
| YUV | 60.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 118 | 0.75 | 0.45 | 0 | 0.54 | 216.14 | 0.59 | 0.29 |
| Hex | 1E | 41 | 76 | 4B | 2D | 0 | 36 | D8 | 3B | 1D |
| Octal | 36 | 101 | 166 | 113 | 55 | 0 | 66 | 330 | 73 | 35 |
| Binary | 11110 | 1000001 | 1110110 | 1001011 | 101101 | 0 | 110110 | 11011000 | 111011 | 11101 |
Color Harmonies of #1E4176
Complementary color
Monochromatic Colors of #1E4176
Black with #1E4176
Text Example
Text Example
White with #1E4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4176; }
p { color: rgb(30,65,118); }
H1.HeaderClassName
{
color: #1E4176;
}
.AnyTagClassName
{
color: #1E4176;
}
</style>
background-color css
<style>
a { background-color: #1E4176; }
a { background-color: rgb(30,65,118); }
div.DivClassName
{
background-color: #1E4176;
}
.BgClassName
{
background-color: #1E4176;
}
</style>
border-color css
<style>
span { border-color: #1E4176; }
span { border-color: rgb(30,65,118); }
td.TdClassName
{
border-color: #1E4176;
}
.TagClassName
{
border-color: #1E4176;
}
</style>