Shades of Dark Cerulean #164978
Tints of Dark Cerulean #164978
RGB
CMYK
RGB Variations
Color information
#164978 (or 0x164978) is known color: Dark Cerulean. HEX triplet: 16, 49 and 78. RGB value is (22,73,120). Sum of RGB (Red+Green+Blue) = 22+73+120=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #164978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164978 is #E9B687. Grayscale: #3E3E3E. Windows color (decimal): -15316616 or 7883030. OLE color: 7883030.
HSL color Cylindrical-coordinate representation of color #164978: hue angle of 208.78º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164978 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 73 | 120 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.53 |
| HSL | 208.78º | 0.69% | 0.28% | - |
| HSV(B) | 208.78º | 0.82% | 0.47% | - |
| XYZ | 6.1 | 6.29 | 18.66 | - |
| YUV | 63.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 120 | 0.82 | 0.39 | 0 | 0.53 | 208.78 | 0.69 | 0.28 |
| Hex | 16 | 49 | 78 | 52 | 27 | 0 | 35 | D1 | 45 | 1C |
| Octal | 26 | 111 | 170 | 122 | 47 | 0 | 65 | 321 | 105 | 34 |
| Binary | 10110 | 1001001 | 1111000 | 1010010 | 100111 | 0 | 110101 | 11010001 | 1000101 | 11100 |
Color Harmonies of #164978
Complementary color
Monochromatic Colors of #164978
Black with #164978
Text Example
Text Example
White with #164978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164978; }
p { color: rgb(22,73,120); }
H1.HeaderClassName
{
color: #164978;
}
.AnyTagClassName
{
color: #164978;
}
</style>
background-color css
<style>
a { background-color: #164978; }
a { background-color: rgb(22,73,120); }
div.DivClassName
{
background-color: #164978;
}
.BgClassName
{
background-color: #164978;
}
</style>
border-color css
<style>
span { border-color: #164978; }
span { border-color: rgb(22,73,120); }
td.TdClassName
{
border-color: #164978;
}
.TagClassName
{
border-color: #164978;
}
</style>