Shades of Dark Cerulean #164479
Tints of Dark Cerulean #164479
RGB
CMYK
RGB Variations
Color information
#164479 (or 0x164479) is known color: Dark Cerulean. HEX triplet: 16, 44 and 79. RGB value is (22,68,121). Sum of RGB (Red+Green+Blue) = 22+68+121=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #164479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164479 is #E9BB86. Grayscale: #3C3C3C. Windows color (decimal): -15317895 or 7947286. OLE color: 7947286.
HSL color Cylindrical-coordinate representation of color #164479: hue angle of 212.12º 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 #164479 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 68 | 121 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.53 |
| HSL | 212.12º | 0.69% | 0.28% | - |
| HSV(B) | 212.12º | 0.82% | 0.47% | - |
| XYZ | 5.85 | 5.69 | 18.88 | - |
| YUV | 60.29 | 162.26 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 121 | 0.82 | 0.44 | 0 | 0.53 | 212.12 | 0.69 | 0.28 |
| Hex | 16 | 44 | 79 | 52 | 2C | 0 | 35 | D4 | 45 | 1C |
| Octal | 26 | 104 | 171 | 122 | 54 | 0 | 65 | 324 | 105 | 34 |
| Binary | 10110 | 1000100 | 1111001 | 1010010 | 101100 | 0 | 110101 | 11010100 | 1000101 | 11100 |
Color Harmonies of #164479
Complementary color
Monochromatic Colors of #164479
Black with #164479
Text Example
Text Example
White with #164479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164479; }
p { color: rgb(22,68,121); }
H1.HeaderClassName
{
color: #164479;
}
.AnyTagClassName
{
color: #164479;
}
</style>
background-color css
<style>
a { background-color: #164479; }
a { background-color: rgb(22,68,121); }
div.DivClassName
{
background-color: #164479;
}
.BgClassName
{
background-color: #164479;
}
</style>
border-color css
<style>
span { border-color: #164479; }
span { border-color: rgb(22,68,121); }
td.TdClassName
{
border-color: #164479;
}
.TagClassName
{
border-color: #164479;
}
</style>