Shades of Sapphire #112157
Tints of Sapphire #112157
RGB
CMYK
RGB Variations
Color information
#112157 (or 0x112157) is known color: Sapphire. HEX triplet: 11, 21 and 57. RGB value is (17,33,87). Sum of RGB (Red+Green+Blue) = 17+33+87=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #112157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112157 is #EEDEA8. Grayscale: #222222. Windows color (decimal): -15654569 or 5710097. OLE color: 5710097.
HSL color Cylindrical-coordinate representation of color #112157: hue angle of 226.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112157 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 33 | 87 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.66 |
| HSL | 226.29º | 0.67% | 0.2% | - |
| HSV(B) | 226.29º | 0.8% | 0.34% | - |
| XYZ | 2.5 | 1.9 | 9.25 | - |
| YUV | 34.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 87 | 0.80 | 0.62 | 0 | 0.66 | 226.29 | 0.67 | 0.2 |
| Hex | 11 | 21 | 57 | 50 | 3E | 0 | 42 | E2 | 43 | 14 |
| Octal | 21 | 41 | 127 | 120 | 76 | 0 | 102 | 342 | 103 | 24 |
| Binary | 10001 | 100001 | 1010111 | 1010000 | 111110 | 0 | 1000010 | 11100010 | 1000011 | 10100 |
Color Harmonies of #112157
Complementary color
Monochromatic Colors of #112157
Black with #112157
Text Example
Text Example
White with #112157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112157; }
p { color: rgb(17,33,87); }
H1.HeaderClassName
{
color: #112157;
}
.AnyTagClassName
{
color: #112157;
}
</style>
background-color css
<style>
a { background-color: #112157; }
a { background-color: rgb(17,33,87); }
div.DivClassName
{
background-color: #112157;
}
.BgClassName
{
background-color: #112157;
}
</style>
border-color css
<style>
span { border-color: #112157; }
span { border-color: rgb(17,33,87); }
td.TdClassName
{
border-color: #112157;
}
.TagClassName
{
border-color: #112157;
}
</style>