Shades of Sapphire #112264
Tints of Sapphire #112264
RGB
CMYK
RGB Variations
Color information
#112264 (or 0x112264) is known color: Sapphire. HEX triplet: 11, 22 and 64. RGB value is (17,34,100). Sum of RGB (Red+Green+Blue) = 17+34+100=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #112264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112264 is #EEDD9B. Grayscale: #242424. Windows color (decimal): -15654300 or 6562321. OLE color: 6562321.
HSL color Cylindrical-coordinate representation of color #112264: hue angle of 227.71º 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 #112264 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 34 | 100 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.61 |
| HSL | 227.71º | 0.71% | 0.23% | - |
| HSV(B) | 227.71º | 0.83% | 0.39% | - |
| XYZ | 3.1 | 2.18 | 12.31 | - |
| YUV | 36.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 100 | 0.83 | 0.66 | 0 | 0.61 | 227.71 | 0.71 | 0.23 |
| Hex | 11 | 22 | 64 | 53 | 42 | 0 | 3D | E4 | 47 | 17 |
| Octal | 21 | 42 | 144 | 123 | 102 | 0 | 75 | 344 | 107 | 27 |
| Binary | 10001 | 100010 | 1100100 | 1010011 | 1000010 | 0 | 111101 | 11100100 | 1000111 | 10111 |
Color Harmonies of #112264
Complementary color
Monochromatic Colors of #112264
Black with #112264
Text Example
Text Example
White with #112264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112264; }
p { color: rgb(17,34,100); }
H1.HeaderClassName
{
color: #112264;
}
.AnyTagClassName
{
color: #112264;
}
</style>
background-color css
<style>
a { background-color: #112264; }
a { background-color: rgb(17,34,100); }
div.DivClassName
{
background-color: #112264;
}
.BgClassName
{
background-color: #112264;
}
</style>
border-color css
<style>
span { border-color: #112264; }
span { border-color: rgb(17,34,100); }
td.TdClassName
{
border-color: #112264;
}
.TagClassName
{
border-color: #112264;
}
</style>