Shades of Sapphire #162E5B
Tints of Sapphire #162E5B
RGB
CMYK
RGB Variations
Color information
#162E5B (or 0x162E5B) is known color: Sapphire. HEX triplet: 16, 2E and 5B. RGB value is (22,46,91). Sum of RGB (Red+Green+Blue) = 22+46+91=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #162E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E5B is #E9D1A4. Grayscale: #2B2B2B. Windows color (decimal): -15323557 or 5975574. OLE color: 5975574.
HSL color Cylindrical-coordinate representation of color #162E5B: hue angle of 219.13º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162E5B is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 46 | 91 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.64 |
| HSL | 219.13º | 0.61% | 0.22% | - |
| HSV(B) | 219.13º | 0.76% | 0.36% | - |
| XYZ | 3.2 | 2.88 | 10.28 | - |
| YUV | 43.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 91 | 0.76 | 0.49 | 0 | 0.64 | 219.13 | 0.61 | 0.22 |
| Hex | 16 | 2E | 5B | 4C | 31 | 0 | 40 | DB | 3D | 16 |
| Octal | 26 | 56 | 133 | 114 | 61 | 0 | 100 | 333 | 75 | 26 |
| Binary | 10110 | 101110 | 1011011 | 1001100 | 110001 | 0 | 1000000 | 11011011 | 111101 | 10110 |
Color Harmonies of #162E5B
Complementary color
Monochromatic Colors of #162E5B
Black with #162E5B
Text Example
Text Example
White with #162E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E5B; }
p { color: rgb(22,46,91); }
H1.HeaderClassName
{
color: #162E5B;
}
.AnyTagClassName
{
color: #162E5B;
}
</style>
background-color css
<style>
a { background-color: #162E5B; }
a { background-color: rgb(22,46,91); }
div.DivClassName
{
background-color: #162E5B;
}
.BgClassName
{
background-color: #162E5B;
}
</style>
border-color css
<style>
span { border-color: #162E5B; }
span { border-color: rgb(22,46,91); }
td.TdClassName
{
border-color: #162E5B;
}
.TagClassName
{
border-color: #162E5B;
}
</style>