#1E4085

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

Shades of Fun Blue #1E4085

Tints of Fun Blue #1E4085

Color information

#1E4085 (or 0x1E4085) is unknown color: approx Fun Blue. HEX triplet: 1E, 40 and 85. RGB value is (30,64,133). Sum of RGB (Red+Green+Blue) = 30+64+133=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4085 is #E1BF7A. Grayscale: #3D3D3D. Windows color (decimal): -14794619 or 8732702. OLE color: 8732702.

HSL color Cylindrical-coordinate representation of color #1E4085: hue angle of 220.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4085 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3064133-
CMYK0.770.5200.48
HSL220.19º63.19%31.96%-
HSV(B)220.19º77.44%52.16%-
XYZ6.65.6422.93-
YUV61.7168.24105.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=13.22%
G=28.19%
B=58.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30641330.770.5200.48220.1963.1931.96
Hex1E40854D34030dc3f20
Octal36100205115640603347740
Binary111101000000100001011001101110100011000011011100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,133); }

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

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

 a { background-color: rgb(30,64,133); }

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

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

 span { border-color: rgb(30,64,133); }

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