Shades of Dark Cerulean #164C73
Tints of Dark Cerulean #164C73
RGB
CMYK
RGB Variations
Color information
#164C73 (or 0x164C73) is known color: Dark Cerulean. HEX triplet: 16, 4C and 73. RGB value is (22,76,115). Sum of RGB (Red+Green+Blue) = 22+76+115=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #164C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C73 is #E9B38C. Grayscale: #404040. Windows color (decimal): -15315853 or 7556118. OLE color: 7556118.
HSL color Cylindrical-coordinate representation of color #164C73: hue angle of 205.16º 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 #164C73 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 76 | 115 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.55 |
| HSL | 205.16º | 0.68% | 0.27% | - |
| HSV(B) | 205.16º | 0.81% | 0.45% | - |
| XYZ | 6.01 | 6.58 | 17.17 | - |
| YUV | 64.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 115 | 0.81 | 0.34 | 0 | 0.55 | 205.16 | 0.68 | 0.27 |
| Hex | 16 | 4C | 73 | 51 | 22 | 0 | 37 | CD | 44 | 1B |
| Octal | 26 | 114 | 163 | 121 | 42 | 0 | 67 | 315 | 104 | 33 |
| Binary | 10110 | 1001100 | 1110011 | 1010001 | 100010 | 0 | 110111 | 11001101 | 1000100 | 11011 |
Color Harmonies of #164C73
Complementary color
Monochromatic Colors of #164C73
Black with #164C73
Text Example
Text Example
White with #164C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C73; }
p { color: rgb(22,76,115); }
H1.HeaderClassName
{
color: #164C73;
}
.AnyTagClassName
{
color: #164C73;
}
</style>
background-color css
<style>
a { background-color: #164C73; }
a { background-color: rgb(22,76,115); }
div.DivClassName
{
background-color: #164C73;
}
.BgClassName
{
background-color: #164C73;
}
</style>
border-color css
<style>
span { border-color: #164C73; }
span { border-color: rgb(22,76,115); }
td.TdClassName
{
border-color: #164C73;
}
.TagClassName
{
border-color: #164C73;
}
</style>