#1E0BC4

Color #1E0BC4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1E0BC4

Tints of Medium Blue #1E0BC4

Color information

#1E0BC4 (or 0x1E0BC4) is unknown color: approx Medium Blue. HEX triplet: 1E, 0B and C4. RGB value is (30,11,196). Sum of RGB (Red+Green+Blue) = 30+11+196=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 196 (76.95% from 255 or 82.70% from 237); Max value from RGB is 196 - color contains mainly: blue. Hex color #1E0BC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BC4 is #E1F43B. Grayscale: #252525. Windows color (decimal): -14808124 or 12847902. OLE color: 12847902.

HSL color Cylindrical-coordinate representation of color #1E0BC4: hue angle of 246.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BC4 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3011196-
CMYK0.850.9400.23
HSL246.16º89.37%40.59%-
HSV(B)246.16º94.39%76.86%-
XYZ10.624.552.53-
YUV37.77217.29122.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 196 (76.95% from 255) = 82.70%
R=12.66%
G=4.64%
B=82.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30111960.850.9400.23246.1689.3740.59
Hex1EBC4555E017f65929
Octal361330412513602736613151
Binary1111010111100010010101011011110010111111101101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,11,196); }

 H1.HeaderClassName
 {
   color: #1E0BC4;
 }
 .AnyTagClassName
 {
   color: #1E0BC4;
 }
</style>
background-color css

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

 a { background-color: rgb(30,11,196); }

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

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

 span { border-color: rgb(30,11,196); }

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