Shades of Sapphire #112C58
Tints of Sapphire #112C58
RGB
CMYK
RGB Variations
Color information
#112C58 (or 0x112C58) is known color: Sapphire. HEX triplet: 11, 2C and 58. RGB value is (17,44,88). Sum of RGB (Red+Green+Blue) = 17+44+88=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #112C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C58 is #EED3A7. Grayscale: #282828. Windows color (decimal): -15651752 or 5778449. OLE color: 5778449.
HSL color Cylindrical-coordinate representation of color #112C58: hue angle of 217.18º 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 #112C58 is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 44 | 88 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.65 |
| HSL | 217.18º | 0.68% | 0.21% | - |
| HSV(B) | 217.18º | 0.81% | 0.35% | - |
| XYZ | 2.89 | 2.63 | 9.59 | - |
| YUV | 40.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 88 | 0.81 | 0.5 | 0 | 0.65 | 217.18 | 0.68 | 0.21 |
| Hex | 11 | 2C | 58 | 51 | 32 | 0 | 41 | D9 | 44 | 15 |
| Octal | 21 | 54 | 130 | 121 | 62 | 0 | 101 | 331 | 104 | 25 |
| Binary | 10001 | 101100 | 1011000 | 1010001 | 110010 | 0 | 1000001 | 11011001 | 1000100 | 10101 |
Color Harmonies of #112C58
Complementary color
Monochromatic Colors of #112C58
Black with #112C58
Text Example
Text Example
White with #112C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C58; }
p { color: rgb(17,44,88); }
H1.HeaderClassName
{
color: #112C58;
}
.AnyTagClassName
{
color: #112C58;
}
</style>
background-color css
<style>
a { background-color: #112C58; }
a { background-color: rgb(17,44,88); }
div.DivClassName
{
background-color: #112C58;
}
.BgClassName
{
background-color: #112C58;
}
</style>
border-color css
<style>
span { border-color: #112C58; }
span { border-color: rgb(17,44,88); }
td.TdClassName
{
border-color: #112C58;
}
.TagClassName
{
border-color: #112C58;
}
</style>