Shades of Dark Cerulean #164878
Tints of Dark Cerulean #164878
RGB
CMYK
RGB Variations
Color information
#164878 (or 0x164878) is known color: Dark Cerulean. HEX triplet: 16, 48 and 78. RGB value is (22,72,120). Sum of RGB (Red+Green+Blue) = 22+72+120=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #164878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164878 is #E9B787. Grayscale: #3E3E3E. Windows color (decimal): -15316872 or 7882774. OLE color: 7882774.
HSL color Cylindrical-coordinate representation of color #164878: hue angle of 209.39º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164878 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 72 | 120 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.53 |
| HSL | 209.39º | 0.69% | 0.28% | - |
| HSV(B) | 209.39º | 0.82% | 0.47% | - |
| XYZ | 6.04 | 6.16 | 18.64 | - |
| YUV | 62.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 120 | 0.82 | 0.40 | 0 | 0.53 | 209.39 | 0.69 | 0.28 |
| Hex | 16 | 48 | 78 | 52 | 28 | 0 | 35 | D1 | 45 | 1C |
| Octal | 26 | 110 | 170 | 122 | 50 | 0 | 65 | 321 | 105 | 34 |
| Binary | 10110 | 1001000 | 1111000 | 1010010 | 101000 | 0 | 110101 | 11010001 | 1000101 | 11100 |
Color Harmonies of #164878
Complementary color
Monochromatic Colors of #164878
Black with #164878
Text Example
Text Example
White with #164878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164878; }
p { color: rgb(22,72,120); }
H1.HeaderClassName
{
color: #164878;
}
.AnyTagClassName
{
color: #164878;
}
</style>
background-color css
<style>
a { background-color: #164878; }
a { background-color: rgb(22,72,120); }
div.DivClassName
{
background-color: #164878;
}
.BgClassName
{
background-color: #164878;
}
</style>
border-color css
<style>
span { border-color: #164878; }
span { border-color: rgb(22,72,120); }
td.TdClassName
{
border-color: #164878;
}
.TagClassName
{
border-color: #164878;
}
</style>