Shades of Medium Blue #011AE5
Tints of Medium Blue #011AE5
RGB
CMYK
RGB Variations
Color information
#011AE5 (or 0x011AE5) is known color: Medium Blue. HEX triplet: 01, 1A and E5. RGB value is (1,26,229). Sum of RGB (Red+Green+Blue) = 1+26+229=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 229 (89.84% from 255 or 89.45% from 256); Max value from RGB is 229 - color contains mainly: blue. Hex color #011AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011AE5 is #FEE51A. Grayscale: #282828. Windows color (decimal): -16704795 or 15014401. OLE color: 15014401.
HSL color Cylindrical-coordinate representation of color #011AE5: hue angle of 233.42º 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 #011AE5 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 26 | 229 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.10 |
| HSL | 233.42º | 0.99% | 0.45% | - |
| HSV(B) | 233.42º | 1% | 0.9% | - |
| XYZ | 14.52 | 6.4 | 74.6 | - |
| YUV | 41.67 | 233.72 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 229 | 1.00 | 0.89 | 0 | 0.10 | 233.42 | 0.99 | 0.45 |
| Hex | 1 | 1A | E5 | 64 | 59 | 0 | A | E9 | 63 | 2D |
| Octal | 1 | 32 | 345 | 144 | 131 | 0 | 12 | 351 | 143 | 55 |
| Binary | 1 | 11010 | 11100101 | 1100100 | 1011001 | 0 | 1010 | 11101001 | 1100011 | 101101 |
Color Harmonies of #011AE5
Complementary color
Monochromatic Colors of #011AE5
Black with #011AE5
Text Example
Text Example
White with #011AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AE5; }
p { color: rgb(1,26,229); }
H1.HeaderClassName
{
color: #011AE5;
}
.AnyTagClassName
{
color: #011AE5;
}
</style>
background-color css
<style>
a { background-color: #011AE5; }
a { background-color: rgb(1,26,229); }
div.DivClassName
{
background-color: #011AE5;
}
.BgClassName
{
background-color: #011AE5;
}
</style>
border-color css
<style>
span { border-color: #011AE5; }
span { border-color: rgb(1,26,229); }
td.TdClassName
{
border-color: #011AE5;
}
.TagClassName
{
border-color: #011AE5;
}
</style>