Shades of Sapphire #112D78
Tints of Sapphire #112D78
RGB
CMYK
RGB Variations
Color information
#112D78 (or 0x112D78) is known color: Sapphire. HEX triplet: 11, 2D and 78. RGB value is (17,45,120). Sum of RGB (Red+Green+Blue) = 17+45+120=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #112D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D78 is #EED287. Grayscale: #2C2C2C. Windows color (decimal): -15651464 or 7875857. OLE color: 7875857.
HSL color Cylindrical-coordinate representation of color #112D78: hue angle of 223.69º 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 #112D78 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 45 | 120 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.53 |
| HSL | 223.69º | 0.75% | 0.27% | - |
| HSV(B) | 223.69º | 0.86% | 0.47% | - |
| XYZ | 4.56 | 3.35 | 18.18 | - |
| YUV | 45.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 120 | 0.86 | 0.63 | 0 | 0.53 | 223.69 | 0.75 | 0.27 |
| Hex | 11 | 2D | 78 | 56 | 3F | 0 | 35 | E0 | 4B | 1B |
| Octal | 21 | 55 | 170 | 126 | 77 | 0 | 65 | 340 | 113 | 33 |
| Binary | 10001 | 101101 | 1111000 | 1010110 | 111111 | 0 | 110101 | 11100000 | 1001011 | 11011 |
Color Harmonies of #112D78
Complementary color
Monochromatic Colors of #112D78
Black with #112D78
Text Example
Text Example
White with #112D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D78; }
p { color: rgb(17,45,120); }
H1.HeaderClassName
{
color: #112D78;
}
.AnyTagClassName
{
color: #112D78;
}
</style>
background-color css
<style>
a { background-color: #112D78; }
a { background-color: rgb(17,45,120); }
div.DivClassName
{
background-color: #112D78;
}
.BgClassName
{
background-color: #112D78;
}
</style>
border-color css
<style>
span { border-color: #112D78; }
span { border-color: rgb(17,45,120); }
td.TdClassName
{
border-color: #112D78;
}
.TagClassName
{
border-color: #112D78;
}
</style>