Shades of Sapphire #111F59
Tints of Sapphire #111F59
RGB
CMYK
RGB Variations
Color information
#111F59 (or 0x111F59) is known color: Sapphire. HEX triplet: 11, 1F and 59. RGB value is (17,31,89). Sum of RGB (Red+Green+Blue) = 17+31+89=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #111F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F59 is #EEE0A6. Grayscale: #212121. Windows color (decimal): -15655079 or 5840657. OLE color: 5840657.
HSL color Cylindrical-coordinate representation of color #111F59: hue angle of 228.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111F59 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 31 | 89 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.65 |
| HSL | 228.33º | 0.68% | 0.21% | - |
| HSV(B) | 228.33º | 0.81% | 0.35% | - |
| XYZ | 2.52 | 1.82 | 9.67 | - |
| YUV | 33.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 89 | 0.81 | 0.65 | 0 | 0.65 | 228.33 | 0.68 | 0.21 |
| Hex | 11 | 1F | 59 | 51 | 41 | 0 | 41 | E4 | 44 | 15 |
| Octal | 21 | 37 | 131 | 121 | 101 | 0 | 101 | 344 | 104 | 25 |
| Binary | 10001 | 11111 | 1011001 | 1010001 | 1000001 | 0 | 1000001 | 11100100 | 1000100 | 10101 |
Color Harmonies of #111F59
Complementary color
Monochromatic Colors of #111F59
Black with #111F59
Text Example
Text Example
White with #111F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F59; }
p { color: rgb(17,31,89); }
H1.HeaderClassName
{
color: #111F59;
}
.AnyTagClassName
{
color: #111F59;
}
</style>
background-color css
<style>
a { background-color: #111F59; }
a { background-color: rgb(17,31,89); }
div.DivClassName
{
background-color: #111F59;
}
.BgClassName
{
background-color: #111F59;
}
</style>
border-color css
<style>
span { border-color: #111F59; }
span { border-color: rgb(17,31,89); }
td.TdClassName
{
border-color: #111F59;
}
.TagClassName
{
border-color: #111F59;
}
</style>