Shades of Sapphire #112856
Tints of Sapphire #112856
RGB
CMYK
RGB Variations
Color information
#112856 (or 0x112856) is known color: Sapphire. HEX triplet: 11, 28 and 56. RGB value is (17,40,86). Sum of RGB (Red+Green+Blue) = 17+40+86=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #112856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112856 is #EED7A9. Grayscale: #262626. Windows color (decimal): -15652778 or 5646353. OLE color: 5646353.
HSL color Cylindrical-coordinate representation of color #112856: hue angle of 220º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112856 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 40 | 86 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.66 |
| HSL | 220º | 0.67% | 0.2% | - |
| HSV(B) | 220º | 0.8% | 0.34% | - |
| XYZ | 2.67 | 2.31 | 9.11 | - |
| YUV | 38.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 86 | 0.80 | 0.53 | 0 | 0.66 | 220 | 0.67 | 0.2 |
| Hex | 11 | 28 | 56 | 50 | 35 | 0 | 42 | DC | 43 | 14 |
| Octal | 21 | 50 | 126 | 120 | 65 | 0 | 102 | 334 | 103 | 24 |
| Binary | 10001 | 101000 | 1010110 | 1010000 | 110101 | 0 | 1000010 | 11011100 | 1000011 | 10100 |
Color Harmonies of #112856
Complementary color
Monochromatic Colors of #112856
Black with #112856
Text Example
Text Example
White with #112856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112856; }
p { color: rgb(17,40,86); }
H1.HeaderClassName
{
color: #112856;
}
.AnyTagClassName
{
color: #112856;
}
</style>
background-color css
<style>
a { background-color: #112856; }
a { background-color: rgb(17,40,86); }
div.DivClassName
{
background-color: #112856;
}
.BgClassName
{
background-color: #112856;
}
</style>
border-color css
<style>
span { border-color: #112856; }
span { border-color: rgb(17,40,86); }
td.TdClassName
{
border-color: #112856;
}
.TagClassName
{
border-color: #112856;
}
</style>