Shades of Sapphire #162D57
Tints of Sapphire #162D57
RGB
CMYK
RGB Variations
Color information
#162D57 (or 0x162D57) is known color: Sapphire. HEX triplet: 16, 2D and 57. RGB value is (22,45,87). Sum of RGB (Red+Green+Blue) = 22+45+87=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #162D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D57 is #E9D2A8. Grayscale: #2A2A2A. Windows color (decimal): -15323817 or 5713174. OLE color: 5713174.
HSL color Cylindrical-coordinate representation of color #162D57: hue angle of 218.77º 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 #162D57 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 45 | 87 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.66 |
| HSL | 218.77º | 0.6% | 0.21% | - |
| HSV(B) | 218.77º | 0.75% | 0.34% | - |
| XYZ | 2.99 | 2.74 | 9.39 | - |
| YUV | 42.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 87 | 0.75 | 0.48 | 0 | 0.66 | 218.77 | 0.6 | 0.21 |
| Hex | 16 | 2D | 57 | 4B | 30 | 0 | 42 | DB | 3C | 15 |
| Octal | 26 | 55 | 127 | 113 | 60 | 0 | 102 | 333 | 74 | 25 |
| Binary | 10110 | 101101 | 1010111 | 1001011 | 110000 | 0 | 1000010 | 11011011 | 111100 | 10101 |
Color Harmonies of #162D57
Complementary color
Monochromatic Colors of #162D57
Black with #162D57
Text Example
Text Example
White with #162D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D57; }
p { color: rgb(22,45,87); }
H1.HeaderClassName
{
color: #162D57;
}
.AnyTagClassName
{
color: #162D57;
}
</style>
background-color css
<style>
a { background-color: #162D57; }
a { background-color: rgb(22,45,87); }
div.DivClassName
{
background-color: #162D57;
}
.BgClassName
{
background-color: #162D57;
}
</style>
border-color css
<style>
span { border-color: #162D57; }
span { border-color: rgb(22,45,87); }
td.TdClassName
{
border-color: #162D57;
}
.TagClassName
{
border-color: #162D57;
}
</style>