Shades of Sapphire #162772
Tints of Sapphire #162772
RGB
CMYK
RGB Variations
Color information
#162772 (or 0x162772) is known color: Sapphire. HEX triplet: 16, 27 and 72. RGB value is (22,39,114). Sum of RGB (Red+Green+Blue) = 22+39+114=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #162772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162772 is #E9D88D. Grayscale: #2A2A2A. Windows color (decimal): -15325326 or 7481110. OLE color: 7481110.
HSL color Cylindrical-coordinate representation of color #162772: hue angle of 228.91º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162772 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 39 | 114 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.55 |
| HSL | 228.91º | 0.68% | 0.27% | - |
| HSV(B) | 228.91º | 0.81% | 0.45% | - |
| XYZ | 4.09 | 2.84 | 16.25 | - |
| YUV | 42.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 114 | 0.81 | 0.66 | 0 | 0.55 | 228.91 | 0.68 | 0.27 |
| Hex | 16 | 27 | 72 | 51 | 42 | 0 | 37 | E5 | 44 | 1B |
| Octal | 26 | 47 | 162 | 121 | 102 | 0 | 67 | 345 | 104 | 33 |
| Binary | 10110 | 100111 | 1110010 | 1010001 | 1000010 | 0 | 110111 | 11100101 | 1000100 | 11011 |
Color Harmonies of #162772
Complementary color
Monochromatic Colors of #162772
Black with #162772
Text Example
Text Example
White with #162772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162772; }
p { color: rgb(22,39,114); }
H1.HeaderClassName
{
color: #162772;
}
.AnyTagClassName
{
color: #162772;
}
</style>
background-color css
<style>
a { background-color: #162772; }
a { background-color: rgb(22,39,114); }
div.DivClassName
{
background-color: #162772;
}
.BgClassName
{
background-color: #162772;
}
</style>
border-color css
<style>
span { border-color: #162772; }
span { border-color: rgb(22,39,114); }
td.TdClassName
{
border-color: #162772;
}
.TagClassName
{
border-color: #162772;
}
</style>