Shades of Sapphire #111957
Tints of Sapphire #111957
RGB
CMYK
RGB Variations
Color information
#111957 (or 0x111957) is known color: Sapphire. HEX triplet: 11, 19 and 57. RGB value is (17,25,87). Sum of RGB (Red+Green+Blue) = 17+25+87=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #111957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111957 is #EEE6A8. Grayscale: #1D1D1D. Windows color (decimal): -15656617 or 5708049. OLE color: 5708049.
HSL color Cylindrical-coordinate representation of color #111957: hue angle of 233.14º 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 #111957 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 25 | 87 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.66 |
| HSL | 233.14º | 0.67% | 0.2% | - |
| HSV(B) | 233.14º | 0.8% | 0.34% | - |
| XYZ | 2.3 | 1.5 | 9.19 | - |
| YUV | 29.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 87 | 0.80 | 0.71 | 0 | 0.66 | 233.14 | 0.67 | 0.2 |
| Hex | 11 | 19 | 57 | 50 | 47 | 0 | 42 | E9 | 43 | 14 |
| Octal | 21 | 31 | 127 | 120 | 107 | 0 | 102 | 351 | 103 | 24 |
| Binary | 10001 | 11001 | 1010111 | 1010000 | 1000111 | 0 | 1000010 | 11101001 | 1000011 | 10100 |
Color Harmonies of #111957
Complementary color
Monochromatic Colors of #111957
Black with #111957
Text Example
Text Example
White with #111957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111957; }
p { color: rgb(17,25,87); }
H1.HeaderClassName
{
color: #111957;
}
.AnyTagClassName
{
color: #111957;
}
</style>
background-color css
<style>
a { background-color: #111957; }
a { background-color: rgb(17,25,87); }
div.DivClassName
{
background-color: #111957;
}
.BgClassName
{
background-color: #111957;
}
</style>
border-color css
<style>
span { border-color: #111957; }
span { border-color: rgb(17,25,87); }
td.TdClassName
{
border-color: #111957;
}
.TagClassName
{
border-color: #111957;
}
</style>