Shades of Sapphire #112370
Tints of Sapphire #112370
RGB
CMYK
RGB Variations
Color information
#112370 (or 0x112370) is known color: Sapphire. HEX triplet: 11, 23 and 70. RGB value is (17,35,112). Sum of RGB (Red+Green+Blue) = 17+35+112=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #112370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112370 is #EEDC8F. Grayscale: #262626. Windows color (decimal): -15654032 or 7349009. OLE color: 7349009.
HSL color Cylindrical-coordinate representation of color #112370: hue angle of 228.63º 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 #112370 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 35 | 112 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.56 |
| HSL | 228.63º | 0.74% | 0.25% | - |
| HSV(B) | 228.63º | 0.85% | 0.44% | - |
| XYZ | 3.76 | 2.49 | 15.61 | - |
| YUV | 38.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 112 | 0.85 | 0.69 | 0 | 0.56 | 228.63 | 0.74 | 0.25 |
| Hex | 11 | 23 | 70 | 55 | 45 | 0 | 38 | E5 | 4A | 19 |
| Octal | 21 | 43 | 160 | 125 | 105 | 0 | 70 | 345 | 112 | 31 |
| Binary | 10001 | 100011 | 1110000 | 1010101 | 1000101 | 0 | 111000 | 11100101 | 1001010 | 11001 |
Color Harmonies of #112370
Complementary color
Monochromatic Colors of #112370
Black with #112370
Text Example
Text Example
White with #112370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112370; }
p { color: rgb(17,35,112); }
H1.HeaderClassName
{
color: #112370;
}
.AnyTagClassName
{
color: #112370;
}
</style>
background-color css
<style>
a { background-color: #112370; }
a { background-color: rgb(17,35,112); }
div.DivClassName
{
background-color: #112370;
}
.BgClassName
{
background-color: #112370;
}
</style>
border-color css
<style>
span { border-color: #112370; }
span { border-color: rgb(17,35,112); }
td.TdClassName
{
border-color: #112370;
}
.TagClassName
{
border-color: #112370;
}
</style>