Shades of Sapphire #162259
Tints of Sapphire #162259
RGB
CMYK
RGB Variations
Color information
#162259 (or 0x162259) is known color: Sapphire. HEX triplet: 16, 22 and 59. RGB value is (22,34,89). Sum of RGB (Red+Green+Blue) = 22+34+89=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #162259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162259 is #E9DDA6. Grayscale: #242424. Windows color (decimal): -15326631 or 5841430. OLE color: 5841430.
HSL color Cylindrical-coordinate representation of color #162259: hue angle of 229.25º 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 #162259 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 34 | 89 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.65 |
| HSL | 229.25º | 0.6% | 0.22% | - |
| HSV(B) | 229.25º | 0.75% | 0.35% | - |
| XYZ | 2.71 | 2.04 | 9.7 | - |
| YUV | 36.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 89 | 0.75 | 0.62 | 0 | 0.65 | 229.25 | 0.6 | 0.22 |
| Hex | 16 | 22 | 59 | 4B | 3E | 0 | 41 | E5 | 3C | 16 |
| Octal | 26 | 42 | 131 | 113 | 76 | 0 | 101 | 345 | 74 | 26 |
| Binary | 10110 | 100010 | 1011001 | 1001011 | 111110 | 0 | 1000001 | 11100101 | 111100 | 10110 |
Color Harmonies of #162259
Complementary color
Monochromatic Colors of #162259
Black with #162259
Text Example
Text Example
White with #162259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162259; }
p { color: rgb(22,34,89); }
H1.HeaderClassName
{
color: #162259;
}
.AnyTagClassName
{
color: #162259;
}
</style>
background-color css
<style>
a { background-color: #162259; }
a { background-color: rgb(22,34,89); }
div.DivClassName
{
background-color: #162259;
}
.BgClassName
{
background-color: #162259;
}
</style>
border-color css
<style>
span { border-color: #162259; }
span { border-color: rgb(22,34,89); }
td.TdClassName
{
border-color: #162259;
}
.TagClassName
{
border-color: #162259;
}
</style>