Shades of Sapphire #112C66
Tints of Sapphire #112C66
RGB
CMYK
RGB Variations
Color information
#112C66 (or 0x112C66) is known color: Sapphire. HEX triplet: 11, 2C and 66. RGB value is (17,44,102). Sum of RGB (Red+Green+Blue) = 17+44+102=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #112C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C66 is #EED399. Grayscale: #2A2A2A. Windows color (decimal): -15651738 or 6695953. OLE color: 6695953.
HSL color Cylindrical-coordinate representation of color #112C66: hue angle of 220.94º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112C66 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 44 | 102 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.6 |
| HSL | 220.94º | 0.71% | 0.23% | - |
| HSV(B) | 220.94º | 0.83% | 0.4% | - |
| XYZ | 3.53 | 2.88 | 12.94 | - |
| YUV | 42.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 102 | 0.83 | 0.57 | 0 | 0.6 | 220.94 | 0.71 | 0.23 |
| Hex | 11 | 2C | 66 | 53 | 39 | 0 | 3C | DD | 47 | 17 |
| Octal | 21 | 54 | 146 | 123 | 71 | 0 | 74 | 335 | 107 | 27 |
| Binary | 10001 | 101100 | 1100110 | 1010011 | 111001 | 0 | 111100 | 11011101 | 1000111 | 10111 |
Color Harmonies of #112C66
Complementary color
Monochromatic Colors of #112C66
Black with #112C66
Text Example
Text Example
White with #112C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C66; }
p { color: rgb(17,44,102); }
H1.HeaderClassName
{
color: #112C66;
}
.AnyTagClassName
{
color: #112C66;
}
</style>
background-color css
<style>
a { background-color: #112C66; }
a { background-color: rgb(17,44,102); }
div.DivClassName
{
background-color: #112C66;
}
.BgClassName
{
background-color: #112C66;
}
</style>
border-color css
<style>
span { border-color: #112C66; }
span { border-color: rgb(17,44,102); }
td.TdClassName
{
border-color: #112C66;
}
.TagClassName
{
border-color: #112C66;
}
</style>