Shades of Sapphire #112C61
Tints of Sapphire #112C61
RGB
CMYK
RGB Variations
Color information
#112C61 (or 0x112C61) is known color: Sapphire. HEX triplet: 11, 2C and 61. RGB value is (17,44,97). Sum of RGB (Red+Green+Blue) = 17+44+97=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #112C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C61 is #EED39E. Grayscale: #292929. Windows color (decimal): -15651743 or 6368273. OLE color: 6368273.
HSL color Cylindrical-coordinate representation of color #112C61: hue angle of 219.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112C61 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 44 | 97 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.62 |
| HSL | 219.75º | 0.7% | 0.22% | - |
| HSV(B) | 219.75º | 0.82% | 0.38% | - |
| XYZ | 3.29 | 2.78 | 11.67 | - |
| YUV | 41.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 97 | 0.82 | 0.55 | 0 | 0.62 | 219.75 | 0.7 | 0.22 |
| Hex | 11 | 2C | 61 | 52 | 37 | 0 | 3E | DC | 46 | 16 |
| Octal | 21 | 54 | 141 | 122 | 67 | 0 | 76 | 334 | 106 | 26 |
| Binary | 10001 | 101100 | 1100001 | 1010010 | 110111 | 0 | 111110 | 11011100 | 1000110 | 10110 |
Color Harmonies of #112C61
Complementary color
Monochromatic Colors of #112C61
Black with #112C61
Text Example
Text Example
White with #112C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C61; }
p { color: rgb(17,44,97); }
H1.HeaderClassName
{
color: #112C61;
}
.AnyTagClassName
{
color: #112C61;
}
</style>
background-color css
<style>
a { background-color: #112C61; }
a { background-color: rgb(17,44,97); }
div.DivClassName
{
background-color: #112C61;
}
.BgClassName
{
background-color: #112C61;
}
</style>
border-color css
<style>
span { border-color: #112C61; }
span { border-color: rgb(17,44,97); }
td.TdClassName
{
border-color: #112C61;
}
.TagClassName
{
border-color: #112C61;
}
</style>