Shades of Sapphire #162E59
Tints of Sapphire #162E59
RGB
CMYK
RGB Variations
Color information
#162E59 (or 0x162E59) is known color: Sapphire. HEX triplet: 16, 2E and 59. RGB value is (22,46,89). Sum of RGB (Red+Green+Blue) = 22+46+89=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #162E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E59 is #E9D1A6. Grayscale: #2B2B2B. Windows color (decimal): -15323559 or 5844502. OLE color: 5844502.
HSL color Cylindrical-coordinate representation of color #162E59: hue angle of 218.51º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162E59 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 46 | 89 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.65 |
| HSL | 218.51º | 0.6% | 0.22% | - |
| HSV(B) | 218.51º | 0.75% | 0.35% | - |
| XYZ | 3.11 | 2.85 | 9.84 | - |
| YUV | 43.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 89 | 0.75 | 0.48 | 0 | 0.65 | 218.51 | 0.6 | 0.22 |
| Hex | 16 | 2E | 59 | 4B | 30 | 0 | 41 | DB | 3C | 16 |
| Octal | 26 | 56 | 131 | 113 | 60 | 0 | 101 | 333 | 74 | 26 |
| Binary | 10110 | 101110 | 1011001 | 1001011 | 110000 | 0 | 1000001 | 11011011 | 111100 | 10110 |
Color Harmonies of #162E59
Complementary color
Monochromatic Colors of #162E59
Black with #162E59
Text Example
Text Example
White with #162E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E59; }
p { color: rgb(22,46,89); }
H1.HeaderClassName
{
color: #162E59;
}
.AnyTagClassName
{
color: #162E59;
}
</style>
background-color css
<style>
a { background-color: #162E59; }
a { background-color: rgb(22,46,89); }
div.DivClassName
{
background-color: #162E59;
}
.BgClassName
{
background-color: #162E59;
}
</style>
border-color css
<style>
span { border-color: #162E59; }
span { border-color: rgb(22,46,89); }
td.TdClassName
{
border-color: #162E59;
}
.TagClassName
{
border-color: #162E59;
}
</style>