#1E4187

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

Shades of Fun Blue #1E4187

Tints of Fun Blue #1E4187

Color information

#1E4187 (or 0x1E4187) is unknown color: approx Fun Blue. HEX triplet: 1E, 41 and 87. RGB value is (30,65,135). Sum of RGB (Red+Green+Blue) = 30+65+135=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E4187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4187 is #E1BE78. Grayscale: #3E3E3E. Windows color (decimal): -14794361 or 8864030. OLE color: 8864030.

HSL color Cylindrical-coordinate representation of color #1E4187: hue angle of 220º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E4187 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3065135-
CMYK0.780.5200.47
HSL220º63.64%32.35%-
HSV(B)220º77.78%52.94%-
XYZ6.85.8123.68-
YUV62.52168.9104.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=13.04%
G=28.26%
B=58.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30651350.780.5200.4722063.6432.35
Hex1E41874E3402Fdc4020
Octal361012071166405733410040
Binary1111010000011000011110011101101000101111110111001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,135); }

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

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

 a { background-color: rgb(30,65,135); }

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

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

 span { border-color: rgb(30,65,135); }

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