Shades of Dark Cerulean #164D89
Tints of Dark Cerulean #164D89
RGB
CMYK
RGB Variations
Color information
#164D89 (or 0x164D89) is known color: Dark Cerulean. HEX triplet: 16, 4D and 89. RGB value is (22,77,137). Sum of RGB (Red+Green+Blue) = 22+77+137=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #164D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D89 is #E9B276. Grayscale: #434343. Windows color (decimal): -15315575 or 8998166. OLE color: 8998166.
HSL color Cylindrical-coordinate representation of color #164D89: hue angle of 211.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164D89 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 77 | 137 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.46 |
| HSL | 211.3º | 0.72% | 0.31% | - |
| HSV(B) | 211.3º | 0.84% | 0.54% | - |
| XYZ | 7.5 | 7.28 | 24.68 | - |
| YUV | 67.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 137 | 0.84 | 0.44 | 0 | 0.46 | 211.3 | 0.72 | 0.31 |
| Hex | 16 | 4D | 89 | 54 | 2C | 0 | 2E | D3 | 48 | 1F |
| Octal | 26 | 115 | 211 | 124 | 54 | 0 | 56 | 323 | 110 | 37 |
| Binary | 10110 | 1001101 | 10001001 | 1010100 | 101100 | 0 | 101110 | 11010011 | 1001000 | 11111 |
Color Harmonies of #164D89
Complementary color
Monochromatic Colors of #164D89
Black with #164D89
Text Example
Text Example
White with #164D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D89; }
p { color: rgb(22,77,137); }
H1.HeaderClassName
{
color: #164D89;
}
.AnyTagClassName
{
color: #164D89;
}
</style>
background-color css
<style>
a { background-color: #164D89; }
a { background-color: rgb(22,77,137); }
div.DivClassName
{
background-color: #164D89;
}
.BgClassName
{
background-color: #164D89;
}
</style>
border-color css
<style>
span { border-color: #164D89; }
span { border-color: rgb(22,77,137); }
td.TdClassName
{
border-color: #164D89;
}
.TagClassName
{
border-color: #164D89;
}
</style>