Shades of Sapphire #162759
Tints of Sapphire #162759
RGB
CMYK
RGB Variations
Color information
#162759 (or 0x162759) is known color: Sapphire. HEX triplet: 16, 27 and 59. RGB value is (22,39,89). Sum of RGB (Red+Green+Blue) = 22+39+89=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #162759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162759 is #E9D8A6. Grayscale: #272727. Windows color (decimal): -15325351 or 5842710. OLE color: 5842710.
HSL color Cylindrical-coordinate representation of color #162759: hue angle of 224.78º 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 #162759 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 39 | 89 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.65 |
| HSL | 224.78º | 0.6% | 0.22% | - |
| HSV(B) | 224.78º | 0.75% | 0.35% | - |
| XYZ | 2.86 | 2.34 | 9.75 | - |
| YUV | 39.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 89 | 0.75 | 0.56 | 0 | 0.65 | 224.78 | 0.6 | 0.22 |
| Hex | 16 | 27 | 59 | 4B | 38 | 0 | 41 | E1 | 3C | 16 |
| Octal | 26 | 47 | 131 | 113 | 70 | 0 | 101 | 341 | 74 | 26 |
| Binary | 10110 | 100111 | 1011001 | 1001011 | 111000 | 0 | 1000001 | 11100001 | 111100 | 10110 |
Color Harmonies of #162759
Complementary color
Monochromatic Colors of #162759
Black with #162759
Text Example
Text Example
White with #162759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162759; }
p { color: rgb(22,39,89); }
H1.HeaderClassName
{
color: #162759;
}
.AnyTagClassName
{
color: #162759;
}
</style>
background-color css
<style>
a { background-color: #162759; }
a { background-color: rgb(22,39,89); }
div.DivClassName
{
background-color: #162759;
}
.BgClassName
{
background-color: #162759;
}
</style>
border-color css
<style>
span { border-color: #162759; }
span { border-color: rgb(22,39,89); }
td.TdClassName
{
border-color: #162759;
}
.TagClassName
{
border-color: #162759;
}
</style>