Html Css Color HEX #1E418E Fun Blue

📋 copy color: '#1E418E'

red 30 ◦ green 65 ◦ blue 142

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

Shades of Fun Blue #1E418E

Tints of Fun Blue #1E418E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 12.66%
G = 27.43%
B = 59.92%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E418E (or 0x1E418E) is known color: Fun Blue. HEX triplet: 1E, 41 and 8E. RGB value is (30,65,142). Sum of RGB (Red+Green+Blue) = 30+65+142=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E418E is #E1BE71. Grayscale: #3E3E3E. Windows color (decimal): -14794354 or 9322782. OLE color: 9322782.

HSL color Cylindrical-coordinate representation of color #1E418E: hue angle of 221.25º degrees, saturation: 0.65, 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 #1E418E is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 65 142 -
CMYK 0.79 0.54 0 0.44
HSL 221.25º 0.65% 0.34% -
HSV(B) 221.25º 0.79% 0.56% -
XYZ 7.31 6.01 26.37 -
YUV 63.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 30 65 142 0.79 0.54 0 0.44 221.25 0.65 0.34
Hex 1E 41 8E 4F 36 0 2C DD 41 22
Octal 36 101 216 117 66 0 54 335 101 42
Binary 11110 1000001 10001110 1001111 110110 0 101100 11011101 1000001 100010

Color Harmonies of #1E418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E418E

Black with #1E418E

Text Example


Text Example

White with #1E418E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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