Shades of Medium Blue #011ECA
Tints of Medium Blue #011ECA
RGB
CMYK
RGB Variations
Color information
#011ECA (or 0x011ECA) is known color: Medium Blue. HEX triplet: 01, 1E and CA. RGB value is (1,30,202). Sum of RGB (Red+Green+Blue) = 1+30+202=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 202 (79.30% from 255 or 86.70% from 233); Max value from RGB is 202 - color contains mainly: blue. Hex color #011ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ECA is #FEE135. Grayscale: #282828. Windows color (decimal): -16703798 or 13245953. OLE color: 13245953.
HSL color Cylindrical-coordinate representation of color #011ECA: hue angle of 231.34º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ECA is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 30 | 202 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.21 |
| HSL | 231.34º | 0.99% | 0.4% | - |
| HSV(B) | 231.34º | 1% | 0.79% | - |
| XYZ | 11.14 | 5.2 | 56.29 | - |
| YUV | 40.94 | 218.89 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 202 | 1.00 | 0.85 | 0 | 0.21 | 231.34 | 0.99 | 0.4 |
| Hex | 1 | 1E | CA | 64 | 55 | 0 | 15 | E7 | 63 | 28 |
| Octal | 1 | 36 | 312 | 144 | 125 | 0 | 25 | 347 | 143 | 50 |
| Binary | 1 | 11110 | 11001010 | 1100100 | 1010101 | 0 | 10101 | 11100111 | 1100011 | 101000 |
Color Harmonies of #011ECA
Complementary color
Monochromatic Colors of #011ECA
Black with #011ECA
Text Example
Text Example
White with #011ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ECA; }
p { color: rgb(1,30,202); }
H1.HeaderClassName
{
color: #011ECA;
}
.AnyTagClassName
{
color: #011ECA;
}
</style>
background-color css
<style>
a { background-color: #011ECA; }
a { background-color: rgb(1,30,202); }
div.DivClassName
{
background-color: #011ECA;
}
.BgClassName
{
background-color: #011ECA;
}
</style>
border-color css
<style>
span { border-color: #011ECA; }
span { border-color: rgb(1,30,202); }
td.TdClassName
{
border-color: #011ECA;
}
.TagClassName
{
border-color: #011ECA;
}
</style>