Shades of Dark Cerulean #164792
Tints of Dark Cerulean #164792
RGB
CMYK
RGB Variations
Color information
#164792 (or 0x164792) is known color: Dark Cerulean. HEX triplet: 16, 47 and 92. RGB value is (22,71,146). Sum of RGB (Red+Green+Blue) = 22+71+146=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #164792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164792 is #E9B86D. Grayscale: #404040. Windows color (decimal): -15317102 or 9586454. OLE color: 9586454.
HSL color Cylindrical-coordinate representation of color #164792: hue angle of 216.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164792 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 71 | 146 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.43 |
| HSL | 216.29º | 0.74% | 0.33% | - |
| HSV(B) | 216.29º | 0.85% | 0.57% | - |
| XYZ | 7.77 | 6.75 | 28.09 | - |
| YUV | 64.9 | 173.77 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 146 | 0.85 | 0.51 | 0 | 0.43 | 216.29 | 0.74 | 0.33 |
| Hex | 16 | 47 | 92 | 55 | 33 | 0 | 2B | D8 | 4A | 21 |
| Octal | 26 | 107 | 222 | 125 | 63 | 0 | 53 | 330 | 112 | 41 |
| Binary | 10110 | 1000111 | 10010010 | 1010101 | 110011 | 0 | 101011 | 11011000 | 1001010 | 100001 |
Color Harmonies of #164792
Complementary color
Monochromatic Colors of #164792
Black with #164792
Text Example
Text Example
White with #164792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164792; }
p { color: rgb(22,71,146); }
H1.HeaderClassName
{
color: #164792;
}
.AnyTagClassName
{
color: #164792;
}
</style>
background-color css
<style>
a { background-color: #164792; }
a { background-color: rgb(22,71,146); }
div.DivClassName
{
background-color: #164792;
}
.BgClassName
{
background-color: #164792;
}
</style>
border-color css
<style>
span { border-color: #164792; }
span { border-color: rgb(22,71,146); }
td.TdClassName
{
border-color: #164792;
}
.TagClassName
{
border-color: #164792;
}
</style>