Shades of Dark Cerulean #164471
Tints of Dark Cerulean #164471
RGB
CMYK
RGB Variations
Color information
#164471 (or 0x164471) is known color: Dark Cerulean. HEX triplet: 16, 44 and 71. RGB value is (22,68,113). Sum of RGB (Red+Green+Blue) = 22+68+113=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #164471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164471 is #E9BB8E. Grayscale: #3B3B3B. Windows color (decimal): -15317903 or 7422998. OLE color: 7422998.
HSL color Cylindrical-coordinate representation of color #164471: hue angle of 209.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164471 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 68 | 113 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.56 |
| HSL | 209.67º | 0.67% | 0.26% | - |
| HSV(B) | 209.67º | 0.81% | 0.44% | - |
| XYZ | 5.38 | 5.5 | 16.4 | - |
| YUV | 59.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 113 | 0.81 | 0.40 | 0 | 0.56 | 209.67 | 0.67 | 0.26 |
| Hex | 16 | 44 | 71 | 51 | 28 | 0 | 38 | D2 | 43 | 1A |
| Octal | 26 | 104 | 161 | 121 | 50 | 0 | 70 | 322 | 103 | 32 |
| Binary | 10110 | 1000100 | 1110001 | 1010001 | 101000 | 0 | 111000 | 11010010 | 1000011 | 11010 |
Color Harmonies of #164471
Complementary color
Monochromatic Colors of #164471
Black with #164471
Text Example
Text Example
White with #164471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164471; }
p { color: rgb(22,68,113); }
H1.HeaderClassName
{
color: #164471;
}
.AnyTagClassName
{
color: #164471;
}
</style>
background-color css
<style>
a { background-color: #164471; }
a { background-color: rgb(22,68,113); }
div.DivClassName
{
background-color: #164471;
}
.BgClassName
{
background-color: #164471;
}
</style>
border-color css
<style>
span { border-color: #164471; }
span { border-color: rgb(22,68,113); }
td.TdClassName
{
border-color: #164471;
}
.TagClassName
{
border-color: #164471;
}
</style>