#1E00BD

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

Shades of Medium Blue #1E00BD

Tints of Medium Blue #1E00BD

Color information

#1E00BD (or 0x1E00BD) is unknown color: approx Medium Blue. HEX triplet: 1E, 00 and BD. RGB value is (30,0,189). Sum of RGB (Red+Green+Blue) = 30+0+189=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00BD is #E1FF42. Grayscale: #1D1D1D. Windows color (decimal): -14810947 or 12386334. OLE color: 12386334.

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

Color convert

RGB300189-
CMYK0.84100.26
HSL249.52º100%37.06%-
HSV(B)249.52º100%74.12%-
XYZ9.723.9548.39-
YUV30.52217.44127.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 86.30%
R=13.70%
G=0%
B=86.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3001890.84100.26249.5210037.06
Hex1E0BD546401Afa6425
Octal36027512414403237214445
Binary1111001011110110101001100100011010111110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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