Shades of Sapphire #111F60
Tints of Sapphire #111F60
RGB
CMYK
RGB Variations
Color information
#111F60 (or 0x111F60) is known color: Sapphire. HEX triplet: 11, 1F and 60. RGB value is (17,31,96). Sum of RGB (Red+Green+Blue) = 17+31+96=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #111F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F60 is #EEE09F. Grayscale: #212121. Windows color (decimal): -15655072 or 6299409. OLE color: 6299409.
HSL color Cylindrical-coordinate representation of color #111F60: hue angle of 229.37º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111F60 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 31 | 96 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.62 |
| HSL | 229.37º | 0.7% | 0.22% | - |
| HSV(B) | 229.37º | 0.82% | 0.38% | - |
| XYZ | 2.83 | 1.94 | 11.29 | - |
| YUV | 34.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 96 | 0.82 | 0.68 | 0 | 0.62 | 229.37 | 0.7 | 0.22 |
| Hex | 11 | 1F | 60 | 52 | 44 | 0 | 3E | E5 | 46 | 16 |
| Octal | 21 | 37 | 140 | 122 | 104 | 0 | 76 | 345 | 106 | 26 |
| Binary | 10001 | 11111 | 1100000 | 1010010 | 1000100 | 0 | 111110 | 11100101 | 1000110 | 10110 |
Color Harmonies of #111F60
Complementary color
Monochromatic Colors of #111F60
Black with #111F60
Text Example
Text Example
White with #111F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F60; }
p { color: rgb(17,31,96); }
H1.HeaderClassName
{
color: #111F60;
}
.AnyTagClassName
{
color: #111F60;
}
</style>
background-color css
<style>
a { background-color: #111F60; }
a { background-color: rgb(17,31,96); }
div.DivClassName
{
background-color: #111F60;
}
.BgClassName
{
background-color: #111F60;
}
</style>
border-color css
<style>
span { border-color: #111F60; }
span { border-color: rgb(17,31,96); }
td.TdClassName
{
border-color: #111F60;
}
.TagClassName
{
border-color: #111F60;
}
</style>