Shades of Dark Cerulean #164385
Tints of Dark Cerulean #164385
RGB
CMYK
RGB Variations
Color information
#164385 (or 0x164385) is known color: Dark Cerulean. HEX triplet: 16, 43 and 85. RGB value is (22,67,133). Sum of RGB (Red+Green+Blue) = 22+67+133=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #164385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164385 is #E9BC7A. Grayscale: #3C3C3C. Windows color (decimal): -15318139 or 8733462. OLE color: 8733462.
HSL color Cylindrical-coordinate representation of color #164385: hue angle of 215.68º degrees, saturation: 0.72, 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 #164385 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 67 | 133 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.48 |
| HSL | 215.68º | 0.72% | 0.3% | - |
| HSV(B) | 215.68º | 0.83% | 0.52% | - |
| XYZ | 6.57 | 5.88 | 22.98 | - |
| YUV | 61.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 133 | 0.83 | 0.50 | 0 | 0.48 | 215.68 | 0.72 | 0.3 |
| Hex | 16 | 43 | 85 | 53 | 32 | 0 | 30 | D8 | 48 | 1E |
| Octal | 26 | 103 | 205 | 123 | 62 | 0 | 60 | 330 | 110 | 36 |
| Binary | 10110 | 1000011 | 10000101 | 1010011 | 110010 | 0 | 110000 | 11011000 | 1001000 | 11110 |
Color Harmonies of #164385
Complementary color
Monochromatic Colors of #164385
Black with #164385
Text Example
Text Example
White with #164385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164385; }
p { color: rgb(22,67,133); }
H1.HeaderClassName
{
color: #164385;
}
.AnyTagClassName
{
color: #164385;
}
</style>
background-color css
<style>
a { background-color: #164385; }
a { background-color: rgb(22,67,133); }
div.DivClassName
{
background-color: #164385;
}
.BgClassName
{
background-color: #164385;
}
</style>
border-color css
<style>
span { border-color: #164385; }
span { border-color: rgb(22,67,133); }
td.TdClassName
{
border-color: #164385;
}
.TagClassName
{
border-color: #164385;
}
</style>