Shades of Sapphire #112160
Tints of Sapphire #112160
RGB
CMYK
RGB Variations
Color information
#112160 (or 0x112160) is known color: Sapphire. HEX triplet: 11, 21 and 60. RGB value is (17,33,96). Sum of RGB (Red+Green+Blue) = 17+33+96=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #112160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112160 is #EEDE9F. Grayscale: #232323. Windows color (decimal): -15654560 or 6299921. OLE color: 6299921.
HSL color Cylindrical-coordinate representation of color #112160: hue angle of 227.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112160 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 33 | 96 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.62 |
| HSL | 227.85º | 0.7% | 0.22% | - |
| HSV(B) | 227.85º | 0.82% | 0.38% | - |
| XYZ | 2.89 | 2.05 | 11.31 | - |
| YUV | 35.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 96 | 0.82 | 0.66 | 0 | 0.62 | 227.85 | 0.7 | 0.22 |
| Hex | 11 | 21 | 60 | 52 | 42 | 0 | 3E | E4 | 46 | 16 |
| Octal | 21 | 41 | 140 | 122 | 102 | 0 | 76 | 344 | 106 | 26 |
| Binary | 10001 | 100001 | 1100000 | 1010010 | 1000010 | 0 | 111110 | 11100100 | 1000110 | 10110 |
Color Harmonies of #112160
Complementary color
Monochromatic Colors of #112160
Black with #112160
Text Example
Text Example
White with #112160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112160; }
p { color: rgb(17,33,96); }
H1.HeaderClassName
{
color: #112160;
}
.AnyTagClassName
{
color: #112160;
}
</style>
background-color css
<style>
a { background-color: #112160; }
a { background-color: rgb(17,33,96); }
div.DivClassName
{
background-color: #112160;
}
.BgClassName
{
background-color: #112160;
}
</style>
border-color css
<style>
span { border-color: #112160; }
span { border-color: rgb(17,33,96); }
td.TdClassName
{
border-color: #112160;
}
.TagClassName
{
border-color: #112160;
}
</style>