Shades of Sapphire #162E5F
Tints of Sapphire #162E5F
RGB
CMYK
RGB Variations
Color information
#162E5F (or 0x162E5F) is known color: Sapphire. HEX triplet: 16, 2E and 5F. RGB value is (22,46,95). Sum of RGB (Red+Green+Blue) = 22+46+95=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #162E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E5F is #E9D1A0. Grayscale: #2C2C2C. Windows color (decimal): -15323553 or 6237718. OLE color: 6237718.
HSL color Cylindrical-coordinate representation of color #162E5F: hue angle of 220.27º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162E5F is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 46 | 95 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.63 |
| HSL | 220.27º | 0.62% | 0.23% | - |
| HSV(B) | 220.27º | 0.77% | 0.37% | - |
| XYZ | 3.37 | 2.95 | 11.22 | - |
| YUV | 44.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 95 | 0.77 | 0.52 | 0 | 0.63 | 220.27 | 0.62 | 0.23 |
| Hex | 16 | 2E | 5F | 4D | 34 | 0 | 3F | DC | 3E | 17 |
| Octal | 26 | 56 | 137 | 115 | 64 | 0 | 77 | 334 | 76 | 27 |
| Binary | 10110 | 101110 | 1011111 | 1001101 | 110100 | 0 | 111111 | 11011100 | 111110 | 10111 |
Color Harmonies of #162E5F
Complementary color
Monochromatic Colors of #162E5F
Black with #162E5F
Text Example
Text Example
White with #162E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E5F; }
p { color: rgb(22,46,95); }
H1.HeaderClassName
{
color: #162E5F;
}
.AnyTagClassName
{
color: #162E5F;
}
</style>
background-color css
<style>
a { background-color: #162E5F; }
a { background-color: rgb(22,46,95); }
div.DivClassName
{
background-color: #162E5F;
}
.BgClassName
{
background-color: #162E5F;
}
</style>
border-color css
<style>
span { border-color: #162E5F; }
span { border-color: rgb(22,46,95); }
td.TdClassName
{
border-color: #162E5F;
}
.TagClassName
{
border-color: #162E5F;
}
</style>