Shades of Sapphire #112666
Tints of Sapphire #112666
RGB
CMYK
RGB Variations
Color information
#112666 (or 0x112666) is known color: Sapphire. HEX triplet: 11, 26 and 66. RGB value is (17,38,102). Sum of RGB (Red+Green+Blue) = 17+38+102=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #112666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112666 is #EED999. Grayscale: #262626. Windows color (decimal): -15653274 or 6694417. OLE color: 6694417.
HSL color Cylindrical-coordinate representation of color #112666: hue angle of 225.18º 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 #112666 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 38 | 102 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.6 |
| HSL | 225.18º | 0.71% | 0.23% | - |
| HSV(B) | 225.18º | 0.83% | 0.4% | - |
| XYZ | 3.32 | 2.46 | 12.87 | - |
| YUV | 39.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 102 | 0.83 | 0.63 | 0 | 0.6 | 225.18 | 0.71 | 0.23 |
| Hex | 11 | 26 | 66 | 53 | 3F | 0 | 3C | E1 | 47 | 17 |
| Octal | 21 | 46 | 146 | 123 | 77 | 0 | 74 | 341 | 107 | 27 |
| Binary | 10001 | 100110 | 1100110 | 1010011 | 111111 | 0 | 111100 | 11100001 | 1000111 | 10111 |
Color Harmonies of #112666
Complementary color
Monochromatic Colors of #112666
Black with #112666
Text Example
Text Example
White with #112666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112666; }
p { color: rgb(17,38,102); }
H1.HeaderClassName
{
color: #112666;
}
.AnyTagClassName
{
color: #112666;
}
</style>
background-color css
<style>
a { background-color: #112666; }
a { background-color: rgb(17,38,102); }
div.DivClassName
{
background-color: #112666;
}
.BgClassName
{
background-color: #112666;
}
</style>
border-color css
<style>
span { border-color: #112666; }
span { border-color: rgb(17,38,102); }
td.TdClassName
{
border-color: #112666;
}
.TagClassName
{
border-color: #112666;
}
</style>