Shades of Sapphire #162A77
Tints of Sapphire #162A77
RGB
CMYK
RGB Variations
Color information
#162A77 (or 0x162A77) is known color: Sapphire. HEX triplet: 16, 2A and 77. RGB value is (22,42,119). Sum of RGB (Red+Green+Blue) = 22+42+119=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #162A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A77 is #E9D588. Grayscale: #2C2C2C. Windows color (decimal): -15324553 or 7809558. OLE color: 7809558.
HSL color Cylindrical-coordinate representation of color #162A77: hue angle of 227.63º 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 #162A77 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 42 | 119 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.53 |
| HSL | 227.63º | 0.69% | 0.28% | - |
| HSV(B) | 227.63º | 0.82% | 0.47% | - |
| XYZ | 4.49 | 3.16 | 17.83 | - |
| YUV | 44.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 119 | 0.82 | 0.65 | 0 | 0.53 | 227.63 | 0.69 | 0.28 |
| Hex | 16 | 2A | 77 | 52 | 41 | 0 | 35 | E4 | 45 | 1C |
| Octal | 26 | 52 | 167 | 122 | 101 | 0 | 65 | 344 | 105 | 34 |
| Binary | 10110 | 101010 | 1110111 | 1010010 | 1000001 | 0 | 110101 | 11100100 | 1000101 | 11100 |
Color Harmonies of #162A77
Complementary color
Monochromatic Colors of #162A77
Black with #162A77
Text Example
Text Example
White with #162A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A77; }
p { color: rgb(22,42,119); }
H1.HeaderClassName
{
color: #162A77;
}
.AnyTagClassName
{
color: #162A77;
}
</style>
background-color css
<style>
a { background-color: #162A77; }
a { background-color: rgb(22,42,119); }
div.DivClassName
{
background-color: #162A77;
}
.BgClassName
{
background-color: #162A77;
}
</style>
border-color css
<style>
span { border-color: #162A77; }
span { border-color: rgb(22,42,119); }
td.TdClassName
{
border-color: #162A77;
}
.TagClassName
{
border-color: #162A77;
}
</style>