Shades of Sapphire #162F5E
Tints of Sapphire #162F5E
RGB
CMYK
RGB Variations
Color information
#162F5E (or 0x162F5E) is known color: Sapphire. HEX triplet: 16, 2F and 5E. RGB value is (22,47,94). Sum of RGB (Red+Green+Blue) = 22+47+94=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #162F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F5E is #E9D0A1. Grayscale: #2C2C2C. Windows color (decimal): -15323298 or 6172438. OLE color: 6172438.
HSL color Cylindrical-coordinate representation of color #162F5E: hue angle of 219.17º 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 #162F5E is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 47 | 94 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.63 |
| HSL | 219.17º | 0.62% | 0.23% | - |
| HSV(B) | 219.17º | 0.77% | 0.37% | - |
| XYZ | 3.37 | 3.01 | 10.99 | - |
| YUV | 44.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 94 | 0.77 | 0.5 | 0 | 0.63 | 219.17 | 0.62 | 0.23 |
| Hex | 16 | 2F | 5E | 4D | 32 | 0 | 3F | DB | 3E | 17 |
| Octal | 26 | 57 | 136 | 115 | 62 | 0 | 77 | 333 | 76 | 27 |
| Binary | 10110 | 101111 | 1011110 | 1001101 | 110010 | 0 | 111111 | 11011011 | 111110 | 10111 |
Color Harmonies of #162F5E
Complementary color
Monochromatic Colors of #162F5E
Black with #162F5E
Text Example
Text Example
White with #162F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F5E; }
p { color: rgb(22,47,94); }
H1.HeaderClassName
{
color: #162F5E;
}
.AnyTagClassName
{
color: #162F5E;
}
</style>
background-color css
<style>
a { background-color: #162F5E; }
a { background-color: rgb(22,47,94); }
div.DivClassName
{
background-color: #162F5E;
}
.BgClassName
{
background-color: #162F5E;
}
</style>
border-color css
<style>
span { border-color: #162F5E; }
span { border-color: rgb(22,47,94); }
td.TdClassName
{
border-color: #162F5E;
}
.TagClassName
{
border-color: #162F5E;
}
</style>