#1E00B9

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

Shades of Medium Blue #1E00B9

Tints of Medium Blue #1E00B9

Color information

#1E00B9 (or 0x1E00B9) is unknown color: approx Medium Blue. HEX triplet: 1E, 00 and B9. RGB value is (30,0,185). Sum of RGB (Red+Green+Blue) = 30+0+185=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E00B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00B9 is #E1FF46. Grayscale: #1D1D1D. Windows color (decimal): -14810951 or 12124190. OLE color: 12124190.

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

Color convert

RGB300185-
CMYK0.84100.27
HSL249.73º100%36.27%-
HSV(B)249.73º100%72.55%-
XYZ9.293.7846.14-
YUV30.06215.44127.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 185 (72.66% from 255) = 86.05%
R=13.95%
G=0%
B=86.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3001850.84100.27249.7310036.27
Hex1E0B9546401Bfa6424
Octal36027112414403337214444
Binary1111001011100110101001100100011011111110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E00B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,185); }

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

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

 a { background-color: rgb(30,0,185); }

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

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

 span { border-color: rgb(30,0,185); }

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