Shades of Sapphire #112863
Tints of Sapphire #112863
RGB
CMYK
RGB Variations
Color information
#112863 (or 0x112863) is known color: Sapphire. HEX triplet: 11, 28 and 63. RGB value is (17,40,99). Sum of RGB (Red+Green+Blue) = 17+40+99=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #112863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112863 is #EED79C. Grayscale: #272727. Windows color (decimal): -15652765 or 6498321. OLE color: 6498321.
HSL color Cylindrical-coordinate representation of color #112863: hue angle of 223.17º 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 #112863 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 40 | 99 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.61 |
| HSL | 223.17º | 0.71% | 0.23% | - |
| HSV(B) | 223.17º | 0.83% | 0.39% | - |
| XYZ | 3.24 | 2.54 | 12.12 | - |
| YUV | 39.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 99 | 0.83 | 0.60 | 0 | 0.61 | 223.17 | 0.71 | 0.23 |
| Hex | 11 | 28 | 63 | 53 | 3C | 0 | 3D | DF | 47 | 17 |
| Octal | 21 | 50 | 143 | 123 | 74 | 0 | 75 | 337 | 107 | 27 |
| Binary | 10001 | 101000 | 1100011 | 1010011 | 111100 | 0 | 111101 | 11011111 | 1000111 | 10111 |
Color Harmonies of #112863
Complementary color
Monochromatic Colors of #112863
Black with #112863
Text Example
Text Example
White with #112863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112863; }
p { color: rgb(17,40,99); }
H1.HeaderClassName
{
color: #112863;
}
.AnyTagClassName
{
color: #112863;
}
</style>
background-color css
<style>
a { background-color: #112863; }
a { background-color: rgb(17,40,99); }
div.DivClassName
{
background-color: #112863;
}
.BgClassName
{
background-color: #112863;
}
</style>
border-color css
<style>
span { border-color: #112863; }
span { border-color: rgb(17,40,99); }
td.TdClassName
{
border-color: #112863;
}
.TagClassName
{
border-color: #112863;
}
</style>