Shades of Dark Cerulean #164470
Tints of Dark Cerulean #164470
RGB
CMYK
RGB Variations
Color information
#164470 (or 0x164470) is known color: Dark Cerulean. HEX triplet: 16, 44 and 70. RGB value is (22,68,112). Sum of RGB (Red+Green+Blue) = 22+68+112=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #164470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164470 is #E9BB8F. Grayscale: #3B3B3B. Windows color (decimal): -15317904 or 7357462. OLE color: 7357462.
HSL color Cylindrical-coordinate representation of color #164470: hue angle of 209.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164470 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 68 | 112 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.56 |
| HSL | 209.33º | 0.67% | 0.26% | - |
| HSV(B) | 209.33º | 0.8% | 0.44% | - |
| XYZ | 5.32 | 5.47 | 16.11 | - |
| YUV | 59.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 112 | 0.80 | 0.39 | 0 | 0.56 | 209.33 | 0.67 | 0.26 |
| Hex | 16 | 44 | 70 | 50 | 27 | 0 | 38 | D1 | 43 | 1A |
| Octal | 26 | 104 | 160 | 120 | 47 | 0 | 70 | 321 | 103 | 32 |
| Binary | 10110 | 1000100 | 1110000 | 1010000 | 100111 | 0 | 111000 | 11010001 | 1000011 | 11010 |
Color Harmonies of #164470
Complementary color
Monochromatic Colors of #164470
Black with #164470
Text Example
Text Example
White with #164470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164470; }
p { color: rgb(22,68,112); }
H1.HeaderClassName
{
color: #164470;
}
.AnyTagClassName
{
color: #164470;
}
</style>
background-color css
<style>
a { background-color: #164470; }
a { background-color: rgb(22,68,112); }
div.DivClassName
{
background-color: #164470;
}
.BgClassName
{
background-color: #164470;
}
</style>
border-color css
<style>
span { border-color: #164470; }
span { border-color: rgb(22,68,112); }
td.TdClassName
{
border-color: #164470;
}
.TagClassName
{
border-color: #164470;
}
</style>