#1E01C2

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

Shades of Medium Blue #1E01C2

Tints of Medium Blue #1E01C2

Color information

#1E01C2 (or 0x1E01C2) is unknown color: approx Medium Blue. HEX triplet: 1E, 01 and C2. RGB value is (30,1,194). Sum of RGB (Red+Green+Blue) = 30+1+194=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 194 (76.17% from 255 or 86.22% from 225); Max value from RGB is 194 - color contains mainly: blue. Hex color #1E01C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E01C2 is #E1FE3D. Grayscale: #1E1E1E. Windows color (decimal): -14810686 or 12714270. OLE color: 12714270.

HSL color Cylindrical-coordinate representation of color #1E01C2: hue angle of 249.02º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01C2 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB301194-
CMYK0.850.9900.24
HSL249.02º98.97%38.24%-
HSV(B)249.02º99.48%76.08%-
XYZ10.284.1951.31-
YUV31.67219.61126.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 194 (76.17% from 255) = 86.22%
R=13.33%
G=0.44%
B=86.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3011940.850.9900.24249.0298.9738.24
Hex1E1C25563018f96326
Octal36130212514303037114346
Binary1111011100001010101011100011011000111110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E01C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E01C2; }

 p { color: rgb(30,1,194); }

 H1.HeaderClassName
 {
   color: #1E01C2;
 }
 .AnyTagClassName
 {
   color: #1E01C2;
 }
</style>
background-color css

<style>
 a { background-color: #1E01C2; }

 a { background-color: rgb(30,1,194); }

 div.DivClassName
 {
   background-color: #1E01C2;
 }
 .BgClassName
 {
   background-color: #1E01C2;
 }
</style>
border-color css

<style>
 span { border-color: #1E01C2; }

 span { border-color: rgb(30,1,194); }

 td.TdClassName
 {
   border-color: #1E01C2;
 }
 .TagClassName
 {
   border-color: #1E01C2;
 }
</style>