Shades of Dark Cerulean #164B7C
Tints of Dark Cerulean #164B7C
RGB
CMYK
RGB Variations
Color information
#164B7C (or 0x164B7C) is known color: Dark Cerulean. HEX triplet: 16, 4B and 7C. RGB value is (22,75,124). Sum of RGB (Red+Green+Blue) = 22+75+124=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #164B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B7C is #E9B483. Grayscale: #404040. Windows color (decimal): -15316100 or 8145686. OLE color: 8145686.
HSL color Cylindrical-coordinate representation of color #164B7C: hue angle of 208.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164B7C is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 75 | 124 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.51 |
| HSL | 208.82º | 0.7% | 0.29% | - |
| HSV(B) | 208.82º | 0.82% | 0.49% | - |
| XYZ | 6.49 | 6.66 | 20.01 | - |
| YUV | 64.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 124 | 0.82 | 0.40 | 0 | 0.51 | 208.82 | 0.7 | 0.29 |
| Hex | 16 | 4B | 7C | 52 | 28 | 0 | 33 | D1 | 46 | 1D |
| Octal | 26 | 113 | 174 | 122 | 50 | 0 | 63 | 321 | 106 | 35 |
| Binary | 10110 | 1001011 | 1111100 | 1010010 | 101000 | 0 | 110011 | 11010001 | 1000110 | 11101 |
Color Harmonies of #164B7C
Complementary color
Monochromatic Colors of #164B7C
Black with #164B7C
Text Example
Text Example
White with #164B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B7C; }
p { color: rgb(22,75,124); }
H1.HeaderClassName
{
color: #164B7C;
}
.AnyTagClassName
{
color: #164B7C;
}
</style>
background-color css
<style>
a { background-color: #164B7C; }
a { background-color: rgb(22,75,124); }
div.DivClassName
{
background-color: #164B7C;
}
.BgClassName
{
background-color: #164B7C;
}
</style>
border-color css
<style>
span { border-color: #164B7C; }
span { border-color: rgb(22,75,124); }
td.TdClassName
{
border-color: #164B7C;
}
.TagClassName
{
border-color: #164B7C;
}
</style>