Shades of Sapphire #112371
Tints of Sapphire #112371
RGB
CMYK
RGB Variations
Color information
#112371 (or 0x112371) is known color: Sapphire. HEX triplet: 11, 23 and 71. RGB value is (17,35,113). Sum of RGB (Red+Green+Blue) = 17+35+113=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #112371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112371 is #EEDC8E. Grayscale: #262626. Windows color (decimal): -15654031 or 7414545. OLE color: 7414545.
HSL color Cylindrical-coordinate representation of color #112371: hue angle of 228.75º 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 #112371 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 35 | 113 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.56 |
| HSL | 228.75º | 0.74% | 0.25% | - |
| HSV(B) | 228.75º | 0.85% | 0.44% | - |
| XYZ | 3.81 | 2.51 | 15.91 | - |
| YUV | 38.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 113 | 0.85 | 0.69 | 0 | 0.56 | 228.75 | 0.74 | 0.25 |
| Hex | 11 | 23 | 71 | 55 | 45 | 0 | 38 | E5 | 4A | 19 |
| Octal | 21 | 43 | 161 | 125 | 105 | 0 | 70 | 345 | 112 | 31 |
| Binary | 10001 | 100011 | 1110001 | 1010101 | 1000101 | 0 | 111000 | 11100101 | 1001010 | 11001 |
Color Harmonies of #112371
Complementary color
Monochromatic Colors of #112371
Black with #112371
Text Example
Text Example
White with #112371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112371; }
p { color: rgb(17,35,113); }
H1.HeaderClassName
{
color: #112371;
}
.AnyTagClassName
{
color: #112371;
}
</style>
background-color css
<style>
a { background-color: #112371; }
a { background-color: rgb(17,35,113); }
div.DivClassName
{
background-color: #112371;
}
.BgClassName
{
background-color: #112371;
}
</style>
border-color css
<style>
span { border-color: #112371; }
span { border-color: rgb(17,35,113); }
td.TdClassName
{
border-color: #112371;
}
.TagClassName
{
border-color: #112371;
}
</style>