Shades of Sapphire #162161
Tints of Sapphire #162161
RGB
CMYK
RGB Variations
Color information
#162161 (or 0x162161) is known color: Sapphire. HEX triplet: 16, 21 and 61. RGB value is (22,33,97). Sum of RGB (Red+Green+Blue) = 22+33+97=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #162161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162161 is #E9DE9E. Grayscale: #242424. Windows color (decimal): -15326879 or 6365462. OLE color: 6365462.
HSL color Cylindrical-coordinate representation of color #162161: hue angle of 231.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162161 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 33 | 97 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.62 |
| HSL | 231.2º | 0.63% | 0.23% | - |
| HSV(B) | 231.2º | 0.77% | 0.38% | - |
| XYZ | 3.03 | 2.12 | 11.56 | - |
| YUV | 37.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 97 | 0.77 | 0.66 | 0 | 0.62 | 231.2 | 0.63 | 0.23 |
| Hex | 16 | 21 | 61 | 4D | 42 | 0 | 3E | E7 | 3F | 17 |
| Octal | 26 | 41 | 141 | 115 | 102 | 0 | 76 | 347 | 77 | 27 |
| Binary | 10110 | 100001 | 1100001 | 1001101 | 1000010 | 0 | 111110 | 11100111 | 111111 | 10111 |
Color Harmonies of #162161
Complementary color
Monochromatic Colors of #162161
Black with #162161
Text Example
Text Example
White with #162161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162161; }
p { color: rgb(22,33,97); }
H1.HeaderClassName
{
color: #162161;
}
.AnyTagClassName
{
color: #162161;
}
</style>
background-color css
<style>
a { background-color: #162161; }
a { background-color: rgb(22,33,97); }
div.DivClassName
{
background-color: #162161;
}
.BgClassName
{
background-color: #162161;
}
</style>
border-color css
<style>
span { border-color: #162161; }
span { border-color: rgb(22,33,97); }
td.TdClassName
{
border-color: #162161;
}
.TagClassName
{
border-color: #162161;
}
</style>