Shades of Sapphire #112253
Tints of Sapphire #112253
RGB
CMYK
RGB Variations
Color information
#112253 (or 0x112253) is known color: Sapphire. HEX triplet: 11, 22 and 53. RGB value is (17,34,83). Sum of RGB (Red+Green+Blue) = 17+34+83=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #112253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112253 is #EEDDAC. Grayscale: #222222. Windows color (decimal): -15654317 or 5448209. OLE color: 5448209.
HSL color Cylindrical-coordinate representation of color #112253: hue angle of 224.55º 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 #112253 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 34 | 83 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.67 |
| HSL | 224.55º | 0.66% | 0.2% | - |
| HSV(B) | 224.55º | 0.8% | 0.33% | - |
| XYZ | 2.36 | 1.89 | 8.42 | - |
| YUV | 34.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 83 | 0.80 | 0.59 | 0 | 0.67 | 224.55 | 0.66 | 0.2 |
| Hex | 11 | 22 | 53 | 50 | 3B | 0 | 43 | E1 | 42 | 14 |
| Octal | 21 | 42 | 123 | 120 | 73 | 0 | 103 | 341 | 102 | 24 |
| Binary | 10001 | 100010 | 1010011 | 1010000 | 111011 | 0 | 1000011 | 11100001 | 1000010 | 10100 |
Color Harmonies of #112253
Complementary color
Monochromatic Colors of #112253
Black with #112253
Text Example
Text Example
White with #112253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112253; }
p { color: rgb(17,34,83); }
H1.HeaderClassName
{
color: #112253;
}
.AnyTagClassName
{
color: #112253;
}
</style>
background-color css
<style>
a { background-color: #112253; }
a { background-color: rgb(17,34,83); }
div.DivClassName
{
background-color: #112253;
}
.BgClassName
{
background-color: #112253;
}
</style>
border-color css
<style>
span { border-color: #112253; }
span { border-color: rgb(17,34,83); }
td.TdClassName
{
border-color: #112253;
}
.TagClassName
{
border-color: #112253;
}
</style>