Shades of Sapphire #111A56
Tints of Sapphire #111A56
RGB
CMYK
RGB Variations
Color information
#111A56 (or 0x111A56) is known color: Sapphire. HEX triplet: 11, 1A and 56. RGB value is (17,26,86). Sum of RGB (Red+Green+Blue) = 17+26+86=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #111A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A56 is #EEE5A9. Grayscale: #1D1D1D. Windows color (decimal): -15656362 or 5642769. OLE color: 5642769.
HSL color Cylindrical-coordinate representation of color #111A56: hue angle of 232.17º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111A56 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 26 | 86 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.66 |
| HSL | 232.17º | 0.67% | 0.2% | - |
| HSV(B) | 232.17º | 0.8% | 0.34% | - |
| XYZ | 2.28 | 1.53 | 8.98 | - |
| YUV | 30.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 86 | 0.80 | 0.70 | 0 | 0.66 | 232.17 | 0.67 | 0.2 |
| Hex | 11 | 1A | 56 | 50 | 46 | 0 | 42 | E8 | 43 | 14 |
| Octal | 21 | 32 | 126 | 120 | 106 | 0 | 102 | 350 | 103 | 24 |
| Binary | 10001 | 11010 | 1010110 | 1010000 | 1000110 | 0 | 1000010 | 11101000 | 1000011 | 10100 |
Color Harmonies of #111A56
Complementary color
Monochromatic Colors of #111A56
Black with #111A56
Text Example
Text Example
White with #111A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A56; }
p { color: rgb(17,26,86); }
H1.HeaderClassName
{
color: #111A56;
}
.AnyTagClassName
{
color: #111A56;
}
</style>
background-color css
<style>
a { background-color: #111A56; }
a { background-color: rgb(17,26,86); }
div.DivClassName
{
background-color: #111A56;
}
.BgClassName
{
background-color: #111A56;
}
</style>
border-color css
<style>
span { border-color: #111A56; }
span { border-color: rgb(17,26,86); }
td.TdClassName
{
border-color: #111A56;
}
.TagClassName
{
border-color: #111A56;
}
</style>