Shades of Sapphire #112B72
Tints of Sapphire #112B72
RGB
CMYK
RGB Variations
Color information
#112B72 (or 0x112B72) is known color: Sapphire. HEX triplet: 11, 2B and 72. RGB value is (17,43,114). Sum of RGB (Red+Green+Blue) = 17+43+114=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #112B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B72 is #EED48D. Grayscale: #2B2B2B. Windows color (decimal): -15651982 or 7482129. OLE color: 7482129.
HSL color Cylindrical-coordinate representation of color #112B72: hue angle of 223.92º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112B72 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 43 | 114 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.55 |
| HSL | 223.92º | 0.74% | 0.26% | - |
| HSV(B) | 223.92º | 0.85% | 0.45% | - |
| XYZ | 4.13 | 3.06 | 16.29 | - |
| YUV | 43.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 114 | 0.85 | 0.62 | 0 | 0.55 | 223.92 | 0.74 | 0.26 |
| Hex | 11 | 2B | 72 | 55 | 3E | 0 | 37 | E0 | 4A | 1A |
| Octal | 21 | 53 | 162 | 125 | 76 | 0 | 67 | 340 | 112 | 32 |
| Binary | 10001 | 101011 | 1110010 | 1010101 | 111110 | 0 | 110111 | 11100000 | 1001010 | 11010 |
Color Harmonies of #112B72
Complementary color
Monochromatic Colors of #112B72
Black with #112B72
Text Example
Text Example
White with #112B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B72; }
p { color: rgb(17,43,114); }
H1.HeaderClassName
{
color: #112B72;
}
.AnyTagClassName
{
color: #112B72;
}
</style>
background-color css
<style>
a { background-color: #112B72; }
a { background-color: rgb(17,43,114); }
div.DivClassName
{
background-color: #112B72;
}
.BgClassName
{
background-color: #112B72;
}
</style>
border-color css
<style>
span { border-color: #112B72; }
span { border-color: rgb(17,43,114); }
td.TdClassName
{
border-color: #112B72;
}
.TagClassName
{
border-color: #112B72;
}
</style>