Shades of Sapphire #112E7D
Tints of Sapphire #112E7D
RGB
CMYK
RGB Variations
Color information
#112E7D (or 0x112E7D) is known color: Sapphire. HEX triplet: 11, 2E and 7D. RGB value is (17,46,125). Sum of RGB (Red+Green+Blue) = 17+46+125=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #112E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E7D is #EED182. Grayscale: #2D2D2D. Windows color (decimal): -15651203 or 8203793. OLE color: 8203793.
HSL color Cylindrical-coordinate representation of color #112E7D: hue angle of 223.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112E7D is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 46 | 125 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.51 |
| HSL | 223.89º | 0.76% | 0.28% | - |
| HSV(B) | 223.89º | 0.86% | 0.49% | - |
| XYZ | 4.91 | 3.55 | 19.83 | - |
| YUV | 46.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 125 | 0.86 | 0.63 | 0 | 0.51 | 223.89 | 0.76 | 0.28 |
| Hex | 11 | 2E | 7D | 56 | 3F | 0 | 33 | E0 | 4C | 1C |
| Octal | 21 | 56 | 175 | 126 | 77 | 0 | 63 | 340 | 114 | 34 |
| Binary | 10001 | 101110 | 1111101 | 1010110 | 111111 | 0 | 110011 | 11100000 | 1001100 | 11100 |
Color Harmonies of #112E7D
Complementary color
Monochromatic Colors of #112E7D
Black with #112E7D
Text Example
Text Example
White with #112E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E7D; }
p { color: rgb(17,46,125); }
H1.HeaderClassName
{
color: #112E7D;
}
.AnyTagClassName
{
color: #112E7D;
}
</style>
background-color css
<style>
a { background-color: #112E7D; }
a { background-color: rgb(17,46,125); }
div.DivClassName
{
background-color: #112E7D;
}
.BgClassName
{
background-color: #112E7D;
}
</style>
border-color css
<style>
span { border-color: #112E7D; }
span { border-color: rgb(17,46,125); }
td.TdClassName
{
border-color: #112E7D;
}
.TagClassName
{
border-color: #112E7D;
}
</style>