Html Css Color HEX #1E4390 Fun Blue

📋 copy color: '#1E4390'

red 30 ◦ green 67 ◦ blue 144

#1E4390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #1E4390

Tints of Fun Blue #1E4390

RGB

 RED value IS 30 (12.11% from 255) = 12.45%

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 12.45%
G = 27.8%
B = 59.75%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E4390 (or 0x1E4390) is known color: Fun Blue. HEX triplet: 1E, 43 and 90. RGB value is (30,67,144). Sum of RGB (Red+Green+Blue) = 30+67+144=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E4390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4390 is #E1BC6F. Grayscale: #404040. Windows color (decimal): -14793840 or 9454366. OLE color: 9454366.

HSL color Cylindrical-coordinate representation of color #1E4390: hue angle of 220.53º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E4390 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 67 144 -
CMYK 0.79 0.53 0 0.44
HSL 220.53º 0.66% 0.34% -
HSV(B) 220.53º 0.79% 0.56% -
XYZ 7.58 6.3 27.2 -
YUV 64.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 30 67 144 0.79 0.53 0 0.44 220.53 0.66 0.34
Hex 1E 43 90 4F 35 0 2C DD 42 22
Octal 36 103 220 117 65 0 54 335 102 42
Binary 11110 1000011 10010000 1001111 110101 0 101100 11011101 1000010 100010

Color Harmonies of #1E4390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4390

Black with #1E4390

Text Example


Text Example

White with #1E4390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,67,144); }

 H1.HeaderClassName
 {
   color: #1E4390;
 }
 .AnyTagClassName
 {
   color: #1E4390;
 }
</style>

background-color css

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

 a { background-color: rgb(30,67,144); }

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

border-color css

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

 span { border-color: rgb(30,67,144); }

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