Shades of Dark Cerulean #164284
Tints of Dark Cerulean #164284
RGB
CMYK
RGB Variations
Color information
#164284 (or 0x164284) is known color: Dark Cerulean. HEX triplet: 16, 42 and 84. RGB value is (22,66,132). Sum of RGB (Red+Green+Blue) = 22+66+132=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #164284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164284 is #E9BD7B. Grayscale: #3C3C3C. Windows color (decimal): -15318396 or 8667670. OLE color: 8667670.
HSL color Cylindrical-coordinate representation of color #164284: hue angle of 216º 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 #164284 is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 66 | 132 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.48 |
| HSL | 216º | 0.71% | 0.3% | - |
| HSV(B) | 216º | 0.83% | 0.52% | - |
| XYZ | 6.44 | 5.73 | 22.6 | - |
| YUV | 60.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 132 | 0.83 | 0.5 | 0 | 0.48 | 216 | 0.71 | 0.3 |
| Hex | 16 | 42 | 84 | 53 | 32 | 0 | 30 | D8 | 47 | 1E |
| Octal | 26 | 102 | 204 | 123 | 62 | 0 | 60 | 330 | 107 | 36 |
| Binary | 10110 | 1000010 | 10000100 | 1010011 | 110010 | 0 | 110000 | 11011000 | 1000111 | 11110 |
Color Harmonies of #164284
Complementary color
Monochromatic Colors of #164284
Black with #164284
Text Example
Text Example
White with #164284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164284; }
p { color: rgb(22,66,132); }
H1.HeaderClassName
{
color: #164284;
}
.AnyTagClassName
{
color: #164284;
}
</style>
background-color css
<style>
a { background-color: #164284; }
a { background-color: rgb(22,66,132); }
div.DivClassName
{
background-color: #164284;
}
.BgClassName
{
background-color: #164284;
}
</style>
border-color css
<style>
span { border-color: #164284; }
span { border-color: rgb(22,66,132); }
td.TdClassName
{
border-color: #164284;
}
.TagClassName
{
border-color: #164284;
}
</style>