Shades of Sapphire #112459
Tints of Sapphire #112459
RGB
CMYK
RGB Variations
Color information
#112459 (or 0x112459) is known color: Sapphire. HEX triplet: 11, 24 and 59. RGB value is (17,36,89). Sum of RGB (Red+Green+Blue) = 17+36+89=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #112459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112459 is #EEDBA6. Grayscale: #242424. Windows color (decimal): -15653799 or 5841937. OLE color: 5841937.
HSL color Cylindrical-coordinate representation of color #112459: hue angle of 224.17º 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 #112459 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 36 | 89 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.65 |
| HSL | 224.17º | 0.68% | 0.21% | - |
| HSV(B) | 224.17º | 0.81% | 0.35% | - |
| XYZ | 2.67 | 2.1 | 9.72 | - |
| YUV | 36.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 89 | 0.81 | 0.60 | 0 | 0.65 | 224.17 | 0.68 | 0.21 |
| Hex | 11 | 24 | 59 | 51 | 3C | 0 | 41 | E0 | 44 | 15 |
| Octal | 21 | 44 | 131 | 121 | 74 | 0 | 101 | 340 | 104 | 25 |
| Binary | 10001 | 100100 | 1011001 | 1010001 | 111100 | 0 | 1000001 | 11100000 | 1000100 | 10101 |
Color Harmonies of #112459
Complementary color
Monochromatic Colors of #112459
Black with #112459
Text Example
Text Example
White with #112459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112459; }
p { color: rgb(17,36,89); }
H1.HeaderClassName
{
color: #112459;
}
.AnyTagClassName
{
color: #112459;
}
</style>
background-color css
<style>
a { background-color: #112459; }
a { background-color: rgb(17,36,89); }
div.DivClassName
{
background-color: #112459;
}
.BgClassName
{
background-color: #112459;
}
</style>
border-color css
<style>
span { border-color: #112459; }
span { border-color: rgb(17,36,89); }
td.TdClassName
{
border-color: #112459;
}
.TagClassName
{
border-color: #112459;
}
</style>