Html Css Color HEX #1E418D Fun Blue

📋 copy color: '#1E418D'

red 30 ◦ green 65 ◦ blue 141

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

Shades of Fun Blue #1E418D

Tints of Fun Blue #1E418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 12.71%
G = 27.54%
B = 59.75%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E418D (or 0x1E418D) is known color: Fun Blue. HEX triplet: 1E, 41 and 8D. RGB value is (30,65,141). Sum of RGB (Red+Green+Blue) = 30+65+141=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E418D is #E1BE72. Grayscale: #3E3E3E. Windows color (decimal): -14794355 or 9257246. OLE color: 9257246.

HSL color Cylindrical-coordinate representation of color #1E418D: hue angle of 221.08º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E418D is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 65 141 -
CMYK 0.79 0.54 0 0.45
HSL 221.08º 0.65% 0.34% -
HSV(B) 221.08º 0.79% 0.55% -
XYZ 7.23 5.98 25.97 -
YUV 63.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 30 65 141 0.79 0.54 0 0.45 221.08 0.65 0.34
Hex 1E 41 8D 4F 36 0 2D DD 41 22
Octal 36 101 215 117 66 0 55 335 101 42
Binary 11110 1000001 10001101 1001111 110110 0 101101 11011101 1000001 100010

Color Harmonies of #1E418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E418D

Black with #1E418D

Text Example


Text Example

White with #1E418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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