Shades of Sapphire #112B71
Tints of Sapphire #112B71
RGB
CMYK
RGB Variations
Color information
#112B71 (or 0x112B71) is known color: Sapphire. HEX triplet: 11, 2B and 71. RGB value is (17,43,113). Sum of RGB (Red+Green+Blue) = 17+43+113=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #112B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B71 is #EED48E. Grayscale: #2A2A2A. Windows color (decimal): -15651983 or 7416593. OLE color: 7416593.
HSL color Cylindrical-coordinate representation of color #112B71: hue angle of 223.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112B71 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 43 | 113 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.56 |
| HSL | 223.75º | 0.74% | 0.25% | - |
| HSV(B) | 223.75º | 0.85% | 0.44% | - |
| XYZ | 4.08 | 3.04 | 15.99 | - |
| YUV | 43.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 113 | 0.85 | 0.62 | 0 | 0.56 | 223.75 | 0.74 | 0.25 |
| Hex | 11 | 2B | 71 | 55 | 3E | 0 | 38 | E0 | 4A | 19 |
| Octal | 21 | 53 | 161 | 125 | 76 | 0 | 70 | 340 | 112 | 31 |
| Binary | 10001 | 101011 | 1110001 | 1010101 | 111110 | 0 | 111000 | 11100000 | 1001010 | 11001 |
Color Harmonies of #112B71
Complementary color
Monochromatic Colors of #112B71
Black with #112B71
Text Example
Text Example
White with #112B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B71; }
p { color: rgb(17,43,113); }
H1.HeaderClassName
{
color: #112B71;
}
.AnyTagClassName
{
color: #112B71;
}
</style>
background-color css
<style>
a { background-color: #112B71; }
a { background-color: rgb(17,43,113); }
div.DivClassName
{
background-color: #112B71;
}
.BgClassName
{
background-color: #112B71;
}
</style>
border-color css
<style>
span { border-color: #112B71; }
span { border-color: rgb(17,43,113); }
td.TdClassName
{
border-color: #112B71;
}
.TagClassName
{
border-color: #112B71;
}
</style>