Shades of Sapphire #112566
Tints of Sapphire #112566
RGB
CMYK
RGB Variations
Color information
#112566 (or 0x112566) is known color: Sapphire. HEX triplet: 11, 25 and 66. RGB value is (17,37,102). Sum of RGB (Red+Green+Blue) = 17+37+102=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #112566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112566 is #EEDA99. Grayscale: #262626. Windows color (decimal): -15653530 or 6694161. OLE color: 6694161.
HSL color Cylindrical-coordinate representation of color #112566: hue angle of 225.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112566 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 37 | 102 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.6 |
| HSL | 225.88º | 0.71% | 0.23% | - |
| HSV(B) | 225.88º | 0.83% | 0.4% | - |
| XYZ | 3.29 | 2.4 | 12.86 | - |
| YUV | 38.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 102 | 0.83 | 0.64 | 0 | 0.6 | 225.88 | 0.71 | 0.23 |
| Hex | 11 | 25 | 66 | 53 | 40 | 0 | 3C | E2 | 47 | 17 |
| Octal | 21 | 45 | 146 | 123 | 100 | 0 | 74 | 342 | 107 | 27 |
| Binary | 10001 | 100101 | 1100110 | 1010011 | 1000000 | 0 | 111100 | 11100010 | 1000111 | 10111 |
Color Harmonies of #112566
Complementary color
Monochromatic Colors of #112566
Black with #112566
Text Example
Text Example
White with #112566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112566; }
p { color: rgb(17,37,102); }
H1.HeaderClassName
{
color: #112566;
}
.AnyTagClassName
{
color: #112566;
}
</style>
background-color css
<style>
a { background-color: #112566; }
a { background-color: rgb(17,37,102); }
div.DivClassName
{
background-color: #112566;
}
.BgClassName
{
background-color: #112566;
}
</style>
border-color css
<style>
span { border-color: #112566; }
span { border-color: rgb(17,37,102); }
td.TdClassName
{
border-color: #112566;
}
.TagClassName
{
border-color: #112566;
}
</style>