Shades of Sapphire #112B6E
Tints of Sapphire #112B6E
RGB
CMYK
RGB Variations
Color information
#112B6E (or 0x112B6E) is known color: Sapphire. HEX triplet: 11, 2B and 6E. RGB value is (17,43,110). Sum of RGB (Red+Green+Blue) = 17+43+110=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #112B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B6E is #EED491. Grayscale: #2A2A2A. Windows color (decimal): -15651986 or 7219985. OLE color: 7219985.
HSL color Cylindrical-coordinate representation of color #112B6E: hue angle of 223.23º 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 #112B6E is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 43 | 110 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.57 |
| HSL | 223.23º | 0.73% | 0.25% | - |
| HSV(B) | 223.23º | 0.85% | 0.43% | - |
| XYZ | 3.91 | 2.97 | 15.12 | - |
| YUV | 42.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 110 | 0.85 | 0.61 | 0 | 0.57 | 223.23 | 0.73 | 0.25 |
| Hex | 11 | 2B | 6E | 55 | 3D | 0 | 39 | DF | 49 | 19 |
| Octal | 21 | 53 | 156 | 125 | 75 | 0 | 71 | 337 | 111 | 31 |
| Binary | 10001 | 101011 | 1101110 | 1010101 | 111101 | 0 | 111001 | 11011111 | 1001001 | 11001 |
Color Harmonies of #112B6E
Complementary color
Monochromatic Colors of #112B6E
Black with #112B6E
Text Example
Text Example
White with #112B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B6E; }
p { color: rgb(17,43,110); }
H1.HeaderClassName
{
color: #112B6E;
}
.AnyTagClassName
{
color: #112B6E;
}
</style>
background-color css
<style>
a { background-color: #112B6E; }
a { background-color: rgb(17,43,110); }
div.DivClassName
{
background-color: #112B6E;
}
.BgClassName
{
background-color: #112B6E;
}
</style>
border-color css
<style>
span { border-color: #112B6E; }
span { border-color: rgb(17,43,110); }
td.TdClassName
{
border-color: #112B6E;
}
.TagClassName
{
border-color: #112B6E;
}
</style>