Html Css Color HEX #1E05BA Medium Blue

📋 copy color: '#1E05BA'

red 30 ◦ green 5 ◦ blue 186

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

Shades of Medium Blue #1E05BA

Tints of Medium Blue #1E05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 13.57%
G = 2.26%
B = 84.16%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E05BA (or 0x1E05BA) is known color: Medium Blue. HEX triplet: 1E, 05 and BA. RGB value is (30,5,186). Sum of RGB (Red+Green+Blue) = 30+5+186=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E05BA is #E1FA45. Grayscale: #202020. Windows color (decimal): -14809670 or 12191006. OLE color: 12191006.

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

Color convert

RGB 30 5 186 -
CMYK 0.84 0.97 0 0.27
HSL 248.29º 0.95% 0.37% -
HSV(B) 248.29º 0.97% 0.73% -
XYZ 9.45 3.93 46.71 -
YUV 33.11 214.28 125.78 -
System Red Green Blue C M Y K H S L
Decimal 30 5 186 0.84 0.97 0 0.27 248.29 0.95 0.37
Hex 1E 5 BA 54 61 0 1B F8 5F 25
Octal 36 5 272 124 141 0 33 370 137 45
Binary 11110 101 10111010 1010100 1100001 0 11011 11111000 1011111 100101

Color Harmonies of #1E05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E05BA

Black with #1E05BA

Text Example


Text Example

White with #1E05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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