Shades of Dark Cerulean #165089
Tints of Dark Cerulean #165089
RGB
CMYK
RGB Variations
Color information
#165089 (or 0x165089) is known color: Dark Cerulean. HEX triplet: 16, 50 and 89. RGB value is (22,80,137). Sum of RGB (Red+Green+Blue) = 22+80+137=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #165089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165089 is #E9AF76. Grayscale: #444444. Windows color (decimal): -15314807 or 8998934. OLE color: 8998934.
HSL color Cylindrical-coordinate representation of color #165089: hue angle of 209.74º 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 #165089 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 80 | 137 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.46 |
| HSL | 209.74º | 0.72% | 0.31% | - |
| HSV(B) | 209.74º | 0.84% | 0.54% | - |
| XYZ | 7.71 | 7.71 | 24.75 | - |
| YUV | 69.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 137 | 0.84 | 0.42 | 0 | 0.46 | 209.74 | 0.72 | 0.31 |
| Hex | 16 | 50 | 89 | 54 | 2A | 0 | 2E | D2 | 48 | 1F |
| Octal | 26 | 120 | 211 | 124 | 52 | 0 | 56 | 322 | 110 | 37 |
| Binary | 10110 | 1010000 | 10001001 | 1010100 | 101010 | 0 | 101110 | 11010010 | 1001000 | 11111 |
Color Harmonies of #165089
Complementary color
Monochromatic Colors of #165089
Black with #165089
Text Example
Text Example
White with #165089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165089; }
p { color: rgb(22,80,137); }
H1.HeaderClassName
{
color: #165089;
}
.AnyTagClassName
{
color: #165089;
}
</style>
background-color css
<style>
a { background-color: #165089; }
a { background-color: rgb(22,80,137); }
div.DivClassName
{
background-color: #165089;
}
.BgClassName
{
background-color: #165089;
}
</style>
border-color css
<style>
span { border-color: #165089; }
span { border-color: rgb(22,80,137); }
td.TdClassName
{
border-color: #165089;
}
.TagClassName
{
border-color: #165089;
}
</style>