#1E4181

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

Shades of Fun Blue #1E4181

Tints of Fun Blue #1E4181

Color information

#1E4181 (or 0x1E4181) is unknown color: approx Fun Blue. HEX triplet: 1E, 41 and 81. RGB value is (30,65,129). Sum of RGB (Red+Green+Blue) = 30+65+129=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E4181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4181 is #E1BE7E. Grayscale: #3D3D3D. Windows color (decimal): -14794367 or 8470814. OLE color: 8470814.

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

Color convert

RGB3065129-
CMYK0.770.5000.49
HSL218.79º62.26%31.18%-
HSV(B)218.79º76.74%50.59%-
XYZ6.395.6421.52-
YUV61.83165.9105.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 129 (50.78% from 255) = 57.59%
R=13.39%
G=29.02%
B=57.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30651290.770.5000.49218.7962.2631.18
Hex1E41814D32031db3e1f
Octal36101201115620613337637
Binary11110100000110000001100110111001001100011101101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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