Shades of Sapphire #112653
Tints of Sapphire #112653
RGB
CMYK
RGB Variations
Color information
#112653 (or 0x112653) is known color: Sapphire. HEX triplet: 11, 26 and 53. RGB value is (17,38,83). Sum of RGB (Red+Green+Blue) = 17+38+83=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #112653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112653 is #EED9AC. Grayscale: #242424. Windows color (decimal): -15653293 or 5449233. OLE color: 5449233.
HSL color Cylindrical-coordinate representation of color #112653: hue angle of 220.91º 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 #112653 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 38 | 83 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.67 |
| HSL | 220.91º | 0.66% | 0.2% | - |
| HSV(B) | 220.91º | 0.8% | 0.33% | - |
| XYZ | 2.49 | 2.13 | 8.46 | - |
| YUV | 36.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 83 | 0.80 | 0.54 | 0 | 0.67 | 220.91 | 0.66 | 0.2 |
| Hex | 11 | 26 | 53 | 50 | 36 | 0 | 43 | DD | 42 | 14 |
| Octal | 21 | 46 | 123 | 120 | 66 | 0 | 103 | 335 | 102 | 24 |
| Binary | 10001 | 100110 | 1010011 | 1010000 | 110110 | 0 | 1000011 | 11011101 | 1000010 | 10100 |
Color Harmonies of #112653
Complementary color
Monochromatic Colors of #112653
Black with #112653
Text Example
Text Example
White with #112653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112653; }
p { color: rgb(17,38,83); }
H1.HeaderClassName
{
color: #112653;
}
.AnyTagClassName
{
color: #112653;
}
</style>
background-color css
<style>
a { background-color: #112653; }
a { background-color: rgb(17,38,83); }
div.DivClassName
{
background-color: #112653;
}
.BgClassName
{
background-color: #112653;
}
</style>
border-color css
<style>
span { border-color: #112653; }
span { border-color: rgb(17,38,83); }
td.TdClassName
{
border-color: #112653;
}
.TagClassName
{
border-color: #112653;
}
</style>