Shades of Sapphire #111F63
Tints of Sapphire #111F63
RGB
CMYK
RGB Variations
Color information
#111F63 (or 0x111F63) is known color: Sapphire. HEX triplet: 11, 1F and 63. RGB value is (17,31,99). Sum of RGB (Red+Green+Blue) = 17+31+99=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #111F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F63 is #EEE09C. Grayscale: #222222. Windows color (decimal): -15655069 or 6496017. OLE color: 6496017.
HSL color Cylindrical-coordinate representation of color #111F63: hue angle of 229.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111F63 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 31 | 99 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.61 |
| HSL | 229.76º | 0.71% | 0.23% | - |
| HSV(B) | 229.76º | 0.83% | 0.39% | - |
| XYZ | 2.97 | 2 | 12.03 | - |
| YUV | 34.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 99 | 0.83 | 0.69 | 0 | 0.61 | 229.76 | 0.71 | 0.23 |
| Hex | 11 | 1F | 63 | 53 | 45 | 0 | 3D | E6 | 47 | 17 |
| Octal | 21 | 37 | 143 | 123 | 105 | 0 | 75 | 346 | 107 | 27 |
| Binary | 10001 | 11111 | 1100011 | 1010011 | 1000101 | 0 | 111101 | 11100110 | 1000111 | 10111 |
Color Harmonies of #111F63
Complementary color
Monochromatic Colors of #111F63
Black with #111F63
Text Example
Text Example
White with #111F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F63; }
p { color: rgb(17,31,99); }
H1.HeaderClassName
{
color: #111F63;
}
.AnyTagClassName
{
color: #111F63;
}
</style>
background-color css
<style>
a { background-color: #111F63; }
a { background-color: rgb(17,31,99); }
div.DivClassName
{
background-color: #111F63;
}
.BgClassName
{
background-color: #111F63;
}
</style>
border-color css
<style>
span { border-color: #111F63; }
span { border-color: rgb(17,31,99); }
td.TdClassName
{
border-color: #111F63;
}
.TagClassName
{
border-color: #111F63;
}
</style>