Shades of Dark Cerulean #164379
Tints of Dark Cerulean #164379
RGB
CMYK
RGB Variations
Color information
#164379 (or 0x164379) is known color: Dark Cerulean. HEX triplet: 16, 43 and 79. RGB value is (22,67,121). Sum of RGB (Red+Green+Blue) = 22+67+121=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #164379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164379 is #E9BC86. Grayscale: #3B3B3B. Windows color (decimal): -15318151 or 7947030. OLE color: 7947030.
HSL color Cylindrical-coordinate representation of color #164379: hue angle of 212.73º 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 #164379 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 67 | 121 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.53 |
| HSL | 212.73º | 0.69% | 0.28% | - |
| HSV(B) | 212.73º | 0.82% | 0.47% | - |
| XYZ | 5.79 | 5.57 | 18.86 | - |
| YUV | 59.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 121 | 0.82 | 0.45 | 0 | 0.53 | 212.73 | 0.69 | 0.28 |
| Hex | 16 | 43 | 79 | 52 | 2D | 0 | 35 | D5 | 45 | 1C |
| Octal | 26 | 103 | 171 | 122 | 55 | 0 | 65 | 325 | 105 | 34 |
| Binary | 10110 | 1000011 | 1111001 | 1010010 | 101101 | 0 | 110101 | 11010101 | 1000101 | 11100 |
Color Harmonies of #164379
Complementary color
Monochromatic Colors of #164379
Black with #164379
Text Example
Text Example
White with #164379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164379; }
p { color: rgb(22,67,121); }
H1.HeaderClassName
{
color: #164379;
}
.AnyTagClassName
{
color: #164379;
}
</style>
background-color css
<style>
a { background-color: #164379; }
a { background-color: rgb(22,67,121); }
div.DivClassName
{
background-color: #164379;
}
.BgClassName
{
background-color: #164379;
}
</style>
border-color css
<style>
span { border-color: #164379; }
span { border-color: rgb(22,67,121); }
td.TdClassName
{
border-color: #164379;
}
.TagClassName
{
border-color: #164379;
}
</style>