Shades of Dark Cerulean #164271
Tints of Dark Cerulean #164271
RGB
CMYK
RGB Variations
Color information
#164271 (or 0x164271) is known color: Dark Cerulean. HEX triplet: 16, 42 and 71. RGB value is (22,66,113). Sum of RGB (Red+Green+Blue) = 22+66+113=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #164271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164271 is #E9BD8E. Grayscale: #393939. Windows color (decimal): -15318415 or 7422486. OLE color: 7422486.
HSL color Cylindrical-coordinate representation of color #164271: hue angle of 210.99º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164271 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 66 | 113 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.56 |
| HSL | 210.99º | 0.67% | 0.26% | - |
| HSV(B) | 210.99º | 0.81% | 0.44% | - |
| XYZ | 5.26 | 5.26 | 16.36 | - |
| YUV | 58.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 113 | 0.81 | 0.42 | 0 | 0.56 | 210.99 | 0.67 | 0.26 |
| Hex | 16 | 42 | 71 | 51 | 2A | 0 | 38 | D3 | 43 | 1A |
| Octal | 26 | 102 | 161 | 121 | 52 | 0 | 70 | 323 | 103 | 32 |
| Binary | 10110 | 1000010 | 1110001 | 1010001 | 101010 | 0 | 111000 | 11010011 | 1000011 | 11010 |
Color Harmonies of #164271
Complementary color
Monochromatic Colors of #164271
Black with #164271
Text Example
Text Example
White with #164271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164271; }
p { color: rgb(22,66,113); }
H1.HeaderClassName
{
color: #164271;
}
.AnyTagClassName
{
color: #164271;
}
</style>
background-color css
<style>
a { background-color: #164271; }
a { background-color: rgb(22,66,113); }
div.DivClassName
{
background-color: #164271;
}
.BgClassName
{
background-color: #164271;
}
</style>
border-color css
<style>
span { border-color: #164271; }
span { border-color: rgb(22,66,113); }
td.TdClassName
{
border-color: #164271;
}
.TagClassName
{
border-color: #164271;
}
</style>