Shades of Sapphire #111D63
Tints of Sapphire #111D63
RGB
CMYK
RGB Variations
Color information
#111D63 (or 0x111D63) is known color: Sapphire. HEX triplet: 11, 1D and 63. RGB value is (17,29,99). Sum of RGB (Red+Green+Blue) = 17+29+99=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #111D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D63 is #EEE29C. Grayscale: #212121. Windows color (decimal): -15655581 or 6495505. OLE color: 6495505.
HSL color Cylindrical-coordinate representation of color #111D63: hue angle of 231.22º 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 #111D63 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 29 | 99 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.61 |
| HSL | 231.22º | 0.71% | 0.23% | - |
| HSV(B) | 231.22º | 0.83% | 0.39% | - |
| XYZ | 2.92 | 1.9 | 12.02 | - |
| YUV | 33.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 99 | 0.83 | 0.71 | 0 | 0.61 | 231.22 | 0.71 | 0.23 |
| Hex | 11 | 1D | 63 | 53 | 47 | 0 | 3D | E7 | 47 | 17 |
| Octal | 21 | 35 | 143 | 123 | 107 | 0 | 75 | 347 | 107 | 27 |
| Binary | 10001 | 11101 | 1100011 | 1010011 | 1000111 | 0 | 111101 | 11100111 | 1000111 | 10111 |
Color Harmonies of #111D63
Complementary color
Monochromatic Colors of #111D63
Black with #111D63
Text Example
Text Example
White with #111D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D63; }
p { color: rgb(17,29,99); }
H1.HeaderClassName
{
color: #111D63;
}
.AnyTagClassName
{
color: #111D63;
}
</style>
background-color css
<style>
a { background-color: #111D63; }
a { background-color: rgb(17,29,99); }
div.DivClassName
{
background-color: #111D63;
}
.BgClassName
{
background-color: #111D63;
}
</style>
border-color css
<style>
span { border-color: #111D63; }
span { border-color: rgb(17,29,99); }
td.TdClassName
{
border-color: #111D63;
}
.TagClassName
{
border-color: #111D63;
}
</style>