Shades of Sapphire #162953
Tints of Sapphire #162953
RGB
CMYK
RGB Variations
Color information
#162953 (or 0x162953) is known color: Sapphire. HEX triplet: 16, 29 and 53. RGB value is (22,41,83). Sum of RGB (Red+Green+Blue) = 22+41+83=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #162953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162953 is #E9D6AC. Grayscale: #272727. Windows color (decimal): -15324845 or 5450006. OLE color: 5450006.
HSL color Cylindrical-coordinate representation of color #162953: hue angle of 221.31º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162953 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 41 | 83 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.67 |
| HSL | 221.31º | 0.58% | 0.21% | - |
| HSV(B) | 221.31º | 0.73% | 0.33% | - |
| XYZ | 2.69 | 2.38 | 8.5 | - |
| YUV | 40.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 83 | 0.73 | 0.51 | 0 | 0.67 | 221.31 | 0.58 | 0.21 |
| Hex | 16 | 29 | 53 | 49 | 33 | 0 | 43 | DD | 3A | 15 |
| Octal | 26 | 51 | 123 | 111 | 63 | 0 | 103 | 335 | 72 | 25 |
| Binary | 10110 | 101001 | 1010011 | 1001001 | 110011 | 0 | 1000011 | 11011101 | 111010 | 10101 |
Color Harmonies of #162953
Complementary color
Monochromatic Colors of #162953
Black with #162953
Text Example
Text Example
White with #162953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162953; }
p { color: rgb(22,41,83); }
H1.HeaderClassName
{
color: #162953;
}
.AnyTagClassName
{
color: #162953;
}
</style>
background-color css
<style>
a { background-color: #162953; }
a { background-color: rgb(22,41,83); }
div.DivClassName
{
background-color: #162953;
}
.BgClassName
{
background-color: #162953;
}
</style>
border-color css
<style>
span { border-color: #162953; }
span { border-color: rgb(22,41,83); }
td.TdClassName
{
border-color: #162953;
}
.TagClassName
{
border-color: #162953;
}
</style>