#1E4682

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

Shades of Fun Blue #1E4682

Tints of Fun Blue #1E4682

Color information

#1E4682 (or 0x1E4682) is unknown color: approx Fun Blue. HEX triplet: 1E, 46 and 82. RGB value is (30,70,130). Sum of RGB (Red+Green+Blue) = 30+70+130=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4682 is #E1B97D. Grayscale: #404040. Windows color (decimal): -14793086 or 8537630. OLE color: 8537630.

HSL color Cylindrical-coordinate representation of color #1E4682: hue angle of 216º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4682 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3070130-
CMYK0.770.4600.49
HSL216º62.5%31.37%-
HSV(B)216º76.92%50.98%-
XYZ6.756.2721.97-
YUV64.88164.75103.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=13.04%
G=30.43%
B=56.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30701300.770.4600.4921662.531.37
Hex1E46824D2E031d83e1f
Octal36106202115560613307637
Binary11110100011010000010100110110111001100011101100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,130); }

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

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

 a { background-color: rgb(30,70,130); }

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

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

 span { border-color: rgb(30,70,130); }

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