Shades of Sapphire #162E71
Tints of Sapphire #162E71
RGB
CMYK
RGB Variations
Color information
#162E71 (or 0x162E71) is known color: Sapphire. HEX triplet: 16, 2E and 71. RGB value is (22,46,113). Sum of RGB (Red+Green+Blue) = 22+46+113=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #162E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E71 is #E9D18E. Grayscale: #2E2E2E. Windows color (decimal): -15323535 or 7417366. OLE color: 7417366.
HSL color Cylindrical-coordinate representation of color #162E71: hue angle of 224.18º 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 #162E71 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 46 | 113 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.56 |
| HSL | 224.18º | 0.67% | 0.26% | - |
| HSV(B) | 224.18º | 0.81% | 0.44% | - |
| XYZ | 4.29 | 3.32 | 16.04 | - |
| YUV | 46.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 113 | 0.81 | 0.59 | 0 | 0.56 | 224.18 | 0.67 | 0.26 |
| Hex | 16 | 2E | 71 | 51 | 3B | 0 | 38 | E0 | 43 | 1A |
| Octal | 26 | 56 | 161 | 121 | 73 | 0 | 70 | 340 | 103 | 32 |
| Binary | 10110 | 101110 | 1110001 | 1010001 | 111011 | 0 | 111000 | 11100000 | 1000011 | 11010 |
Color Harmonies of #162E71
Complementary color
Monochromatic Colors of #162E71
Black with #162E71
Text Example
Text Example
White with #162E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E71; }
p { color: rgb(22,46,113); }
H1.HeaderClassName
{
color: #162E71;
}
.AnyTagClassName
{
color: #162E71;
}
</style>
background-color css
<style>
a { background-color: #162E71; }
a { background-color: rgb(22,46,113); }
div.DivClassName
{
background-color: #162E71;
}
.BgClassName
{
background-color: #162E71;
}
</style>
border-color css
<style>
span { border-color: #162E71; }
span { border-color: rgb(22,46,113); }
td.TdClassName
{
border-color: #162E71;
}
.TagClassName
{
border-color: #162E71;
}
</style>