Shades of Sapphire #112F71
Tints of Sapphire #112F71
RGB
CMYK
RGB Variations
Color information
#112F71 (or 0x112F71) is known color: Sapphire. HEX triplet: 11, 2F and 71. RGB value is (17,47,113). Sum of RGB (Red+Green+Blue) = 17+47+113=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #112F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F71 is #EED08E. Grayscale: #2D2D2D. Windows color (decimal): -15650959 or 7417617. OLE color: 7417617.
HSL color Cylindrical-coordinate representation of color #112F71: hue angle of 221.25º 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 #112F71 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 47 | 113 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.56 |
| HSL | 221.25º | 0.74% | 0.25% | - |
| HSV(B) | 221.25º | 0.85% | 0.44% | - |
| XYZ | 4.23 | 3.34 | 16.05 | - |
| YUV | 45.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 113 | 0.85 | 0.58 | 0 | 0.56 | 221.25 | 0.74 | 0.25 |
| Hex | 11 | 2F | 71 | 55 | 3A | 0 | 38 | DD | 4A | 19 |
| Octal | 21 | 57 | 161 | 125 | 72 | 0 | 70 | 335 | 112 | 31 |
| Binary | 10001 | 101111 | 1110001 | 1010101 | 111010 | 0 | 111000 | 11011101 | 1001010 | 11001 |
Color Harmonies of #112F71
Complementary color
Monochromatic Colors of #112F71
Black with #112F71
Text Example
Text Example
White with #112F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F71; }
p { color: rgb(17,47,113); }
H1.HeaderClassName
{
color: #112F71;
}
.AnyTagClassName
{
color: #112F71;
}
</style>
background-color css
<style>
a { background-color: #112F71; }
a { background-color: rgb(17,47,113); }
div.DivClassName
{
background-color: #112F71;
}
.BgClassName
{
background-color: #112F71;
}
</style>
border-color css
<style>
span { border-color: #112F71; }
span { border-color: rgb(17,47,113); }
td.TdClassName
{
border-color: #112F71;
}
.TagClassName
{
border-color: #112F71;
}
</style>