Shades of Dark Cerulean #164282
Tints of Dark Cerulean #164282
RGB
CMYK
RGB Variations
Color information
#164282 (or 0x164282) is known color: Dark Cerulean. HEX triplet: 16, 42 and 82. RGB value is (22,66,130). Sum of RGB (Red+Green+Blue) = 22+66+130=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #164282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164282 is #E9BD7D. Grayscale: #3B3B3B. Windows color (decimal): -15318398 or 8536598. OLE color: 8536598.
HSL color Cylindrical-coordinate representation of color #164282: hue angle of 215.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164282 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 66 | 130 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.49 |
| HSL | 215.56º | 0.71% | 0.3% | - |
| HSV(B) | 215.56º | 0.83% | 0.51% | - |
| XYZ | 6.31 | 5.68 | 21.88 | - |
| YUV | 60.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 130 | 0.83 | 0.49 | 0 | 0.49 | 215.56 | 0.71 | 0.3 |
| Hex | 16 | 42 | 82 | 53 | 31 | 0 | 31 | D8 | 47 | 1E |
| Octal | 26 | 102 | 202 | 123 | 61 | 0 | 61 | 330 | 107 | 36 |
| Binary | 10110 | 1000010 | 10000010 | 1010011 | 110001 | 0 | 110001 | 11011000 | 1000111 | 11110 |
Color Harmonies of #164282
Complementary color
Monochromatic Colors of #164282
Black with #164282
Text Example
Text Example
White with #164282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164282; }
p { color: rgb(22,66,130); }
H1.HeaderClassName
{
color: #164282;
}
.AnyTagClassName
{
color: #164282;
}
</style>
background-color css
<style>
a { background-color: #164282; }
a { background-color: rgb(22,66,130); }
div.DivClassName
{
background-color: #164282;
}
.BgClassName
{
background-color: #164282;
}
</style>
border-color css
<style>
span { border-color: #164282; }
span { border-color: rgb(22,66,130); }
td.TdClassName
{
border-color: #164282;
}
.TagClassName
{
border-color: #164282;
}
</style>