#1E11BD

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

Shades of Medium Blue #1E11BD

Tints of Medium Blue #1E11BD

Color information

#1E11BD (or 0x1E11BD) is unknown color: approx Medium Blue. HEX triplet: 1E, 11 and BD. RGB value is (30,17,189). Sum of RGB (Red+Green+Blue) = 30+17+189=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E11BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E11BD is #E1EE42. Grayscale: #272727. Windows color (decimal): -14806595 or 12390686. OLE color: 12390686.

HSL color Cylindrical-coordinate representation of color #1E11BD: hue angle of 244.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E11BD is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3017189-
CMYK0.840.9100.26
HSL244.53º83.5%40.39%-
HSV(B)244.53º91.01%74.12%-
XYZ9.924.3548.46-
YUV40.49211.81120.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 189 (74.22% from 255) = 80.08%
R=12.71%
G=7.20%
B=80.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30171890.840.9100.26244.5383.540.39
Hex1E11BD545B01Af55328
Octal362127512413303236512350
Binary11110100011011110110101001011011011010111101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E11BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,189); }

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

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

 a { background-color: rgb(30,17,189); }

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

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

 span { border-color: rgb(30,17,189); }

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