Shades of Sapphire #112170
Tints of Sapphire #112170
RGB
CMYK
RGB Variations
Color information
#112170 (or 0x112170) is known color: Sapphire. HEX triplet: 11, 21 and 70. RGB value is (17,33,112). Sum of RGB (Red+Green+Blue) = 17+33+112=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #112170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112170 is #EEDE8F. Grayscale: #242424. Windows color (decimal): -15654544 or 7348497. OLE color: 7348497.
HSL color Cylindrical-coordinate representation of color #112170: hue angle of 229.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112170 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 33 | 112 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.56 |
| HSL | 229.89º | 0.74% | 0.25% | - |
| HSV(B) | 229.89º | 0.85% | 0.44% | - |
| XYZ | 3.7 | 2.38 | 15.59 | - |
| YUV | 37.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 112 | 0.85 | 0.71 | 0 | 0.56 | 229.89 | 0.74 | 0.25 |
| Hex | 11 | 21 | 70 | 55 | 47 | 0 | 38 | E6 | 4A | 19 |
| Octal | 21 | 41 | 160 | 125 | 107 | 0 | 70 | 346 | 112 | 31 |
| Binary | 10001 | 100001 | 1110000 | 1010101 | 1000111 | 0 | 111000 | 11100110 | 1001010 | 11001 |
Color Harmonies of #112170
Complementary color
Monochromatic Colors of #112170
Black with #112170
Text Example
Text Example
White with #112170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112170; }
p { color: rgb(17,33,112); }
H1.HeaderClassName
{
color: #112170;
}
.AnyTagClassName
{
color: #112170;
}
</style>
background-color css
<style>
a { background-color: #112170; }
a { background-color: rgb(17,33,112); }
div.DivClassName
{
background-color: #112170;
}
.BgClassName
{
background-color: #112170;
}
</style>
border-color css
<style>
span { border-color: #112170; }
span { border-color: rgb(17,33,112); }
td.TdClassName
{
border-color: #112170;
}
.TagClassName
{
border-color: #112170;
}
</style>