Shades of Dark Cerulean #164673
Tints of Dark Cerulean #164673
RGB
CMYK
RGB Variations
Color information
#164673 (or 0x164673) is known color: Dark Cerulean. HEX triplet: 16, 46 and 73. RGB value is (22,70,115). Sum of RGB (Red+Green+Blue) = 22+70+115=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #164673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164673 is #E9B98C. Grayscale: #3C3C3C. Windows color (decimal): -15317389 or 7554582. OLE color: 7554582.
HSL color Cylindrical-coordinate representation of color #164673: hue angle of 209.03º 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 #164673 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 70 | 115 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.55 |
| HSL | 209.03º | 0.68% | 0.27% | - |
| HSV(B) | 209.03º | 0.81% | 0.45% | - |
| XYZ | 5.62 | 5.79 | 17.04 | - |
| YUV | 60.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 115 | 0.81 | 0.39 | 0 | 0.55 | 209.03 | 0.68 | 0.27 |
| Hex | 16 | 46 | 73 | 51 | 27 | 0 | 37 | D1 | 44 | 1B |
| Octal | 26 | 106 | 163 | 121 | 47 | 0 | 67 | 321 | 104 | 33 |
| Binary | 10110 | 1000110 | 1110011 | 1010001 | 100111 | 0 | 110111 | 11010001 | 1000100 | 11011 |
Color Harmonies of #164673
Complementary color
Monochromatic Colors of #164673
Black with #164673
Text Example
Text Example
White with #164673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164673; }
p { color: rgb(22,70,115); }
H1.HeaderClassName
{
color: #164673;
}
.AnyTagClassName
{
color: #164673;
}
</style>
background-color css
<style>
a { background-color: #164673; }
a { background-color: rgb(22,70,115); }
div.DivClassName
{
background-color: #164673;
}
.BgClassName
{
background-color: #164673;
}
</style>
border-color css
<style>
span { border-color: #164673; }
span { border-color: rgb(22,70,115); }
td.TdClassName
{
border-color: #164673;
}
.TagClassName
{
border-color: #164673;
}
</style>