Shades of Dark Cerulean #164488
Tints of Dark Cerulean #164488
RGB
CMYK
RGB Variations
Color information
#164488 (or 0x164488) is known color: Dark Cerulean. HEX triplet: 16, 44 and 88. RGB value is (22,68,136). Sum of RGB (Red+Green+Blue) = 22+68+136=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #164488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164488 is #E9BB77. Grayscale: #3D3D3D. Windows color (decimal): -15317880 or 8930326. OLE color: 8930326.
HSL color Cylindrical-coordinate representation of color #164488: hue angle of 215.79º 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 #164488 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 68 | 136 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.47 |
| HSL | 215.79º | 0.72% | 0.31% | - |
| HSV(B) | 215.79º | 0.84% | 0.53% | - |
| XYZ | 6.84 | 6.08 | 24.11 | - |
| YUV | 62 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 136 | 0.84 | 0.50 | 0 | 0.47 | 215.79 | 0.72 | 0.31 |
| Hex | 16 | 44 | 88 | 54 | 32 | 0 | 2F | D8 | 48 | 1F |
| Octal | 26 | 104 | 210 | 124 | 62 | 0 | 57 | 330 | 110 | 37 |
| Binary | 10110 | 1000100 | 10001000 | 1010100 | 110010 | 0 | 101111 | 11011000 | 1001000 | 11111 |
Color Harmonies of #164488
Complementary color
Monochromatic Colors of #164488
Black with #164488
Text Example
Text Example
White with #164488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164488; }
p { color: rgb(22,68,136); }
H1.HeaderClassName
{
color: #164488;
}
.AnyTagClassName
{
color: #164488;
}
</style>
background-color css
<style>
a { background-color: #164488; }
a { background-color: rgb(22,68,136); }
div.DivClassName
{
background-color: #164488;
}
.BgClassName
{
background-color: #164488;
}
</style>
border-color css
<style>
span { border-color: #164488; }
span { border-color: rgb(22,68,136); }
td.TdClassName
{
border-color: #164488;
}
.TagClassName
{
border-color: #164488;
}
</style>