Shades of Sapphire #112155
Tints of Sapphire #112155
RGB
CMYK
RGB Variations
Color information
#112155 (or 0x112155) is known color: Sapphire. HEX triplet: 11, 21 and 55. RGB value is (17,33,85). Sum of RGB (Red+Green+Blue) = 17+33+85=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #112155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112155 is #EEDEAA. Grayscale: #212121. Windows color (decimal): -15654571 or 5579025. OLE color: 5579025.
HSL color Cylindrical-coordinate representation of color #112155: hue angle of 225.88º 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 #112155 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 33 | 85 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.67 |
| HSL | 225.88º | 0.67% | 0.2% | - |
| HSV(B) | 225.88º | 0.8% | 0.33% | - |
| XYZ | 2.41 | 1.86 | 8.83 | - |
| YUV | 34.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 85 | 0.80 | 0.61 | 0 | 0.67 | 225.88 | 0.67 | 0.2 |
| Hex | 11 | 21 | 55 | 50 | 3D | 0 | 43 | E2 | 43 | 14 |
| Octal | 21 | 41 | 125 | 120 | 75 | 0 | 103 | 342 | 103 | 24 |
| Binary | 10001 | 100001 | 1010101 | 1010000 | 111101 | 0 | 1000011 | 11100010 | 1000011 | 10100 |
Color Harmonies of #112155
Complementary color
Monochromatic Colors of #112155
Black with #112155
Text Example
Text Example
White with #112155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112155; }
p { color: rgb(17,33,85); }
H1.HeaderClassName
{
color: #112155;
}
.AnyTagClassName
{
color: #112155;
}
</style>
background-color css
<style>
a { background-color: #112155; }
a { background-color: rgb(17,33,85); }
div.DivClassName
{
background-color: #112155;
}
.BgClassName
{
background-color: #112155;
}
</style>
border-color css
<style>
span { border-color: #112155; }
span { border-color: rgb(17,33,85); }
td.TdClassName
{
border-color: #112155;
}
.TagClassName
{
border-color: #112155;
}
</style>