Shades of Dark Cerulean #164088
Tints of Dark Cerulean #164088
RGB
CMYK
RGB Variations
Color information
#164088 (or 0x164088) is known color: Dark Cerulean. HEX triplet: 16, 40 and 88. RGB value is (22,64,136). Sum of RGB (Red+Green+Blue) = 22+64+136=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #164088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164088 is #E9BF77. Grayscale: #3B3B3B. Windows color (decimal): -15318904 or 8929302. OLE color: 8929302.
HSL color Cylindrical-coordinate representation of color #164088: hue angle of 217.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164088 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 64 | 136 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.47 |
| HSL | 217.89º | 0.72% | 0.31% | - |
| HSV(B) | 217.89º | 0.84% | 0.53% | - |
| XYZ | 6.61 | 5.61 | 24.03 | - |
| YUV | 59.65 | 171.09 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 136 | 0.84 | 0.53 | 0 | 0.47 | 217.89 | 0.72 | 0.31 |
| Hex | 16 | 40 | 88 | 54 | 35 | 0 | 2F | DA | 48 | 1F |
| Octal | 26 | 100 | 210 | 124 | 65 | 0 | 57 | 332 | 110 | 37 |
| Binary | 10110 | 1000000 | 10001000 | 1010100 | 110101 | 0 | 101111 | 11011010 | 1001000 | 11111 |
Color Harmonies of #164088
Complementary color
Monochromatic Colors of #164088
Black with #164088
Text Example
Text Example
White with #164088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164088; }
p { color: rgb(22,64,136); }
H1.HeaderClassName
{
color: #164088;
}
.AnyTagClassName
{
color: #164088;
}
</style>
background-color css
<style>
a { background-color: #164088; }
a { background-color: rgb(22,64,136); }
div.DivClassName
{
background-color: #164088;
}
.BgClassName
{
background-color: #164088;
}
</style>
border-color css
<style>
span { border-color: #164088; }
span { border-color: rgb(22,64,136); }
td.TdClassName
{
border-color: #164088;
}
.TagClassName
{
border-color: #164088;
}
</style>