Shades of Sapphire #112061
Tints of Sapphire #112061
RGB
CMYK
RGB Variations
Color information
#112061 (or 0x112061) is known color: Sapphire. HEX triplet: 11, 20 and 61. RGB value is (17,32,97). Sum of RGB (Red+Green+Blue) = 17+32+97=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #112061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112061 is #EEDF9E. Grayscale: #222222. Windows color (decimal): -15654815 or 6365201. OLE color: 6365201.
HSL color Cylindrical-coordinate representation of color #112061: hue angle of 228.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 #112061 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 32 | 97 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.62 |
| HSL | 228.75º | 0.7% | 0.22% | - |
| HSV(B) | 228.75º | 0.82% | 0.38% | - |
| XYZ | 2.91 | 2.02 | 11.55 | - |
| YUV | 34.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 97 | 0.82 | 0.67 | 0 | 0.62 | 228.75 | 0.7 | 0.22 |
| Hex | 11 | 20 | 61 | 52 | 43 | 0 | 3E | E5 | 46 | 16 |
| Octal | 21 | 40 | 141 | 122 | 103 | 0 | 76 | 345 | 106 | 26 |
| Binary | 10001 | 100000 | 1100001 | 1010010 | 1000011 | 0 | 111110 | 11100101 | 1000110 | 10110 |
Color Harmonies of #112061
Complementary color
Monochromatic Colors of #112061
Black with #112061
Text Example
Text Example
White with #112061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112061; }
p { color: rgb(17,32,97); }
H1.HeaderClassName
{
color: #112061;
}
.AnyTagClassName
{
color: #112061;
}
</style>
background-color css
<style>
a { background-color: #112061; }
a { background-color: rgb(17,32,97); }
div.DivClassName
{
background-color: #112061;
}
.BgClassName
{
background-color: #112061;
}
</style>
border-color css
<style>
span { border-color: #112061; }
span { border-color: rgb(17,32,97); }
td.TdClassName
{
border-color: #112061;
}
.TagClassName
{
border-color: #112061;
}
</style>