Shades of Dark Cerulean #164175
Tints of Dark Cerulean #164175
RGB
CMYK
RGB Variations
Color information
#164175 (or 0x164175) is known color: Dark Cerulean. HEX triplet: 16, 41 and 75. RGB value is (22,65,117). Sum of RGB (Red+Green+Blue) = 22+65+117=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #164175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164175 is #E9BE8A. Grayscale: #393939. Windows color (decimal): -15318667 or 7684374. OLE color: 7684374.
HSL color Cylindrical-coordinate representation of color #164175: hue angle of 212.84º 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 #164175 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 65 | 117 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.54 |
| HSL | 212.84º | 0.68% | 0.27% | - |
| HSV(B) | 212.84º | 0.81% | 0.46% | - |
| XYZ | 5.43 | 5.24 | 17.55 | - |
| YUV | 58.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 117 | 0.81 | 0.44 | 0 | 0.54 | 212.84 | 0.68 | 0.27 |
| Hex | 16 | 41 | 75 | 51 | 2C | 0 | 36 | D5 | 44 | 1B |
| Octal | 26 | 101 | 165 | 121 | 54 | 0 | 66 | 325 | 104 | 33 |
| Binary | 10110 | 1000001 | 1110101 | 1010001 | 101100 | 0 | 110110 | 11010101 | 1000100 | 11011 |
Color Harmonies of #164175
Complementary color
Monochromatic Colors of #164175
Black with #164175
Text Example
Text Example
White with #164175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164175; }
p { color: rgb(22,65,117); }
H1.HeaderClassName
{
color: #164175;
}
.AnyTagClassName
{
color: #164175;
}
</style>
background-color css
<style>
a { background-color: #164175; }
a { background-color: rgb(22,65,117); }
div.DivClassName
{
background-color: #164175;
}
.BgClassName
{
background-color: #164175;
}
</style>
border-color css
<style>
span { border-color: #164175; }
span { border-color: rgb(22,65,117); }
td.TdClassName
{
border-color: #164175;
}
.TagClassName
{
border-color: #164175;
}
</style>