Shades of Sapphire #112558
Tints of Sapphire #112558
RGB
CMYK
RGB Variations
Color information
#112558 (or 0x112558) is known color: Sapphire. HEX triplet: 11, 25 and 58. RGB value is (17,37,88). Sum of RGB (Red+Green+Blue) = 17+37+88=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #112558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112558 is #EEDAA7. Grayscale: #242424. Windows color (decimal): -15653544 or 5776657. OLE color: 5776657.
HSL color Cylindrical-coordinate representation of color #112558: hue angle of 223.1º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112558 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 37 | 88 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.65 |
| HSL | 223.1º | 0.68% | 0.21% | - |
| HSV(B) | 223.1º | 0.81% | 0.35% | - |
| XYZ | 2.65 | 2.15 | 9.51 | - |
| YUV | 36.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 88 | 0.81 | 0.58 | 0 | 0.65 | 223.1 | 0.68 | 0.21 |
| Hex | 11 | 25 | 58 | 51 | 3A | 0 | 41 | DF | 44 | 15 |
| Octal | 21 | 45 | 130 | 121 | 72 | 0 | 101 | 337 | 104 | 25 |
| Binary | 10001 | 100101 | 1011000 | 1010001 | 111010 | 0 | 1000001 | 11011111 | 1000100 | 10101 |
Color Harmonies of #112558
Complementary color
Monochromatic Colors of #112558
Black with #112558
Text Example
Text Example
White with #112558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112558; }
p { color: rgb(17,37,88); }
H1.HeaderClassName
{
color: #112558;
}
.AnyTagClassName
{
color: #112558;
}
</style>
background-color css
<style>
a { background-color: #112558; }
a { background-color: rgb(17,37,88); }
div.DivClassName
{
background-color: #112558;
}
.BgClassName
{
background-color: #112558;
}
</style>
border-color css
<style>
span { border-color: #112558; }
span { border-color: rgb(17,37,88); }
td.TdClassName
{
border-color: #112558;
}
.TagClassName
{
border-color: #112558;
}
</style>