#1E4782

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

Shades of Fun Blue #1E4782

Tints of Fun Blue #1E4782

Color information

#1E4782 (or 0x1E4782) is unknown color: approx Fun Blue. HEX triplet: 1E, 47 and 82. RGB value is (30,71,130). Sum of RGB (Red+Green+Blue) = 30+71+130=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E4782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4782 is #E1B87D. Grayscale: #414141. Windows color (decimal): -14792830 or 8537886. OLE color: 8537886.

HSL color Cylindrical-coordinate representation of color #1E4782: hue angle of 215.4º 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 #1E4782 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3071130-
CMYK0.770.4500.49
HSL215.4º62.5%31.37%-
HSV(B)215.4º76.92%50.98%-
XYZ6.826.3921.99-
YUV65.47164.42102.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=12.99%
G=30.74%
B=56.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30711300.770.4500.49215.462.531.37
Hex1E47824D2D031d73e1f
Octal36107202115550613277637
Binary11110100011110000010100110110110101100011101011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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