#1e01b5

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

Shades of Medium Blue #1E01B5

Tints of Medium Blue #1E01B5

Color information

#1E01B5 (or 0x1E01B5) is unknown color: approx Medium Blue. HEX triplet: 1E, 01 and B5. RGB value is (30,1,181). Sum of RGB (Red+Green+Blue) = 30+1+181=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 181 (71.09% from 255 or 85.38% from 212); Max value from RGB is 181 - color contains mainly: blue. Hex color #1E01B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E01B5 is #E1FE4A. Grayscale: #1D1D1D. Windows color (decimal): -14810699 or 11862302. OLE color: 11862302.

HSL color Cylindrical-coordinate representation of color #1E01B5: hue angle of 249.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01B5 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB301181-
CMYK0.830.9900.29
HSL249.67º98.9%35.69%-
HSV(B)249.67º99.45%70.98%-
XYZ8.893.6343.95-
YUV30.19213.11127.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 181 (71.09% from 255) = 85.38%
R=14.15%
G=0.47%
B=85.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3011810.830.9900.29249.6798.935.69
Hex1E1B5536301Dfa6324
Octal36126512314303537214344
Binary1111011011010110100111100011011101111110101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e01b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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