Shades of Sapphire #162257
Tints of Sapphire #162257
RGB
CMYK
RGB Variations
Color information
#162257 (or 0x162257) is known color: Sapphire. HEX triplet: 16, 22 and 57. RGB value is (22,34,87). Sum of RGB (Red+Green+Blue) = 22+34+87=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #162257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162257 is #E9DDA8. Grayscale: #242424. Windows color (decimal): -15326633 or 5710358. OLE color: 5710358.
HSL color Cylindrical-coordinate representation of color #162257: hue angle of 228.92º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162257 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 34 | 87 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.66 |
| HSL | 228.92º | 0.6% | 0.21% | - |
| HSV(B) | 228.92º | 0.75% | 0.34% | - |
| XYZ | 2.62 | 2 | 9.27 | - |
| YUV | 36.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 87 | 0.75 | 0.61 | 0 | 0.66 | 228.92 | 0.6 | 0.21 |
| Hex | 16 | 22 | 57 | 4B | 3D | 0 | 42 | E5 | 3C | 15 |
| Octal | 26 | 42 | 127 | 113 | 75 | 0 | 102 | 345 | 74 | 25 |
| Binary | 10110 | 100010 | 1010111 | 1001011 | 111101 | 0 | 1000010 | 11100101 | 111100 | 10101 |
Color Harmonies of #162257
Complementary color
Monochromatic Colors of #162257
Black with #162257
Text Example
Text Example
White with #162257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162257; }
p { color: rgb(22,34,87); }
H1.HeaderClassName
{
color: #162257;
}
.AnyTagClassName
{
color: #162257;
}
</style>
background-color css
<style>
a { background-color: #162257; }
a { background-color: rgb(22,34,87); }
div.DivClassName
{
background-color: #162257;
}
.BgClassName
{
background-color: #162257;
}
</style>
border-color css
<style>
span { border-color: #162257; }
span { border-color: rgb(22,34,87); }
td.TdClassName
{
border-color: #162257;
}
.TagClassName
{
border-color: #162257;
}
</style>