#1E01BA

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

Shades of Medium Blue #1E01BA

Tints of Medium Blue #1E01BA

Color information

#1E01BA (or 0x1E01BA) is unknown color: approx Medium Blue. HEX triplet: 1E, 01 and BA. RGB value is (30,1,186). Sum of RGB (Red+Green+Blue) = 30+1+186=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E01BA is #E1FE45. Grayscale: #1E1E1E. Windows color (decimal): -14810694 or 12189982. OLE color: 12189982.

HSL color Cylindrical-coordinate representation of color #1E01BA: hue angle of 249.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01BA is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB301186-
CMYK0.840.9900.27
HSL249.41º98.93%36.67%-
HSV(B)249.41º99.46%72.94%-
XYZ9.413.8446.7-
YUV30.76215.61127.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 186 (73.05% from 255) = 85.71%
R=13.82%
G=0.46%
B=85.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3011860.840.9900.27249.4198.9336.67
Hex1E1BA546301Bf96325
Octal36127212414303337114345
Binary1111011011101010101001100011011011111110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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