Shades of Sapphire #112556
Tints of Sapphire #112556
RGB
CMYK
RGB Variations
Color information
#112556 (or 0x112556) is known color: Sapphire. HEX triplet: 11, 25 and 56. RGB value is (17,37,86). Sum of RGB (Red+Green+Blue) = 17+37+86=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #112556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112556 is #EEDAA9. Grayscale: #242424. Windows color (decimal): -15653546 or 5645585. OLE color: 5645585.
HSL color Cylindrical-coordinate representation of color #112556: hue angle of 222.61º 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 #112556 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 37 | 86 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.66 |
| HSL | 222.61º | 0.67% | 0.2% | - |
| HSV(B) | 222.61º | 0.8% | 0.34% | - |
| XYZ | 2.57 | 2.11 | 9.08 | - |
| YUV | 36.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 86 | 0.80 | 0.57 | 0 | 0.66 | 222.61 | 0.67 | 0.2 |
| Hex | 11 | 25 | 56 | 50 | 39 | 0 | 42 | DF | 43 | 14 |
| Octal | 21 | 45 | 126 | 120 | 71 | 0 | 102 | 337 | 103 | 24 |
| Binary | 10001 | 100101 | 1010110 | 1010000 | 111001 | 0 | 1000010 | 11011111 | 1000011 | 10100 |
Color Harmonies of #112556
Complementary color
Monochromatic Colors of #112556
Black with #112556
Text Example
Text Example
White with #112556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112556; }
p { color: rgb(17,37,86); }
H1.HeaderClassName
{
color: #112556;
}
.AnyTagClassName
{
color: #112556;
}
</style>
background-color css
<style>
a { background-color: #112556; }
a { background-color: rgb(17,37,86); }
div.DivClassName
{
background-color: #112556;
}
.BgClassName
{
background-color: #112556;
}
</style>
border-color css
<style>
span { border-color: #112556; }
span { border-color: rgb(17,37,86); }
td.TdClassName
{
border-color: #112556;
}
.TagClassName
{
border-color: #112556;
}
</style>