Shades of Dark Cerulean #164887
Tints of Dark Cerulean #164887
RGB
CMYK
RGB Variations
Color information
#164887 (or 0x164887) is known color: Dark Cerulean. HEX triplet: 16, 48 and 87. RGB value is (22,72,135). Sum of RGB (Red+Green+Blue) = 22+72+135=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #164887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164887 is #E9B778. Grayscale: #3F3F3F. Windows color (decimal): -15316857 or 8865814. OLE color: 8865814.
HSL color Cylindrical-coordinate representation of color #164887: hue angle of 213.45º 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 #164887 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 72 | 135 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.47 |
| HSL | 213.45º | 0.72% | 0.31% | - |
| HSV(B) | 213.45º | 0.84% | 0.53% | - |
| XYZ | 7.02 | 6.55 | 23.82 | - |
| YUV | 64.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 135 | 0.84 | 0.47 | 0 | 0.47 | 213.45 | 0.72 | 0.31 |
| Hex | 16 | 48 | 87 | 54 | 2F | 0 | 2F | D5 | 48 | 1F |
| Octal | 26 | 110 | 207 | 124 | 57 | 0 | 57 | 325 | 110 | 37 |
| Binary | 10110 | 1001000 | 10000111 | 1010100 | 101111 | 0 | 101111 | 11010101 | 1001000 | 11111 |
Color Harmonies of #164887
Complementary color
Monochromatic Colors of #164887
Black with #164887
Text Example
Text Example
White with #164887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164887; }
p { color: rgb(22,72,135); }
H1.HeaderClassName
{
color: #164887;
}
.AnyTagClassName
{
color: #164887;
}
</style>
background-color css
<style>
a { background-color: #164887; }
a { background-color: rgb(22,72,135); }
div.DivClassName
{
background-color: #164887;
}
.BgClassName
{
background-color: #164887;
}
</style>
border-color css
<style>
span { border-color: #164887; }
span { border-color: rgb(22,72,135); }
td.TdClassName
{
border-color: #164887;
}
.TagClassName
{
border-color: #164887;
}
</style>