Shades of Sapphire #112263
Tints of Sapphire #112263
RGB
CMYK
RGB Variations
Color information
#112263 (or 0x112263) is known color: Sapphire. HEX triplet: 11, 22 and 63. RGB value is (17,34,99). Sum of RGB (Red+Green+Blue) = 17+34+99=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #112263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112263 is #EEDD9C. Grayscale: #242424. Windows color (decimal): -15654301 or 6496785. OLE color: 6496785.
HSL color Cylindrical-coordinate representation of color #112263: hue angle of 227.56º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112263 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 34 | 99 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.61 |
| HSL | 227.56º | 0.71% | 0.23% | - |
| HSV(B) | 227.56º | 0.83% | 0.39% | - |
| XYZ | 3.06 | 2.16 | 12.06 | - |
| YUV | 36.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 99 | 0.83 | 0.66 | 0 | 0.61 | 227.56 | 0.71 | 0.23 |
| Hex | 11 | 22 | 63 | 53 | 42 | 0 | 3D | E4 | 47 | 17 |
| Octal | 21 | 42 | 143 | 123 | 102 | 0 | 75 | 344 | 107 | 27 |
| Binary | 10001 | 100010 | 1100011 | 1010011 | 1000010 | 0 | 111101 | 11100100 | 1000111 | 10111 |
Color Harmonies of #112263
Complementary color
Monochromatic Colors of #112263
Black with #112263
Text Example
Text Example
White with #112263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112263; }
p { color: rgb(17,34,99); }
H1.HeaderClassName
{
color: #112263;
}
.AnyTagClassName
{
color: #112263;
}
</style>
background-color css
<style>
a { background-color: #112263; }
a { background-color: rgb(17,34,99); }
div.DivClassName
{
background-color: #112263;
}
.BgClassName
{
background-color: #112263;
}
</style>
border-color css
<style>
span { border-color: #112263; }
span { border-color: rgb(17,34,99); }
td.TdClassName
{
border-color: #112263;
}
.TagClassName
{
border-color: #112263;
}
</style>