Shades of Blue #011AE6
Tints of Blue #011AE6
RGB
CMYK
RGB Variations
Color information
#011AE6 (or 0x011AE6) is known color: Blue. HEX triplet: 01, 1A and E6. RGB value is (1,26,230). Sum of RGB (Red+Green+Blue) = 1+26+230=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 230 (90.23% from 255 or 89.49% from 257); Max value from RGB is 230 - color contains mainly: blue. Hex color #011AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AE6 is #FEE519. Grayscale: #282828. Windows color (decimal): -16704794 or 15079937. OLE color: 15079937.
HSL color Cylindrical-coordinate representation of color #011AE6: hue angle of 233.45º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011AE6 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 26 | 230 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.10 |
| HSL | 233.45º | 0.99% | 0.45% | - |
| HSV(B) | 233.45º | 1% | 0.9% | - |
| XYZ | 14.66 | 6.46 | 75.34 | - |
| YUV | 41.78 | 234.22 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 230 | 1.00 | 0.89 | 0 | 0.10 | 233.45 | 0.99 | 0.45 |
| Hex | 1 | 1A | E6 | 64 | 59 | 0 | A | E9 | 63 | 2D |
| Octal | 1 | 32 | 346 | 144 | 131 | 0 | 12 | 351 | 143 | 55 |
| Binary | 1 | 11010 | 11100110 | 1100100 | 1011001 | 0 | 1010 | 11101001 | 1100011 | 101101 |
Color Harmonies of #011AE6
Complementary color
Monochromatic Colors of #011AE6
Black with #011AE6
Text Example
Text Example
White with #011AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AE6; }
p { color: rgb(1,26,230); }
H1.HeaderClassName
{
color: #011AE6;
}
.AnyTagClassName
{
color: #011AE6;
}
</style>
background-color css
<style>
a { background-color: #011AE6; }
a { background-color: rgb(1,26,230); }
div.DivClassName
{
background-color: #011AE6;
}
.BgClassName
{
background-color: #011AE6;
}
</style>
border-color css
<style>
span { border-color: #011AE6; }
span { border-color: rgb(1,26,230); }
td.TdClassName
{
border-color: #011AE6;
}
.TagClassName
{
border-color: #011AE6;
}
</style>