Shades of Dark Cerulean #164084
Tints of Dark Cerulean #164084
RGB
CMYK
RGB Variations
Color information
#164084 (or 0x164084) is known color: Dark Cerulean. HEX triplet: 16, 40 and 84. RGB value is (22,64,132). Sum of RGB (Red+Green+Blue) = 22+64+132=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #164084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164084 is #E9BF7B. Grayscale: #3A3A3A. Windows color (decimal): -15318908 or 8667158. OLE color: 8667158.
HSL color Cylindrical-coordinate representation of color #164084: hue angle of 217.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164084 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 64 | 132 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.48 |
| HSL | 217.09º | 0.71% | 0.3% | - |
| HSV(B) | 217.09º | 0.83% | 0.52% | - |
| XYZ | 6.33 | 5.5 | 22.56 | - |
| YUV | 59.19 | 169.09 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 132 | 0.83 | 0.52 | 0 | 0.48 | 217.09 | 0.71 | 0.3 |
| Hex | 16 | 40 | 84 | 53 | 34 | 0 | 30 | D9 | 47 | 1E |
| Octal | 26 | 100 | 204 | 123 | 64 | 0 | 60 | 331 | 107 | 36 |
| Binary | 10110 | 1000000 | 10000100 | 1010011 | 110100 | 0 | 110000 | 11011001 | 1000111 | 11110 |
Color Harmonies of #164084
Complementary color
Monochromatic Colors of #164084
Black with #164084
Text Example
Text Example
White with #164084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164084; }
p { color: rgb(22,64,132); }
H1.HeaderClassName
{
color: #164084;
}
.AnyTagClassName
{
color: #164084;
}
</style>
background-color css
<style>
a { background-color: #164084; }
a { background-color: rgb(22,64,132); }
div.DivClassName
{
background-color: #164084;
}
.BgClassName
{
background-color: #164084;
}
</style>
border-color css
<style>
span { border-color: #164084; }
span { border-color: rgb(22,64,132); }
td.TdClassName
{
border-color: #164084;
}
.TagClassName
{
border-color: #164084;
}
</style>