Shades of Sapphire #162559
Tints of Sapphire #162559
RGB
CMYK
RGB Variations
Color information
#162559 (or 0x162559) is known color: Sapphire. HEX triplet: 16, 25 and 59. RGB value is (22,37,89). Sum of RGB (Red+Green+Blue) = 22+37+89=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #162559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162559 is #E9DAA6. Grayscale: #262626. Windows color (decimal): -15325863 or 5842198. OLE color: 5842198.
HSL color Cylindrical-coordinate representation of color #162559: hue angle of 226.57º 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 #162559 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 37 | 89 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.65 |
| HSL | 226.57º | 0.6% | 0.22% | - |
| HSV(B) | 226.57º | 0.75% | 0.35% | - |
| XYZ | 2.8 | 2.21 | 9.73 | - |
| YUV | 38.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 89 | 0.75 | 0.58 | 0 | 0.65 | 226.57 | 0.6 | 0.22 |
| Hex | 16 | 25 | 59 | 4B | 3A | 0 | 41 | E3 | 3C | 16 |
| Octal | 26 | 45 | 131 | 113 | 72 | 0 | 101 | 343 | 74 | 26 |
| Binary | 10110 | 100101 | 1011001 | 1001011 | 111010 | 0 | 1000001 | 11100011 | 111100 | 10110 |
Color Harmonies of #162559
Complementary color
Monochromatic Colors of #162559
Black with #162559
Text Example
Text Example
White with #162559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162559; }
p { color: rgb(22,37,89); }
H1.HeaderClassName
{
color: #162559;
}
.AnyTagClassName
{
color: #162559;
}
</style>
background-color css
<style>
a { background-color: #162559; }
a { background-color: rgb(22,37,89); }
div.DivClassName
{
background-color: #162559;
}
.BgClassName
{
background-color: #162559;
}
</style>
border-color css
<style>
span { border-color: #162559; }
span { border-color: rgb(22,37,89); }
td.TdClassName
{
border-color: #162559;
}
.TagClassName
{
border-color: #162559;
}
</style>