Shades of Sapphire #112575
Tints of Sapphire #112575
RGB
CMYK
RGB Variations
Color information
#112575 (or 0x112575) is known color: Sapphire. HEX triplet: 11, 25 and 75. RGB value is (17,37,117). Sum of RGB (Red+Green+Blue) = 17+37+117=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #112575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112575 is #EEDA8A. Grayscale: #272727. Windows color (decimal): -15653515 or 7677201. OLE color: 7677201.
HSL color Cylindrical-coordinate representation of color #112575: hue angle of 228º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112575 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 37 | 117 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.54 |
| HSL | 228º | 0.75% | 0.26% | - |
| HSV(B) | 228º | 0.85% | 0.46% | - |
| XYZ | 4.1 | 2.73 | 17.14 | - |
| YUV | 40.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 117 | 0.85 | 0.68 | 0 | 0.54 | 228 | 0.75 | 0.26 |
| Hex | 11 | 25 | 75 | 55 | 44 | 0 | 36 | E4 | 4B | 1A |
| Octal | 21 | 45 | 165 | 125 | 104 | 0 | 66 | 344 | 113 | 32 |
| Binary | 10001 | 100101 | 1110101 | 1010101 | 1000100 | 0 | 110110 | 11100100 | 1001011 | 11010 |
Color Harmonies of #112575
Complementary color
Monochromatic Colors of #112575
Black with #112575
Text Example
Text Example
White with #112575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112575; }
p { color: rgb(17,37,117); }
H1.HeaderClassName
{
color: #112575;
}
.AnyTagClassName
{
color: #112575;
}
</style>
background-color css
<style>
a { background-color: #112575; }
a { background-color: rgb(17,37,117); }
div.DivClassName
{
background-color: #112575;
}
.BgClassName
{
background-color: #112575;
}
</style>
border-color css
<style>
span { border-color: #112575; }
span { border-color: rgb(17,37,117); }
td.TdClassName
{
border-color: #112575;
}
.TagClassName
{
border-color: #112575;
}
</style>