Shades of Sapphire #162262
Tints of Sapphire #162262
RGB
CMYK
RGB Variations
Color information
#162262 (or 0x162262) is known color: Sapphire. HEX triplet: 16, 22 and 62. RGB value is (22,34,98). Sum of RGB (Red+Green+Blue) = 22+34+98=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #162262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162262 is #E9DD9D. Grayscale: #252525. Windows color (decimal): -15326622 or 6431254. OLE color: 6431254.
HSL color Cylindrical-coordinate representation of color #162262: hue angle of 230.53º 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 #162262 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 34 | 98 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.62 |
| HSL | 230.53º | 0.63% | 0.24% | - |
| HSV(B) | 230.53º | 0.78% | 0.38% | - |
| XYZ | 3.11 | 2.2 | 11.82 | - |
| YUV | 37.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 98 | 0.78 | 0.65 | 0 | 0.62 | 230.53 | 0.63 | 0.24 |
| Hex | 16 | 22 | 62 | 4E | 41 | 0 | 3E | E7 | 3F | 18 |
| Octal | 26 | 42 | 142 | 116 | 101 | 0 | 76 | 347 | 77 | 30 |
| Binary | 10110 | 100010 | 1100010 | 1001110 | 1000001 | 0 | 111110 | 11100111 | 111111 | 11000 |
Color Harmonies of #162262
Complementary color
Monochromatic Colors of #162262
Black with #162262
Text Example
Text Example
White with #162262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162262; }
p { color: rgb(22,34,98); }
H1.HeaderClassName
{
color: #162262;
}
.AnyTagClassName
{
color: #162262;
}
</style>
background-color css
<style>
a { background-color: #162262; }
a { background-color: rgb(22,34,98); }
div.DivClassName
{
background-color: #162262;
}
.BgClassName
{
background-color: #162262;
}
</style>
border-color css
<style>
span { border-color: #162262; }
span { border-color: rgb(22,34,98); }
td.TdClassName
{
border-color: #162262;
}
.TagClassName
{
border-color: #162262;
}
</style>