Shades of Dark Cerulean #1E4174
Tints of Dark Cerulean #1E4174
RGB
CMYK
RGB Variations
Color information
#1E4174 (or 0x1E4174) is known color: Dark Cerulean. HEX triplet: 1E, 41 and 74. RGB value is (30,65,116). Sum of RGB (Red+Green+Blue) = 30+65+116=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E4174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4174 is #E1BE8B. Grayscale: #3C3C3C. Windows color (decimal): -14794380 or 7618846. OLE color: 7618846.
HSL color Cylindrical-coordinate representation of color #1E4174: hue angle of 215.58º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4174 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 65 | 116 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.55 |
| HSL | 215.58º | 0.59% | 0.29% | - |
| HSV(B) | 215.58º | 0.74% | 0.45% | - |
| XYZ | 5.58 | 5.32 | 17.26 | - |
| YUV | 60.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 116 | 0.74 | 0.44 | 0 | 0.55 | 215.58 | 0.59 | 0.29 |
| Hex | 1E | 41 | 74 | 4A | 2C | 0 | 37 | D8 | 3B | 1D |
| Octal | 36 | 101 | 164 | 112 | 54 | 0 | 67 | 330 | 73 | 35 |
| Binary | 11110 | 1000001 | 1110100 | 1001010 | 101100 | 0 | 110111 | 11011000 | 111011 | 11101 |
Color Harmonies of #1E4174
Complementary color
Monochromatic Colors of #1E4174
Black with #1E4174
Text Example
Text Example
White with #1E4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4174; }
p { color: rgb(30,65,116); }
H1.HeaderClassName
{
color: #1E4174;
}
.AnyTagClassName
{
color: #1E4174;
}
</style>
background-color css
<style>
a { background-color: #1E4174; }
a { background-color: rgb(30,65,116); }
div.DivClassName
{
background-color: #1E4174;
}
.BgClassName
{
background-color: #1E4174;
}
</style>
border-color css
<style>
span { border-color: #1E4174; }
span { border-color: rgb(30,65,116); }
td.TdClassName
{
border-color: #1E4174;
}
.TagClassName
{
border-color: #1E4174;
}
</style>