#1e4580

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

Shades of Fun Blue #1E4580

Tints of Fun Blue #1E4580

Color information

#1E4580 (or 0x1E4580) is unknown color: approx Fun Blue. HEX triplet: 1E, 45 and 80. RGB value is (30,69,128). Sum of RGB (Red+Green+Blue) = 30+69+128=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E4580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4580 is #E1BA7F. Grayscale: #3F3F3F. Windows color (decimal): -14793344 or 8406302. OLE color: 8406302.

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

Color convert

RGB3069128-
CMYK0.770.4600.50
HSL216.12º62.03%30.98%-
HSV(B)216.12º76.56%50.2%-
XYZ6.566.0921.25-
YUV64.06164.08103.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=13.22%
G=30.40%
B=56.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30691280.770.4600.50216.1262.0330.98
Hex1E45804D2E032d83e1f
Octal36105200115560623307637
Binary11110100010110000000100110110111001100101101100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,128); }

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

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

 a { background-color: rgb(30,69,128); }

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

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

 span { border-color: rgb(30,69,128); }

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