Shades of Sapphire #112D58
Tints of Sapphire #112D58
RGB
CMYK
RGB Variations
Color information
#112D58 (or 0x112D58) is known color: Sapphire. HEX triplet: 11, 2D and 58. RGB value is (17,45,88). Sum of RGB (Red+Green+Blue) = 17+45+88=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #112D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D58 is #EED2A7. Grayscale: #292929. Windows color (decimal): -15651496 or 5778705. OLE color: 5778705.
HSL color Cylindrical-coordinate representation of color #112D58: hue angle of 216.34º 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 #112D58 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 45 | 88 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.65 |
| HSL | 216.34º | 0.68% | 0.21% | - |
| HSV(B) | 216.34º | 0.81% | 0.35% | - |
| XYZ | 2.93 | 2.7 | 9.6 | - |
| YUV | 41.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 88 | 0.81 | 0.49 | 0 | 0.65 | 216.34 | 0.68 | 0.21 |
| Hex | 11 | 2D | 58 | 51 | 31 | 0 | 41 | D8 | 44 | 15 |
| Octal | 21 | 55 | 130 | 121 | 61 | 0 | 101 | 330 | 104 | 25 |
| Binary | 10001 | 101101 | 1011000 | 1010001 | 110001 | 0 | 1000001 | 11011000 | 1000100 | 10101 |
Color Harmonies of #112D58
Complementary color
Monochromatic Colors of #112D58
Black with #112D58
Text Example
Text Example
White with #112D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D58; }
p { color: rgb(17,45,88); }
H1.HeaderClassName
{
color: #112D58;
}
.AnyTagClassName
{
color: #112D58;
}
</style>
background-color css
<style>
a { background-color: #112D58; }
a { background-color: rgb(17,45,88); }
div.DivClassName
{
background-color: #112D58;
}
.BgClassName
{
background-color: #112D58;
}
</style>
border-color css
<style>
span { border-color: #112D58; }
span { border-color: rgb(17,45,88); }
td.TdClassName
{
border-color: #112D58;
}
.TagClassName
{
border-color: #112D58;
}
</style>