#011ECA

Color #011ECA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #011ECA

Tints of Medium Blue #011ECA

Color information

#011ECA (or 0x011ECA) is unknown color: approx 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

RGB130202-
CMYK1.000.8500.21
HSL231.34º99.01%39.8%-
HSV(B)231.34º99.5%79.22%-
XYZ11.145.256.29-
YUV40.94218.8999.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 202 (79.30% from 255) = 86.70%
R=0.43%
G=12.88%
B=86.70%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021.000.8500.21231.3499.0139.8
Hex11ECA6455015e76328
Octal13631214412502534714350
Binary1111101100101011001001010101010101111001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>