Shades of Sapphire #162957
Tints of Sapphire #162957
RGB
CMYK
RGB Variations
Color information
#162957 (or 0x162957) is known color: Sapphire. HEX triplet: 16, 29 and 57. RGB value is (22,41,87). Sum of RGB (Red+Green+Blue) = 22+41+87=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #162957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162957 is #E9D6A8. Grayscale: #282828. Windows color (decimal): -15324841 or 5712150. OLE color: 5712150.
HSL color Cylindrical-coordinate representation of color #162957: hue angle of 222.46º 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 #162957 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 41 | 87 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.66 |
| HSL | 222.46º | 0.6% | 0.21% | - |
| HSV(B) | 222.46º | 0.75% | 0.34% | - |
| XYZ | 2.84 | 2.44 | 9.34 | - |
| YUV | 40.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 87 | 0.75 | 0.53 | 0 | 0.66 | 222.46 | 0.6 | 0.21 |
| Hex | 16 | 29 | 57 | 4B | 35 | 0 | 42 | DE | 3C | 15 |
| Octal | 26 | 51 | 127 | 113 | 65 | 0 | 102 | 336 | 74 | 25 |
| Binary | 10110 | 101001 | 1010111 | 1001011 | 110101 | 0 | 1000010 | 11011110 | 111100 | 10101 |
Color Harmonies of #162957
Complementary color
Monochromatic Colors of #162957
Black with #162957
Text Example
Text Example
White with #162957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162957; }
p { color: rgb(22,41,87); }
H1.HeaderClassName
{
color: #162957;
}
.AnyTagClassName
{
color: #162957;
}
</style>
background-color css
<style>
a { background-color: #162957; }
a { background-color: rgb(22,41,87); }
div.DivClassName
{
background-color: #162957;
}
.BgClassName
{
background-color: #162957;
}
</style>
border-color css
<style>
span { border-color: #162957; }
span { border-color: rgb(22,41,87); }
td.TdClassName
{
border-color: #162957;
}
.TagClassName
{
border-color: #162957;
}
</style>