Shades of Sapphire #112C7E
Tints of Sapphire #112C7E
RGB
CMYK
RGB Variations
Color information
#112C7E (or 0x112C7E) is known color: Sapphire. HEX triplet: 11, 2C and 7E. RGB value is (17,44,126). Sum of RGB (Red+Green+Blue) = 17+44+126=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #112C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C7E is #EED381. Grayscale: #2C2C2C. Windows color (decimal): -15651714 or 8268817. OLE color: 8268817.
HSL color Cylindrical-coordinate representation of color #112C7E: hue angle of 225.14º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112C7E is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 44 | 126 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.51 |
| HSL | 225.14º | 0.76% | 0.28% | - |
| HSV(B) | 225.14º | 0.87% | 0.49% | - |
| XYZ | 4.9 | 3.43 | 20.14 | - |
| YUV | 45.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 126 | 0.87 | 0.65 | 0 | 0.51 | 225.14 | 0.76 | 0.28 |
| Hex | 11 | 2C | 7E | 57 | 41 | 0 | 33 | E1 | 4C | 1C |
| Octal | 21 | 54 | 176 | 127 | 101 | 0 | 63 | 341 | 114 | 34 |
| Binary | 10001 | 101100 | 1111110 | 1010111 | 1000001 | 0 | 110011 | 11100001 | 1001100 | 11100 |
Color Harmonies of #112C7E
Complementary color
Monochromatic Colors of #112C7E
Black with #112C7E
Text Example
Text Example
White with #112C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C7E; }
p { color: rgb(17,44,126); }
H1.HeaderClassName
{
color: #112C7E;
}
.AnyTagClassName
{
color: #112C7E;
}
</style>
background-color css
<style>
a { background-color: #112C7E; }
a { background-color: rgb(17,44,126); }
div.DivClassName
{
background-color: #112C7E;
}
.BgClassName
{
background-color: #112C7E;
}
</style>
border-color css
<style>
span { border-color: #112C7E; }
span { border-color: rgb(17,44,126); }
td.TdClassName
{
border-color: #112C7E;
}
.TagClassName
{
border-color: #112C7E;
}
</style>