Shades of Sapphire #112855
Tints of Sapphire #112855
RGB
CMYK
RGB Variations
Color information
#112855 (or 0x112855) is known color: Sapphire. HEX triplet: 11, 28 and 55. RGB value is (17,40,85). Sum of RGB (Red+Green+Blue) = 17+40+85=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #112855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112855 is #EED7AA. Grayscale: #262626. Windows color (decimal): -15652779 or 5580817. OLE color: 5580817.
HSL color Cylindrical-coordinate representation of color #112855: hue angle of 219.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112855 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 40 | 85 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.67 |
| HSL | 219.71º | 0.67% | 0.2% | - |
| HSV(B) | 219.71º | 0.8% | 0.33% | - |
| XYZ | 2.63 | 2.29 | 8.9 | - |
| YUV | 38.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 85 | 0.80 | 0.53 | 0 | 0.67 | 219.71 | 0.67 | 0.2 |
| Hex | 11 | 28 | 55 | 50 | 35 | 0 | 43 | DC | 43 | 14 |
| Octal | 21 | 50 | 125 | 120 | 65 | 0 | 103 | 334 | 103 | 24 |
| Binary | 10001 | 101000 | 1010101 | 1010000 | 110101 | 0 | 1000011 | 11011100 | 1000011 | 10100 |
Color Harmonies of #112855
Complementary color
Monochromatic Colors of #112855
Black with #112855
Text Example
Text Example
White with #112855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112855; }
p { color: rgb(17,40,85); }
H1.HeaderClassName
{
color: #112855;
}
.AnyTagClassName
{
color: #112855;
}
</style>
background-color css
<style>
a { background-color: #112855; }
a { background-color: rgb(17,40,85); }
div.DivClassName
{
background-color: #112855;
}
.BgClassName
{
background-color: #112855;
}
</style>
border-color css
<style>
span { border-color: #112855; }
span { border-color: rgb(17,40,85); }
td.TdClassName
{
border-color: #112855;
}
.TagClassName
{
border-color: #112855;
}
</style>