Html Css Color HEX #1E4682 Fun Blue

📋 copy color: '#1E4682'

red 30 ◦ green 70 ◦ blue 130

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

Shades of Fun Blue #1E4682

Tints of Fun Blue #1E4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.43%

 BLUE value IS 130 (51.17% from 255) = 56.52%

R = 13.04%
G = 30.43%
B = 56.52%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1E4682 (or 0x1E4682) is known color: Fun Blue. HEX triplet: 1E, 46 and 82. RGB value is (30,70,130). Sum of RGB (Red+Green+Blue) = 30+70+130=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4682 is #E1B97D. Grayscale: #404040. Windows color (decimal): -14793086 or 8537630. OLE color: 8537630.

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

Color convert

RGB 30 70 130 -
CMYK 0.77 0.46 0 0.49
HSL 216º 0.63% 0.31% -
HSV(B) 216º 0.77% 0.51% -
XYZ 6.75 6.27 21.97 -
YUV 64.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 30 70 130 0.77 0.46 0 0.49 216 0.63 0.31
Hex 1E 46 82 4D 2E 0 31 D8 3E 1F
Octal 36 106 202 115 56 0 61 330 76 37
Binary 11110 1000110 10000010 1001101 101110 0 110001 11011000 111110 11111

Color Harmonies of #1E4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4682

Black with #1E4682

Text Example


Text Example

White with #1E4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,70,130); }

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

background-color css

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

 a { background-color: rgb(30,70,130); }

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

border-color css

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

 span { border-color: rgb(30,70,130); }

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