Shades of Medium Blue #011EC4
Tints of Medium Blue #011EC4
RGB
CMYK
RGB Variations
Color information
#011EC4 (or 0x011EC4) is known color: Medium Blue. HEX triplet: 01, 1E and C4. RGB value is (1,30,196). Sum of RGB (Red+Green+Blue) = 1+30+196=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 196 (76.95% from 255 or 86.34% from 227); Max value from RGB is 196 - color contains mainly: blue. Hex color #011EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EC4 is #FEE13B. Grayscale: #272727. Windows color (decimal): -16703804 or 12852737. OLE color: 12852737.
HSL color Cylindrical-coordinate representation of color #011EC4: hue angle of 231.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011EC4 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 30 | 196 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.23 |
| HSL | 231.08º | 0.99% | 0.39% | - |
| HSV(B) | 231.08º | 0.99% | 0.77% | - |
| XYZ | 10.44 | 4.92 | 52.62 | - |
| YUV | 40.25 | 215.89 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 196 | 0.99 | 0.85 | 0 | 0.23 | 231.08 | 0.99 | 0.39 |
| Hex | 1 | 1E | C4 | 63 | 55 | 0 | 17 | E7 | 63 | 27 |
| Octal | 1 | 36 | 304 | 143 | 125 | 0 | 27 | 347 | 143 | 47 |
| Binary | 1 | 11110 | 11000100 | 1100011 | 1010101 | 0 | 10111 | 11100111 | 1100011 | 100111 |
Color Harmonies of #011EC4
Complementary color
Monochromatic Colors of #011EC4
Black with #011EC4
Text Example
Text Example
White with #011EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EC4; }
p { color: rgb(1,30,196); }
H1.HeaderClassName
{
color: #011EC4;
}
.AnyTagClassName
{
color: #011EC4;
}
</style>
background-color css
<style>
a { background-color: #011EC4; }
a { background-color: rgb(1,30,196); }
div.DivClassName
{
background-color: #011EC4;
}
.BgClassName
{
background-color: #011EC4;
}
</style>
border-color css
<style>
span { border-color: #011EC4; }
span { border-color: rgb(1,30,196); }
td.TdClassName
{
border-color: #011EC4;
}
.TagClassName
{
border-color: #011EC4;
}
</style>