Shades of Sapphire #112E6E
Tints of Sapphire #112E6E
RGB
CMYK
RGB Variations
Color information
#112E6E (or 0x112E6E) is known color: Sapphire. HEX triplet: 11, 2E and 6E. RGB value is (17,46,110). Sum of RGB (Red+Green+Blue) = 17+46+110=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #112E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E6E is #EED191. Grayscale: #2C2C2C. Windows color (decimal): -15651218 or 7220753. OLE color: 7220753.
HSL color Cylindrical-coordinate representation of color #112E6E: hue angle of 221.29º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112E6E is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 46 | 110 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.57 |
| HSL | 221.29º | 0.73% | 0.25% | - |
| HSV(B) | 221.29º | 0.85% | 0.43% | - |
| XYZ | 4.02 | 3.2 | 15.16 | - |
| YUV | 44.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 110 | 0.85 | 0.58 | 0 | 0.57 | 221.29 | 0.73 | 0.25 |
| Hex | 11 | 2E | 6E | 55 | 3A | 0 | 39 | DD | 49 | 19 |
| Octal | 21 | 56 | 156 | 125 | 72 | 0 | 71 | 335 | 111 | 31 |
| Binary | 10001 | 101110 | 1101110 | 1010101 | 111010 | 0 | 111001 | 11011101 | 1001001 | 11001 |
Color Harmonies of #112E6E
Complementary color
Monochromatic Colors of #112E6E
Black with #112E6E
Text Example
Text Example
White with #112E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E6E; }
p { color: rgb(17,46,110); }
H1.HeaderClassName
{
color: #112E6E;
}
.AnyTagClassName
{
color: #112E6E;
}
</style>
background-color css
<style>
a { background-color: #112E6E; }
a { background-color: rgb(17,46,110); }
div.DivClassName
{
background-color: #112E6E;
}
.BgClassName
{
background-color: #112E6E;
}
</style>
border-color css
<style>
span { border-color: #112E6E; }
span { border-color: rgb(17,46,110); }
td.TdClassName
{
border-color: #112E6E;
}
.TagClassName
{
border-color: #112E6E;
}
</style>