Html Css Color HEX #1E0ABA Medium Blue

📋 copy color: '#1E0ABA'

red 30 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #1E0ABA

Tints of Medium Blue #1E0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

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

R = 13.27%
G = 4.42%
B = 82.3%

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

#1E0ABA (or 0x1E0ABA) is known color: Medium Blue. HEX triplet: 1E, 0A and BA. RGB value is (30,10,186). Sum of RGB (Red+Green+Blue) = 30+10+186=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E0ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0ABA is #E1F545. Grayscale: #232323. Windows color (decimal): -14808390 or 12192286. OLE color: 12192286.

HSL color Cylindrical-coordinate representation of color #1E0ABA: hue angle of 246.82º degrees, saturation: 0.9, 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 #1E0ABA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 10 186 -
CMYK 0.84 0.95 0 0.27
HSL 246.82º 0.9% 0.38% -
HSV(B) 246.82º 0.95% 0.73% -
XYZ 9.51 4.04 46.73 -
YUV 36.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 30 10 186 0.84 0.95 0 0.27 246.82 0.9 0.38
Hex 1E A BA 54 5F 0 1B F7 5A 26
Octal 36 12 272 124 137 0 33 367 132 46
Binary 11110 1010 10111010 1010100 1011111 0 11011 11110111 1011010 100110

Color Harmonies of #1E0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0ABA

Black with #1E0ABA

Text Example


Text Example

White with #1E0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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