Html Css Color HEX #1E09BA Medium Blue

📋 copy color: '#1E09BA'

red 30 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #1E09BA

Tints of Medium Blue #1E09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 186 (73.05% from 255) = 82.67%

R = 13.33%
G = 4%
B = 82.67%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E09BA (or 0x1E09BA) is known color: Medium Blue. HEX triplet: 1E, 09 and BA. RGB value is (30,9,186). Sum of RGB (Red+Green+Blue) = 30+9+186=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E09BA is #E1F645. Grayscale: #222222. Windows color (decimal): -14808646 or 12192030. OLE color: 12192030.

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

Color convert

RGB 30 9 186 -
CMYK 0.84 0.95 0 0.27
HSL 247.12º 0.91% 0.38% -
HSV(B) 247.12º 0.95% 0.73% -
XYZ 9.5 4.02 46.73 -
YUV 35.46 212.96 124.11 -
System Red Green Blue C M Y K H S L
Decimal 30 9 186 0.84 0.95 0 0.27 247.12 0.91 0.38
Hex 1E 9 BA 54 5F 0 1B F7 5B 26
Octal 36 11 272 124 137 0 33 367 133 46
Binary 11110 1001 10111010 1010100 1011111 0 11011 11110111 1011011 100110

Color Harmonies of #1E09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E09BA

Black with #1E09BA

Text Example


Text Example

White with #1E09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,186); }

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

background-color css

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

 a { background-color: rgb(30,9,186); }

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

border-color css

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

 span { border-color: rgb(30,9,186); }

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