Shades of Blue #1126FF
Tints of Blue #1126FF
RGB
CMYK
RGB Variations
Color information
#1126FF (or 0x1126FF) is known color: Blue. HEX triplet: 11, 26 and FF. RGB value is (17,38,255). Sum of RGB (Red+Green+Blue) = 17+38+255=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #1126FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1126FF is #EED900. Grayscale: #373737. Windows color (decimal): -15653121 or 16721425. OLE color: 16721425.
HSL color Cylindrical-coordinate representation of color #1126FF: hue angle of 234.71º 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 #1126FF is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 38 | 255 | - |
| CMYK | 0.93 | 0.85 | 0 | 0 |
| HSL | 234.71º | 1% | 0.53% | - |
| HSV(B) | 234.71º | 0.93% | 1% | - |
| XYZ | 18.97 | 8.73 | 95.29 | - |
| YUV | 56.46 | 240.04 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 255 | 0.93 | 0.85 | 0 | 0 | 234.71 | 1 | 0.53 |
| Hex | 11 | 26 | FF | 5D | 55 | 0 | 0 | EB | 64 | 35 |
| Octal | 21 | 46 | 377 | 135 | 125 | 0 | 0 | 353 | 144 | 65 |
| Binary | 10001 | 100110 | 11111111 | 1011101 | 1010101 | 0 | 0 | 11101011 | 1100100 | 110101 |
Color Harmonies of #1126FF
Complementary color
Monochromatic Colors of #1126FF
Black with #1126FF
Text Example
Text Example
White with #1126FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1126FF; }
p { color: rgb(17,38,255); }
H1.HeaderClassName
{
color: #1126FF;
}
.AnyTagClassName
{
color: #1126FF;
}
</style>
background-color css
<style>
a { background-color: #1126FF; }
a { background-color: rgb(17,38,255); }
div.DivClassName
{
background-color: #1126FF;
}
.BgClassName
{
background-color: #1126FF;
}
</style>
border-color css
<style>
span { border-color: #1126FF; }
span { border-color: rgb(17,38,255); }
td.TdClassName
{
border-color: #1126FF;
}
.TagClassName
{
border-color: #1126FF;
}
</style>