Shades of Sapphire #112359
Tints of Sapphire #112359
RGB
CMYK
RGB Variations
Color information
#112359 (or 0x112359) is known color: Sapphire. HEX triplet: 11, 23 and 59. RGB value is (17,35,89). Sum of RGB (Red+Green+Blue) = 17+35+89=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #112359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112359 is #EEDCA6. Grayscale: #232323. Windows color (decimal): -15654055 or 5841681. OLE color: 5841681.
HSL color Cylindrical-coordinate representation of color #112359: hue angle of 225º 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 #112359 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 35 | 89 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.65 |
| HSL | 225º | 0.68% | 0.21% | - |
| HSV(B) | 225º | 0.81% | 0.35% | - |
| XYZ | 2.64 | 2.04 | 9.71 | - |
| YUV | 35.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 89 | 0.81 | 0.61 | 0 | 0.65 | 225 | 0.68 | 0.21 |
| Hex | 11 | 23 | 59 | 51 | 3D | 0 | 41 | E1 | 44 | 15 |
| Octal | 21 | 43 | 131 | 121 | 75 | 0 | 101 | 341 | 104 | 25 |
| Binary | 10001 | 100011 | 1011001 | 1010001 | 111101 | 0 | 1000001 | 11100001 | 1000100 | 10101 |
Color Harmonies of #112359
Complementary color
Monochromatic Colors of #112359
Black with #112359
Text Example
Text Example
White with #112359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112359; }
p { color: rgb(17,35,89); }
H1.HeaderClassName
{
color: #112359;
}
.AnyTagClassName
{
color: #112359;
}
</style>
background-color css
<style>
a { background-color: #112359; }
a { background-color: rgb(17,35,89); }
div.DivClassName
{
background-color: #112359;
}
.BgClassName
{
background-color: #112359;
}
</style>
border-color css
<style>
span { border-color: #112359; }
span { border-color: rgb(17,35,89); }
td.TdClassName
{
border-color: #112359;
}
.TagClassName
{
border-color: #112359;
}
</style>