Shades of Sapphire #162960
Tints of Sapphire #162960
RGB
CMYK
RGB Variations
Color information
#162960 (or 0x162960) is known color: Sapphire. HEX triplet: 16, 29 and 60. RGB value is (22,41,96). Sum of RGB (Red+Green+Blue) = 22+41+96=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #162960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162960 is #E9D69F. Grayscale: #292929. Windows color (decimal): -15324832 or 6301974. OLE color: 6301974.
HSL color Cylindrical-coordinate representation of color #162960: hue angle of 224.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162960 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 41 | 96 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.62 |
| HSL | 224.59º | 0.63% | 0.23% | - |
| HSV(B) | 224.59º | 0.77% | 0.38% | - |
| XYZ | 3.24 | 2.6 | 11.4 | - |
| YUV | 41.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 96 | 0.77 | 0.57 | 0 | 0.62 | 224.59 | 0.63 | 0.23 |
| Hex | 16 | 29 | 60 | 4D | 39 | 0 | 3E | E1 | 3F | 17 |
| Octal | 26 | 51 | 140 | 115 | 71 | 0 | 76 | 341 | 77 | 27 |
| Binary | 10110 | 101001 | 1100000 | 1001101 | 111001 | 0 | 111110 | 11100001 | 111111 | 10111 |
Color Harmonies of #162960
Complementary color
Monochromatic Colors of #162960
Black with #162960
Text Example
Text Example
White with #162960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162960; }
p { color: rgb(22,41,96); }
H1.HeaderClassName
{
color: #162960;
}
.AnyTagClassName
{
color: #162960;
}
</style>
background-color css
<style>
a { background-color: #162960; }
a { background-color: rgb(22,41,96); }
div.DivClassName
{
background-color: #162960;
}
.BgClassName
{
background-color: #162960;
}
</style>
border-color css
<style>
span { border-color: #162960; }
span { border-color: rgb(22,41,96); }
td.TdClassName
{
border-color: #162960;
}
.TagClassName
{
border-color: #162960;
}
</style>