Shades of Sapphire #112353
Tints of Sapphire #112353
RGB
CMYK
RGB Variations
Color information
#112353 (or 0x112353) is known color: Sapphire. HEX triplet: 11, 23 and 53. RGB value is (17,35,83). Sum of RGB (Red+Green+Blue) = 17+35+83=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #112353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112353 is #EEDCAC. Grayscale: #222222. Windows color (decimal): -15654061 or 5448465. OLE color: 5448465.
HSL color Cylindrical-coordinate representation of color #112353: hue angle of 223.64º 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 #112353 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 35 | 83 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.67 |
| HSL | 223.64º | 0.66% | 0.2% | - |
| HSV(B) | 223.64º | 0.8% | 0.33% | - |
| XYZ | 2.39 | 1.95 | 8.43 | - |
| YUV | 35.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 83 | 0.80 | 0.58 | 0 | 0.67 | 223.64 | 0.66 | 0.2 |
| Hex | 11 | 23 | 53 | 50 | 3A | 0 | 43 | E0 | 42 | 14 |
| Octal | 21 | 43 | 123 | 120 | 72 | 0 | 103 | 340 | 102 | 24 |
| Binary | 10001 | 100011 | 1010011 | 1010000 | 111010 | 0 | 1000011 | 11100000 | 1000010 | 10100 |
Color Harmonies of #112353
Complementary color
Monochromatic Colors of #112353
Black with #112353
Text Example
Text Example
White with #112353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112353; }
p { color: rgb(17,35,83); }
H1.HeaderClassName
{
color: #112353;
}
.AnyTagClassName
{
color: #112353;
}
</style>
background-color css
<style>
a { background-color: #112353; }
a { background-color: rgb(17,35,83); }
div.DivClassName
{
background-color: #112353;
}
.BgClassName
{
background-color: #112353;
}
</style>
border-color css
<style>
span { border-color: #112353; }
span { border-color: rgb(17,35,83); }
td.TdClassName
{
border-color: #112353;
}
.TagClassName
{
border-color: #112353;
}
</style>