Shades of Sapphire #112059
Tints of Sapphire #112059
RGB
CMYK
RGB Variations
Color information
#112059 (or 0x112059) is known color: Sapphire. HEX triplet: 11, 20 and 59. RGB value is (17,32,89). Sum of RGB (Red+Green+Blue) = 17+32+89=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #112059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112059 is #EEDFA6. Grayscale: #212121. Windows color (decimal): -15654823 or 5840913. OLE color: 5840913.
HSL color Cylindrical-coordinate representation of color #112059: hue angle of 227.5º 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 #112059 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 32 | 89 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.65 |
| HSL | 227.5º | 0.68% | 0.21% | - |
| HSV(B) | 227.5º | 0.81% | 0.35% | - |
| XYZ | 2.55 | 1.87 | 9.68 | - |
| YUV | 34.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 89 | 0.81 | 0.64 | 0 | 0.65 | 227.5 | 0.68 | 0.21 |
| Hex | 11 | 20 | 59 | 51 | 40 | 0 | 41 | E4 | 44 | 15 |
| Octal | 21 | 40 | 131 | 121 | 100 | 0 | 101 | 344 | 104 | 25 |
| Binary | 10001 | 100000 | 1011001 | 1010001 | 1000000 | 0 | 1000001 | 11100100 | 1000100 | 10101 |
Color Harmonies of #112059
Complementary color
Monochromatic Colors of #112059
Black with #112059
Text Example
Text Example
White with #112059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112059; }
p { color: rgb(17,32,89); }
H1.HeaderClassName
{
color: #112059;
}
.AnyTagClassName
{
color: #112059;
}
</style>
background-color css
<style>
a { background-color: #112059; }
a { background-color: rgb(17,32,89); }
div.DivClassName
{
background-color: #112059;
}
.BgClassName
{
background-color: #112059;
}
</style>
border-color css
<style>
span { border-color: #112059; }
span { border-color: rgb(17,32,89); }
td.TdClassName
{
border-color: #112059;
}
.TagClassName
{
border-color: #112059;
}
</style>