Shades of Sapphire #111F62
Tints of Sapphire #111F62
RGB
CMYK
RGB Variations
Color information
#111F62 (or 0x111F62) is known color: Sapphire. HEX triplet: 11, 1F and 62. RGB value is (17,31,98). Sum of RGB (Red+Green+Blue) = 17+31+98=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #111F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F62 is #EEE09D. Grayscale: #222222. Windows color (decimal): -15655070 or 6430481. OLE color: 6430481.
HSL color Cylindrical-coordinate representation of color #111F62: hue angle of 229.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111F62 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 31 | 98 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.62 |
| HSL | 229.63º | 0.7% | 0.23% | - |
| HSV(B) | 229.63º | 0.83% | 0.38% | - |
| XYZ | 2.93 | 1.98 | 11.78 | - |
| YUV | 34.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 98 | 0.83 | 0.68 | 0 | 0.62 | 229.63 | 0.7 | 0.23 |
| Hex | 11 | 1F | 62 | 53 | 44 | 0 | 3E | E6 | 46 | 17 |
| Octal | 21 | 37 | 142 | 123 | 104 | 0 | 76 | 346 | 106 | 27 |
| Binary | 10001 | 11111 | 1100010 | 1010011 | 1000100 | 0 | 111110 | 11100110 | 1000110 | 10111 |
Color Harmonies of #111F62
Complementary color
Monochromatic Colors of #111F62
Black with #111F62
Text Example
Text Example
White with #111F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F62; }
p { color: rgb(17,31,98); }
H1.HeaderClassName
{
color: #111F62;
}
.AnyTagClassName
{
color: #111F62;
}
</style>
background-color css
<style>
a { background-color: #111F62; }
a { background-color: rgb(17,31,98); }
div.DivClassName
{
background-color: #111F62;
}
.BgClassName
{
background-color: #111F62;
}
</style>
border-color css
<style>
span { border-color: #111F62; }
span { border-color: rgb(17,31,98); }
td.TdClassName
{
border-color: #111F62;
}
.TagClassName
{
border-color: #111F62;
}
</style>