Shades of Sapphire #112460
Tints of Sapphire #112460
RGB
CMYK
RGB Variations
Color information
#112460 (or 0x112460) is known color: Sapphire. HEX triplet: 11, 24 and 60. RGB value is (17,36,96). Sum of RGB (Red+Green+Blue) = 17+36+96=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #112460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112460 is #EEDB9F. Grayscale: #242424. Windows color (decimal): -15653792 or 6300689. OLE color: 6300689.
HSL color Cylindrical-coordinate representation of color #112460: hue angle of 225.57º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112460 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 36 | 96 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.62 |
| HSL | 225.57º | 0.7% | 0.22% | - |
| HSV(B) | 225.57º | 0.82% | 0.38% | - |
| XYZ | 2.97 | 2.23 | 11.34 | - |
| YUV | 37.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 96 | 0.82 | 0.62 | 0 | 0.62 | 225.57 | 0.7 | 0.22 |
| Hex | 11 | 24 | 60 | 52 | 3E | 0 | 3E | E2 | 46 | 16 |
| Octal | 21 | 44 | 140 | 122 | 76 | 0 | 76 | 342 | 106 | 26 |
| Binary | 10001 | 100100 | 1100000 | 1010010 | 111110 | 0 | 111110 | 11100010 | 1000110 | 10110 |
Color Harmonies of #112460
Complementary color
Monochromatic Colors of #112460
Black with #112460
Text Example
Text Example
White with #112460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112460; }
p { color: rgb(17,36,96); }
H1.HeaderClassName
{
color: #112460;
}
.AnyTagClassName
{
color: #112460;
}
</style>
background-color css
<style>
a { background-color: #112460; }
a { background-color: rgb(17,36,96); }
div.DivClassName
{
background-color: #112460;
}
.BgClassName
{
background-color: #112460;
}
</style>
border-color css
<style>
span { border-color: #112460; }
span { border-color: rgb(17,36,96); }
td.TdClassName
{
border-color: #112460;
}
.TagClassName
{
border-color: #112460;
}
</style>