Shades of Sapphire #112F58
Tints of Sapphire #112F58
RGB
CMYK
RGB Variations
Color information
#112F58 (or 0x112F58) is known color: Sapphire. HEX triplet: 11, 2F and 58. RGB value is (17,47,88). Sum of RGB (Red+Green+Blue) = 17+47+88=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #112F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F58 is #EED0A7. Grayscale: #2A2A2A. Windows color (decimal): -15650984 or 5779217. OLE color: 5779217.
HSL color Cylindrical-coordinate representation of color #112F58: hue angle of 214.65º 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 #112F58 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 47 | 88 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.65 |
| HSL | 214.65º | 0.68% | 0.21% | - |
| HSV(B) | 214.65º | 0.81% | 0.35% | - |
| XYZ | 3.01 | 2.86 | 9.63 | - |
| YUV | 42.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 88 | 0.81 | 0.47 | 0 | 0.65 | 214.65 | 0.68 | 0.21 |
| Hex | 11 | 2F | 58 | 51 | 2F | 0 | 41 | D7 | 44 | 15 |
| Octal | 21 | 57 | 130 | 121 | 57 | 0 | 101 | 327 | 104 | 25 |
| Binary | 10001 | 101111 | 1011000 | 1010001 | 101111 | 0 | 1000001 | 11010111 | 1000100 | 10101 |
Color Harmonies of #112F58
Complementary color
Monochromatic Colors of #112F58
Black with #112F58
Text Example
Text Example
White with #112F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F58; }
p { color: rgb(17,47,88); }
H1.HeaderClassName
{
color: #112F58;
}
.AnyTagClassName
{
color: #112F58;
}
</style>
background-color css
<style>
a { background-color: #112F58; }
a { background-color: rgb(17,47,88); }
div.DivClassName
{
background-color: #112F58;
}
.BgClassName
{
background-color: #112F58;
}
</style>
border-color css
<style>
span { border-color: #112F58; }
span { border-color: rgb(17,47,88); }
td.TdClassName
{
border-color: #112F58;
}
.TagClassName
{
border-color: #112F58;
}
</style>