Shades of Sapphire #162E76
Tints of Sapphire #162E76
RGB
CMYK
RGB Variations
Color information
#162E76 (or 0x162E76) is known color: Sapphire. HEX triplet: 16, 2E and 76. RGB value is (22,46,118). Sum of RGB (Red+Green+Blue) = 22+46+118=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #162E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E76 is #E9D189. Grayscale: #2E2E2E. Windows color (decimal): -15323530 or 7745046. OLE color: 7745046.
HSL color Cylindrical-coordinate representation of color #162E76: hue angle of 225º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162E76 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 46 | 118 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.54 |
| HSL | 225º | 0.69% | 0.27% | - |
| HSV(B) | 225º | 0.81% | 0.46% | - |
| XYZ | 4.58 | 3.43 | 17.56 | - |
| YUV | 47.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 118 | 0.81 | 0.61 | 0 | 0.54 | 225 | 0.69 | 0.27 |
| Hex | 16 | 2E | 76 | 51 | 3D | 0 | 36 | E1 | 45 | 1B |
| Octal | 26 | 56 | 166 | 121 | 75 | 0 | 66 | 341 | 105 | 33 |
| Binary | 10110 | 101110 | 1110110 | 1010001 | 111101 | 0 | 110110 | 11100001 | 1000101 | 11011 |
Color Harmonies of #162E76
Complementary color
Monochromatic Colors of #162E76
Black with #162E76
Text Example
Text Example
White with #162E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E76; }
p { color: rgb(22,46,118); }
H1.HeaderClassName
{
color: #162E76;
}
.AnyTagClassName
{
color: #162E76;
}
</style>
background-color css
<style>
a { background-color: #162E76; }
a { background-color: rgb(22,46,118); }
div.DivClassName
{
background-color: #162E76;
}
.BgClassName
{
background-color: #162E76;
}
</style>
border-color css
<style>
span { border-color: #162E76; }
span { border-color: rgb(22,46,118); }
td.TdClassName
{
border-color: #162E76;
}
.TagClassName
{
border-color: #162E76;
}
</style>