Shades of Sapphire #112578
Tints of Sapphire #112578
RGB
CMYK
RGB Variations
Color information
#112578 (or 0x112578) is known color: Sapphire. HEX triplet: 11, 25 and 78. RGB value is (17,37,120). Sum of RGB (Red+Green+Blue) = 17+37+120=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #112578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112578 is #EEDA87. Grayscale: #282828. Windows color (decimal): -15653512 or 7873809. OLE color: 7873809.
HSL color Cylindrical-coordinate representation of color #112578: hue angle of 228.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112578 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 37 | 120 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.53 |
| HSL | 228.35º | 0.75% | 0.27% | - |
| HSV(B) | 228.35º | 0.86% | 0.47% | - |
| XYZ | 4.28 | 2.8 | 18.08 | - |
| YUV | 40.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 120 | 0.86 | 0.69 | 0 | 0.53 | 228.35 | 0.75 | 0.27 |
| Hex | 11 | 25 | 78 | 56 | 45 | 0 | 35 | E4 | 4B | 1B |
| Octal | 21 | 45 | 170 | 126 | 105 | 0 | 65 | 344 | 113 | 33 |
| Binary | 10001 | 100101 | 1111000 | 1010110 | 1000101 | 0 | 110101 | 11100100 | 1001011 | 11011 |
Color Harmonies of #112578
Complementary color
Monochromatic Colors of #112578
Black with #112578
Text Example
Text Example
White with #112578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112578; }
p { color: rgb(17,37,120); }
H1.HeaderClassName
{
color: #112578;
}
.AnyTagClassName
{
color: #112578;
}
</style>
background-color css
<style>
a { background-color: #112578; }
a { background-color: rgb(17,37,120); }
div.DivClassName
{
background-color: #112578;
}
.BgClassName
{
background-color: #112578;
}
</style>
border-color css
<style>
span { border-color: #112578; }
span { border-color: rgb(17,37,120); }
td.TdClassName
{
border-color: #112578;
}
.TagClassName
{
border-color: #112578;
}
</style>