Shades of Blue #111AFF
Tints of Blue #111AFF
RGB
CMYK
RGB Variations
Color information
#111AFF (or 0x111AFF) is known color: Blue. HEX triplet: 11, 1A and FF. RGB value is (17,26,255). Sum of RGB (Red+Green+Blue) = 17+26+255=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #111AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111AFF is #EEE500. Grayscale: #303030. Windows color (decimal): -15656193 or 16718353. OLE color: 16718353.
HSL color Cylindrical-coordinate representation of color #111AFF: hue angle of 237.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111AFF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 26 | 255 | - |
| CMYK | 0.93 | 0.90 | 0 | 0 |
| HSL | 237.73º | 1% | 0.53% | - |
| HSV(B) | 237.73º | 0.93% | 1% | - |
| XYZ | 18.65 | 8.08 | 95.18 | - |
| YUV | 49.42 | 244.02 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 255 | 0.93 | 0.90 | 0 | 0 | 237.73 | 1 | 0.53 |
| Hex | 11 | 1A | FF | 5D | 5A | 0 | 0 | EE | 64 | 35 |
| Octal | 21 | 32 | 377 | 135 | 132 | 0 | 0 | 356 | 144 | 65 |
| Binary | 10001 | 11010 | 11111111 | 1011101 | 1011010 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #111AFF
Complementary color
Monochromatic Colors of #111AFF
Black with #111AFF
Text Example
Text Example
White with #111AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AFF; }
p { color: rgb(17,26,255); }
H1.HeaderClassName
{
color: #111AFF;
}
.AnyTagClassName
{
color: #111AFF;
}
</style>
background-color css
<style>
a { background-color: #111AFF; }
a { background-color: rgb(17,26,255); }
div.DivClassName
{
background-color: #111AFF;
}
.BgClassName
{
background-color: #111AFF;
}
</style>
border-color css
<style>
span { border-color: #111AFF; }
span { border-color: rgb(17,26,255); }
td.TdClassName
{
border-color: #111AFF;
}
.TagClassName
{
border-color: #111AFF;
}
</style>