Shades of Sapphire #112B5E
Tints of Sapphire #112B5E
RGB
CMYK
RGB Variations
Color information
#112B5E (or 0x112B5E) is known color: Sapphire. HEX triplet: 11, 2B and 5E. RGB value is (17,43,94). Sum of RGB (Red+Green+Blue) = 17+43+94=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #112B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B5E is #EED4A1. Grayscale: #282828. Windows color (decimal): -15652002 or 6171409. OLE color: 6171409.
HSL color Cylindrical-coordinate representation of color #112B5E: hue angle of 219.74º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112B5E is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 43 | 94 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.63 |
| HSL | 219.74º | 0.69% | 0.22% | - |
| HSV(B) | 219.74º | 0.82% | 0.37% | - |
| XYZ | 3.12 | 2.66 | 10.94 | - |
| YUV | 41.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 94 | 0.82 | 0.54 | 0 | 0.63 | 219.74 | 0.69 | 0.22 |
| Hex | 11 | 2B | 5E | 52 | 36 | 0 | 3F | DC | 45 | 16 |
| Octal | 21 | 53 | 136 | 122 | 66 | 0 | 77 | 334 | 105 | 26 |
| Binary | 10001 | 101011 | 1011110 | 1010010 | 110110 | 0 | 111111 | 11011100 | 1000101 | 10110 |
Color Harmonies of #112B5E
Complementary color
Monochromatic Colors of #112B5E
Black with #112B5E
Text Example
Text Example
White with #112B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B5E; }
p { color: rgb(17,43,94); }
H1.HeaderClassName
{
color: #112B5E;
}
.AnyTagClassName
{
color: #112B5E;
}
</style>
background-color css
<style>
a { background-color: #112B5E; }
a { background-color: rgb(17,43,94); }
div.DivClassName
{
background-color: #112B5E;
}
.BgClassName
{
background-color: #112B5E;
}
</style>
border-color css
<style>
span { border-color: #112B5E; }
span { border-color: rgb(17,43,94); }
td.TdClassName
{
border-color: #112B5E;
}
.TagClassName
{
border-color: #112B5E;
}
</style>