Shades of Dark Cerulean #164C85
Tints of Dark Cerulean #164C85
RGB
CMYK
RGB Variations
Color information
#164C85 (or 0x164C85) is known color: Dark Cerulean. HEX triplet: 16, 4C and 85. RGB value is (22,76,133). Sum of RGB (Red+Green+Blue) = 22+76+133=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #164C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C85 is #E9B37A. Grayscale: #424242. Windows color (decimal): -15315835 or 8735766. OLE color: 8735766.
HSL color Cylindrical-coordinate representation of color #164C85: hue angle of 210.81º 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 #164C85 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 76 | 133 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.48 |
| HSL | 210.81º | 0.72% | 0.3% | - |
| HSV(B) | 210.81º | 0.83% | 0.52% | - |
| XYZ | 7.15 | 7.03 | 23.17 | - |
| YUV | 66.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 133 | 0.83 | 0.43 | 0 | 0.48 | 210.81 | 0.72 | 0.3 |
| Hex | 16 | 4C | 85 | 53 | 2B | 0 | 30 | D3 | 48 | 1E |
| Octal | 26 | 114 | 205 | 123 | 53 | 0 | 60 | 323 | 110 | 36 |
| Binary | 10110 | 1001100 | 10000101 | 1010011 | 101011 | 0 | 110000 | 11010011 | 1001000 | 11110 |
Color Harmonies of #164C85
Complementary color
Monochromatic Colors of #164C85
Black with #164C85
Text Example
Text Example
White with #164C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C85; }
p { color: rgb(22,76,133); }
H1.HeaderClassName
{
color: #164C85;
}
.AnyTagClassName
{
color: #164C85;
}
</style>
background-color css
<style>
a { background-color: #164C85; }
a { background-color: rgb(22,76,133); }
div.DivClassName
{
background-color: #164C85;
}
.BgClassName
{
background-color: #164C85;
}
</style>
border-color css
<style>
span { border-color: #164C85; }
span { border-color: rgb(22,76,133); }
td.TdClassName
{
border-color: #164C85;
}
.TagClassName
{
border-color: #164C85;
}
</style>