Shades of Sapphire #162556
Tints of Sapphire #162556
RGB
CMYK
RGB Variations
Color information
#162556 (or 0x162556) is known color: Sapphire. HEX triplet: 16, 25 and 56. RGB value is (22,37,86). Sum of RGB (Red+Green+Blue) = 22+37+86=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #162556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162556 is #E9DAA9. Grayscale: #252525. Windows color (decimal): -15325866 or 5645590. OLE color: 5645590.
HSL color Cylindrical-coordinate representation of color #162556: hue angle of 225.94º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162556 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 37 | 86 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.66 |
| HSL | 225.94º | 0.59% | 0.21% | - |
| HSV(B) | 225.94º | 0.74% | 0.34% | - |
| XYZ | 2.67 | 2.17 | 9.08 | - |
| YUV | 38.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 86 | 0.74 | 0.57 | 0 | 0.66 | 225.94 | 0.59 | 0.21 |
| Hex | 16 | 25 | 56 | 4A | 39 | 0 | 42 | E2 | 3B | 15 |
| Octal | 26 | 45 | 126 | 112 | 71 | 0 | 102 | 342 | 73 | 25 |
| Binary | 10110 | 100101 | 1010110 | 1001010 | 111001 | 0 | 1000010 | 11100010 | 111011 | 10101 |
Color Harmonies of #162556
Complementary color
Monochromatic Colors of #162556
Black with #162556
Text Example
Text Example
White with #162556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162556; }
p { color: rgb(22,37,86); }
H1.HeaderClassName
{
color: #162556;
}
.AnyTagClassName
{
color: #162556;
}
</style>
background-color css
<style>
a { background-color: #162556; }
a { background-color: rgb(22,37,86); }
div.DivClassName
{
background-color: #162556;
}
.BgClassName
{
background-color: #162556;
}
</style>
border-color css
<style>
span { border-color: #162556; }
span { border-color: rgb(22,37,86); }
td.TdClassName
{
border-color: #162556;
}
.TagClassName
{
border-color: #162556;
}
</style>