Shades of Sapphire #162D77
Tints of Sapphire #162D77
RGB
CMYK
RGB Variations
Color information
#162D77 (or 0x162D77) is known color: Sapphire. HEX triplet: 16, 2D and 77. RGB value is (22,45,119). Sum of RGB (Red+Green+Blue) = 22+45+119=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #162D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D77 is #E9D288. Grayscale: #2E2E2E. Windows color (decimal): -15323785 or 7810326. OLE color: 7810326.
HSL color Cylindrical-coordinate representation of color #162D77: hue angle of 225.77º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162D77 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 45 | 119 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.53 |
| HSL | 225.77º | 0.69% | 0.28% | - |
| HSV(B) | 225.77º | 0.82% | 0.47% | - |
| XYZ | 4.6 | 3.38 | 17.86 | - |
| YUV | 46.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 119 | 0.82 | 0.62 | 0 | 0.53 | 225.77 | 0.69 | 0.28 |
| Hex | 16 | 2D | 77 | 52 | 3E | 0 | 35 | E2 | 45 | 1C |
| Octal | 26 | 55 | 167 | 122 | 76 | 0 | 65 | 342 | 105 | 34 |
| Binary | 10110 | 101101 | 1110111 | 1010010 | 111110 | 0 | 110101 | 11100010 | 1000101 | 11100 |
Color Harmonies of #162D77
Complementary color
Monochromatic Colors of #162D77
Black with #162D77
Text Example
Text Example
White with #162D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D77; }
p { color: rgb(22,45,119); }
H1.HeaderClassName
{
color: #162D77;
}
.AnyTagClassName
{
color: #162D77;
}
</style>
background-color css
<style>
a { background-color: #162D77; }
a { background-color: rgb(22,45,119); }
div.DivClassName
{
background-color: #162D77;
}
.BgClassName
{
background-color: #162D77;
}
</style>
border-color css
<style>
span { border-color: #162D77; }
span { border-color: rgb(22,45,119); }
td.TdClassName
{
border-color: #162D77;
}
.TagClassName
{
border-color: #162D77;
}
</style>