Shades of Dark Cerulean #164D72
Tints of Dark Cerulean #164D72
RGB
CMYK
RGB Variations
Color information
#164D72 (or 0x164D72) is known color: Dark Cerulean. HEX triplet: 16, 4D and 72. RGB value is (22,77,114). Sum of RGB (Red+Green+Blue) = 22+77+114=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #164D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D72 is #E9B28D. Grayscale: #404040. Windows color (decimal): -15315598 or 7490838. OLE color: 7490838.
HSL color Cylindrical-coordinate representation of color #164D72: hue angle of 204.13º 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 #164D72 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 77 | 114 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.55 |
| HSL | 204.13º | 0.68% | 0.27% | - |
| HSV(B) | 204.13º | 0.81% | 0.45% | - |
| XYZ | 6.02 | 6.69 | 16.89 | - |
| YUV | 64.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 114 | 0.81 | 0.32 | 0 | 0.55 | 204.13 | 0.68 | 0.27 |
| Hex | 16 | 4D | 72 | 51 | 20 | 0 | 37 | CC | 44 | 1B |
| Octal | 26 | 115 | 162 | 121 | 40 | 0 | 67 | 314 | 104 | 33 |
| Binary | 10110 | 1001101 | 1110010 | 1010001 | 100000 | 0 | 110111 | 11001100 | 1000100 | 11011 |
Color Harmonies of #164D72
Complementary color
Monochromatic Colors of #164D72
Black with #164D72
Text Example
Text Example
White with #164D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D72; }
p { color: rgb(22,77,114); }
H1.HeaderClassName
{
color: #164D72;
}
.AnyTagClassName
{
color: #164D72;
}
</style>
background-color css
<style>
a { background-color: #164D72; }
a { background-color: rgb(22,77,114); }
div.DivClassName
{
background-color: #164D72;
}
.BgClassName
{
background-color: #164D72;
}
</style>
border-color css
<style>
span { border-color: #164D72; }
span { border-color: rgb(22,77,114); }
td.TdClassName
{
border-color: #164D72;
}
.TagClassName
{
border-color: #164D72;
}
</style>