Html Css Color HEX #1E0CBA Medium Blue

📋 copy color: '#1E0CBA'

red 30 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #1E0CBA

Tints of Medium Blue #1E0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.26%

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

R = 13.16%
G = 5.26%
B = 81.58%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E0CBA (or 0x1E0CBA) is known color: Medium Blue. HEX triplet: 1E, 0C and BA. RGB value is (30,12,186). Sum of RGB (Red+Green+Blue) = 30+12+186=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E0CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CBA is #E1F345. Grayscale: #242424. Windows color (decimal): -14807878 or 12192798. OLE color: 12192798.

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

Color convert

RGB 30 12 186 -
CMYK 0.84 0.94 0 0.27
HSL 246.21º 0.88% 0.39% -
HSV(B) 246.21º 0.94% 0.73% -
XYZ 9.53 4.08 46.74 -
YUV 37.22 211.96 122.85 -
System Red Green Blue C M Y K H S L
Decimal 30 12 186 0.84 0.94 0 0.27 246.21 0.88 0.39
Hex 1E C BA 54 5E 0 1B F6 58 27
Octal 36 14 272 124 136 0 33 366 130 47
Binary 11110 1100 10111010 1010100 1011110 0 11011 11110110 1011000 100111

Color Harmonies of #1E0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0CBA

Black with #1E0CBA

Text Example


Text Example

White with #1E0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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