Shades of Sapphire #112553
Tints of Sapphire #112553
RGB
CMYK
RGB Variations
Color information
#112553 (or 0x112553) is known color: Sapphire. HEX triplet: 11, 25 and 53. RGB value is (17,37,83). Sum of RGB (Red+Green+Blue) = 17+37+83=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #112553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112553 is #EEDAAC. Grayscale: #242424. Windows color (decimal): -15653549 or 5448977. OLE color: 5448977.
HSL color Cylindrical-coordinate representation of color #112553: hue angle of 221.82º 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 #112553 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 37 | 83 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.67 |
| HSL | 221.82º | 0.66% | 0.2% | - |
| HSV(B) | 221.82º | 0.8% | 0.33% | - |
| XYZ | 2.45 | 2.07 | 8.45 | - |
| YUV | 36.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 83 | 0.80 | 0.55 | 0 | 0.67 | 221.82 | 0.66 | 0.2 |
| Hex | 11 | 25 | 53 | 50 | 37 | 0 | 43 | DE | 42 | 14 |
| Octal | 21 | 45 | 123 | 120 | 67 | 0 | 103 | 336 | 102 | 24 |
| Binary | 10001 | 100101 | 1010011 | 1010000 | 110111 | 0 | 1000011 | 11011110 | 1000010 | 10100 |
Color Harmonies of #112553
Complementary color
Monochromatic Colors of #112553
Black with #112553
Text Example
Text Example
White with #112553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112553; }
p { color: rgb(17,37,83); }
H1.HeaderClassName
{
color: #112553;
}
.AnyTagClassName
{
color: #112553;
}
</style>
background-color css
<style>
a { background-color: #112553; }
a { background-color: rgb(17,37,83); }
div.DivClassName
{
background-color: #112553;
}
.BgClassName
{
background-color: #112553;
}
</style>
border-color css
<style>
span { border-color: #112553; }
span { border-color: rgb(17,37,83); }
td.TdClassName
{
border-color: #112553;
}
.TagClassName
{
border-color: #112553;
}
</style>