Shades of Sapphire #112F59
Tints of Sapphire #112F59
RGB
CMYK
RGB Variations
Color information
#112F59 (or 0x112F59) is known color: Sapphire. HEX triplet: 11, 2F and 59. RGB value is (17,47,89). Sum of RGB (Red+Green+Blue) = 17+47+89=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #112F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F59 is #EED0A6. Grayscale: #2A2A2A. Windows color (decimal): -15650983 or 5844753. OLE color: 5844753.
HSL color Cylindrical-coordinate representation of color #112F59: hue angle of 215º 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 #112F59 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 47 | 89 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.65 |
| HSL | 215º | 0.68% | 0.21% | - |
| HSV(B) | 215º | 0.81% | 0.35% | - |
| XYZ | 3.05 | 2.87 | 9.85 | - |
| YUV | 42.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 89 | 0.81 | 0.47 | 0 | 0.65 | 215 | 0.68 | 0.21 |
| Hex | 11 | 2F | 59 | 51 | 2F | 0 | 41 | D7 | 44 | 15 |
| Octal | 21 | 57 | 131 | 121 | 57 | 0 | 101 | 327 | 104 | 25 |
| Binary | 10001 | 101111 | 1011001 | 1010001 | 101111 | 0 | 1000001 | 11010111 | 1000100 | 10101 |
Color Harmonies of #112F59
Complementary color
Monochromatic Colors of #112F59
Black with #112F59
Text Example
Text Example
White with #112F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F59; }
p { color: rgb(17,47,89); }
H1.HeaderClassName
{
color: #112F59;
}
.AnyTagClassName
{
color: #112F59;
}
</style>
background-color css
<style>
a { background-color: #112F59; }
a { background-color: rgb(17,47,89); }
div.DivClassName
{
background-color: #112F59;
}
.BgClassName
{
background-color: #112F59;
}
</style>
border-color css
<style>
span { border-color: #112F59; }
span { border-color: rgb(17,47,89); }
td.TdClassName
{
border-color: #112F59;
}
.TagClassName
{
border-color: #112F59;
}
</style>