Shades of Sapphire #112053
Tints of Sapphire #112053
RGB
CMYK
RGB Variations
Color information
#112053 (or 0x112053) is known color: Sapphire. HEX triplet: 11, 20 and 53. RGB value is (17,32,83). Sum of RGB (Red+Green+Blue) = 17+32+83=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #112053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112053 is #EEDFAC. Grayscale: #212121. Windows color (decimal): -15654829 or 5447697. OLE color: 5447697.
HSL color Cylindrical-coordinate representation of color #112053: hue angle of 226.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112053 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 32 | 83 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.67 |
| HSL | 226.36º | 0.66% | 0.2% | - |
| HSV(B) | 226.36º | 0.8% | 0.33% | - |
| XYZ | 2.31 | 1.78 | 8.4 | - |
| YUV | 33.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 83 | 0.80 | 0.61 | 0 | 0.67 | 226.36 | 0.66 | 0.2 |
| Hex | 11 | 20 | 53 | 50 | 3D | 0 | 43 | E2 | 42 | 14 |
| Octal | 21 | 40 | 123 | 120 | 75 | 0 | 103 | 342 | 102 | 24 |
| Binary | 10001 | 100000 | 1010011 | 1010000 | 111101 | 0 | 1000011 | 11100010 | 1000010 | 10100 |
Color Harmonies of #112053
Complementary color
Monochromatic Colors of #112053
Black with #112053
Text Example
Text Example
White with #112053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112053; }
p { color: rgb(17,32,83); }
H1.HeaderClassName
{
color: #112053;
}
.AnyTagClassName
{
color: #112053;
}
</style>
background-color css
<style>
a { background-color: #112053; }
a { background-color: rgb(17,32,83); }
div.DivClassName
{
background-color: #112053;
}
.BgClassName
{
background-color: #112053;
}
</style>
border-color css
<style>
span { border-color: #112053; }
span { border-color: rgb(17,32,83); }
td.TdClassName
{
border-color: #112053;
}
.TagClassName
{
border-color: #112053;
}
</style>