Shades of Sapphire #112776
Tints of Sapphire #112776
RGB
CMYK
RGB Variations
Color information
#112776 (or 0x112776) is known color: Sapphire. HEX triplet: 11, 27 and 76. RGB value is (17,39,118). Sum of RGB (Red+Green+Blue) = 17+39+118=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #112776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112776 is #EED889. Grayscale: #292929. Windows color (decimal): -15653002 or 7743249. OLE color: 7743249.
HSL color Cylindrical-coordinate representation of color #112776: hue angle of 226.93º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112776 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 39 | 118 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.54 |
| HSL | 226.93º | 0.75% | 0.26% | - |
| HSV(B) | 226.93º | 0.86% | 0.46% | - |
| XYZ | 4.23 | 2.88 | 17.47 | - |
| YUV | 41.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 118 | 0.86 | 0.67 | 0 | 0.54 | 226.93 | 0.75 | 0.26 |
| Hex | 11 | 27 | 76 | 56 | 43 | 0 | 36 | E3 | 4B | 1A |
| Octal | 21 | 47 | 166 | 126 | 103 | 0 | 66 | 343 | 113 | 32 |
| Binary | 10001 | 100111 | 1110110 | 1010110 | 1000011 | 0 | 110110 | 11100011 | 1001011 | 11010 |
Color Harmonies of #112776
Complementary color
Monochromatic Colors of #112776
Black with #112776
Text Example
Text Example
White with #112776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112776; }
p { color: rgb(17,39,118); }
H1.HeaderClassName
{
color: #112776;
}
.AnyTagClassName
{
color: #112776;
}
</style>
background-color css
<style>
a { background-color: #112776; }
a { background-color: rgb(17,39,118); }
div.DivClassName
{
background-color: #112776;
}
.BgClassName
{
background-color: #112776;
}
</style>
border-color css
<style>
span { border-color: #112776; }
span { border-color: rgb(17,39,118); }
td.TdClassName
{
border-color: #112776;
}
.TagClassName
{
border-color: #112776;
}
</style>