#1E06BA

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

Shades of Medium Blue #1E06BA

Tints of Medium Blue #1E06BA

Color information

#1E06BA (or 0x1E06BA) is unknown color: approx Medium Blue. HEX triplet: 1E, 06 and BA. RGB value is (30,6,186). Sum of RGB (Red+Green+Blue) = 30+6+186=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E06BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E06BA is #E1F945. Grayscale: #212121. Windows color (decimal): -14809414 or 12191262. OLE color: 12191262.

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

Color convert

RGB306186-
CMYK0.840.9700.27
HSL248º93.75%37.65%-
HSV(B)248º96.77%72.94%-
XYZ9.463.9546.72-
YUV33.7213.95125.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 186 (73.05% from 255) = 83.78%
R=13.51%
G=2.70%
B=83.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3061860.840.9700.2724893.7537.65
Hex1E6BA546101Bf85e26
Octal36627212414103337013646
Binary111101101011101010101001100001011011111110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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