Shades of Dark Cerulean #164275
Tints of Dark Cerulean #164275
RGB
CMYK
RGB Variations
Color information
#164275 (or 0x164275) is known color: Dark Cerulean. HEX triplet: 16, 42 and 75. RGB value is (22,66,117). Sum of RGB (Red+Green+Blue) = 22+66+117=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #164275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164275 is #E9BD8A. Grayscale: #3A3A3A. Windows color (decimal): -15318411 or 7684630. OLE color: 7684630.
HSL color Cylindrical-coordinate representation of color #164275: hue angle of 212.21º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164275 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 66 | 117 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.54 |
| HSL | 212.21º | 0.68% | 0.27% | - |
| HSV(B) | 212.21º | 0.81% | 0.46% | - |
| XYZ | 5.49 | 5.35 | 17.57 | - |
| YUV | 58.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 117 | 0.81 | 0.44 | 0 | 0.54 | 212.21 | 0.68 | 0.27 |
| Hex | 16 | 42 | 75 | 51 | 2C | 0 | 36 | D4 | 44 | 1B |
| Octal | 26 | 102 | 165 | 121 | 54 | 0 | 66 | 324 | 104 | 33 |
| Binary | 10110 | 1000010 | 1110101 | 1010001 | 101100 | 0 | 110110 | 11010100 | 1000100 | 11011 |
Color Harmonies of #164275
Complementary color
Monochromatic Colors of #164275
Black with #164275
Text Example
Text Example
White with #164275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164275; }
p { color: rgb(22,66,117); }
H1.HeaderClassName
{
color: #164275;
}
.AnyTagClassName
{
color: #164275;
}
</style>
background-color css
<style>
a { background-color: #164275; }
a { background-color: rgb(22,66,117); }
div.DivClassName
{
background-color: #164275;
}
.BgClassName
{
background-color: #164275;
}
</style>
border-color css
<style>
span { border-color: #164275; }
span { border-color: rgb(22,66,117); }
td.TdClassName
{
border-color: #164275;
}
.TagClassName
{
border-color: #164275;
}
</style>