Shades of Sapphire #162962
Tints of Sapphire #162962
RGB
CMYK
RGB Variations
Color information
#162962 (or 0x162962) is known color: Sapphire. HEX triplet: 16, 29 and 62. RGB value is (22,41,98). Sum of RGB (Red+Green+Blue) = 22+41+98=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #162962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162962 is #E9D69D. Grayscale: #292929. Windows color (decimal): -15324830 or 6433046. OLE color: 6433046.
HSL color Cylindrical-coordinate representation of color #162962: hue angle of 225º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #162962 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 41 | 98 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.62 |
| HSL | 225º | 0.63% | 0.24% | - |
| HSV(B) | 225º | 0.78% | 0.38% | - |
| XYZ | 3.33 | 2.64 | 11.89 | - |
| YUV | 41.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 98 | 0.78 | 0.58 | 0 | 0.62 | 225 | 0.63 | 0.24 |
| Hex | 16 | 29 | 62 | 4E | 3A | 0 | 3E | E1 | 3F | 18 |
| Octal | 26 | 51 | 142 | 116 | 72 | 0 | 76 | 341 | 77 | 30 |
| Binary | 10110 | 101001 | 1100010 | 1001110 | 111010 | 0 | 111110 | 11100001 | 111111 | 11000 |
Color Harmonies of #162962
Complementary color
Monochromatic Colors of #162962
Black with #162962
Text Example
Text Example
White with #162962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162962; }
p { color: rgb(22,41,98); }
H1.HeaderClassName
{
color: #162962;
}
.AnyTagClassName
{
color: #162962;
}
</style>
background-color css
<style>
a { background-color: #162962; }
a { background-color: rgb(22,41,98); }
div.DivClassName
{
background-color: #162962;
}
.BgClassName
{
background-color: #162962;
}
</style>
border-color css
<style>
span { border-color: #162962; }
span { border-color: rgb(22,41,98); }
td.TdClassName
{
border-color: #162962;
}
.TagClassName
{
border-color: #162962;
}
</style>