Shades of Sapphire #162B5E
Tints of Sapphire #162B5E
RGB
CMYK
RGB Variations
Color information
#162B5E (or 0x162B5E) is known color: Sapphire. HEX triplet: 16, 2B and 5E. RGB value is (22,43,94). Sum of RGB (Red+Green+Blue) = 22+43+94=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #162B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5E is #E9D4A1. Grayscale: #2A2A2A. Windows color (decimal): -15324322 or 6171414. OLE color: 6171414.
HSL color Cylindrical-coordinate representation of color #162B5E: hue angle of 222.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162B5E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 43 | 94 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.63 |
| HSL | 222.5º | 0.62% | 0.23% | - |
| HSV(B) | 222.5º | 0.77% | 0.37% | - |
| XYZ | 3.22 | 2.71 | 10.94 | - |
| YUV | 42.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 94 | 0.77 | 0.54 | 0 | 0.63 | 222.5 | 0.62 | 0.23 |
| Hex | 16 | 2B | 5E | 4D | 36 | 0 | 3F | DE | 3E | 17 |
| Octal | 26 | 53 | 136 | 115 | 66 | 0 | 77 | 336 | 76 | 27 |
| Binary | 10110 | 101011 | 1011110 | 1001101 | 110110 | 0 | 111111 | 11011110 | 111110 | 10111 |
Color Harmonies of #162B5E
Complementary color
Monochromatic Colors of #162B5E
Black with #162B5E
Text Example
Text Example
White with #162B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B5E; }
p { color: rgb(22,43,94); }
H1.HeaderClassName
{
color: #162B5E;
}
.AnyTagClassName
{
color: #162B5E;
}
</style>
background-color css
<style>
a { background-color: #162B5E; }
a { background-color: rgb(22,43,94); }
div.DivClassName
{
background-color: #162B5E;
}
.BgClassName
{
background-color: #162B5E;
}
</style>
border-color css
<style>
span { border-color: #162B5E; }
span { border-color: rgb(22,43,94); }
td.TdClassName
{
border-color: #162B5E;
}
.TagClassName
{
border-color: #162B5E;
}
</style>