Shades of Dark Cerulean #164272
Tints of Dark Cerulean #164272
RGB
CMYK
RGB Variations
Color information
#164272 (or 0x164272) is known color: Dark Cerulean. HEX triplet: 16, 42 and 72. RGB value is (22,66,114). Sum of RGB (Red+Green+Blue) = 22+66+114=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #164272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164272 is #E9BD8D. Grayscale: #3A3A3A. Windows color (decimal): -15318414 or 7488022. OLE color: 7488022.
HSL color Cylindrical-coordinate representation of color #164272: hue angle of 211.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164272 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 66 | 114 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.55 |
| HSL | 211.3º | 0.68% | 0.27% | - |
| HSV(B) | 211.3º | 0.81% | 0.45% | - |
| XYZ | 5.32 | 5.28 | 16.66 | - |
| YUV | 58.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 114 | 0.81 | 0.42 | 0 | 0.55 | 211.3 | 0.68 | 0.27 |
| Hex | 16 | 42 | 72 | 51 | 2A | 0 | 37 | D3 | 44 | 1B |
| Octal | 26 | 102 | 162 | 121 | 52 | 0 | 67 | 323 | 104 | 33 |
| Binary | 10110 | 1000010 | 1110010 | 1010001 | 101010 | 0 | 110111 | 11010011 | 1000100 | 11011 |
Color Harmonies of #164272
Complementary color
Monochromatic Colors of #164272
Black with #164272
Text Example
Text Example
White with #164272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164272; }
p { color: rgb(22,66,114); }
H1.HeaderClassName
{
color: #164272;
}
.AnyTagClassName
{
color: #164272;
}
</style>
background-color css
<style>
a { background-color: #164272; }
a { background-color: rgb(22,66,114); }
div.DivClassName
{
background-color: #164272;
}
.BgClassName
{
background-color: #164272;
}
</style>
border-color css
<style>
span { border-color: #164272; }
span { border-color: rgb(22,66,114); }
td.TdClassName
{
border-color: #164272;
}
.TagClassName
{
border-color: #164272;
}
</style>