Shades of Sapphire #112B76
Tints of Sapphire #112B76
RGB
CMYK
RGB Variations
Color information
#112B76 (or 0x112B76) is known color: Sapphire. HEX triplet: 11, 2B and 76. RGB value is (17,43,118). Sum of RGB (Red+Green+Blue) = 17+43+118=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #112B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B76 is #EED489. Grayscale: #2B2B2B. Windows color (decimal): -15651978 or 7744273. OLE color: 7744273.
HSL color Cylindrical-coordinate representation of color #112B76: hue angle of 224.55º 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 #112B76 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 43 | 118 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.54 |
| HSL | 224.55º | 0.75% | 0.26% | - |
| HSV(B) | 224.55º | 0.86% | 0.46% | - |
| XYZ | 4.37 | 3.15 | 17.52 | - |
| YUV | 43.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 118 | 0.86 | 0.64 | 0 | 0.54 | 224.55 | 0.75 | 0.26 |
| Hex | 11 | 2B | 76 | 56 | 40 | 0 | 36 | E1 | 4B | 1A |
| Octal | 21 | 53 | 166 | 126 | 100 | 0 | 66 | 341 | 113 | 32 |
| Binary | 10001 | 101011 | 1110110 | 1010110 | 1000000 | 0 | 110110 | 11100001 | 1001011 | 11010 |
Color Harmonies of #112B76
Complementary color
Monochromatic Colors of #112B76
Black with #112B76
Text Example
Text Example
White with #112B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B76; }
p { color: rgb(17,43,118); }
H1.HeaderClassName
{
color: #112B76;
}
.AnyTagClassName
{
color: #112B76;
}
</style>
background-color css
<style>
a { background-color: #112B76; }
a { background-color: rgb(17,43,118); }
div.DivClassName
{
background-color: #112B76;
}
.BgClassName
{
background-color: #112B76;
}
</style>
border-color css
<style>
span { border-color: #112B76; }
span { border-color: rgb(17,43,118); }
td.TdClassName
{
border-color: #112B76;
}
.TagClassName
{
border-color: #112B76;
}
</style>