Html Css Color HEX #1E00BE Medium Blue

📋 copy color: '#1E00BE'

red 30 ◦ green 0 ◦ blue 190

#1E00BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1E00BE

Tints of Medium Blue #1E00BE

RGB

 RED value IS 30 (12.11% from 255) = 13.64%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 86.36%

R = 13.64%
G = 0%
B = 86.36%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E00BE (or 0x1E00BE) is known color: Medium Blue. HEX triplet: 1E, 00 and BE. RGB value is (30,0,190). Sum of RGB (Red+Green+Blue) = 30+0+190=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00BE is #E1FF41. Grayscale: #1D1D1D. Windows color (decimal): -14810946 or 12451870. OLE color: 12451870.

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

Color convert

RGB 30 0 190 -
CMYK 0.84 1 0 0.25
HSL 249.47º 1% 0.37% -
HSV(B) 249.47º 1% 0.75% -
XYZ 9.83 3.99 48.97 -
YUV 30.63 217.94 127.55 -
System Red Green Blue C M Y K H S L
Decimal 30 0 190 0.84 1 0 0.25 249.47 1 0.37
Hex 1E 0 BE 54 64 0 19 F9 64 25
Octal 36 0 276 124 144 0 31 371 144 45
Binary 11110 0 10111110 1010100 1100100 0 11001 11111001 1100100 100101

Color Harmonies of #1E00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E00BE

Black with #1E00BE

Text Example


Text Example

White with #1E00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E00BE;
 }
 .AnyTagClassName
 {
   color: #1E00BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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