Html Css Color HEX #1E4580 Fun Blue

📋 copy color: '#1E4580'

red 30 ◦ green 69 ◦ blue 128

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

Shades of Fun Blue #1E4580

Tints of Fun Blue #1E4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 128 (50.39% from 255) = 56.39%

R = 13.22%
G = 30.4%
B = 56.39%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E4580 (or 0x1E4580) is known color: Fun Blue. HEX triplet: 1E, 45 and 80. RGB value is (30,69,128). Sum of RGB (Red+Green+Blue) = 30+69+128=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E4580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4580 is #E1BA7F. Grayscale: #3F3F3F. Windows color (decimal): -14793344 or 8406302. OLE color: 8406302.

HSL color Cylindrical-coordinate representation of color #1E4580: hue angle of 216.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4580 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 69 128 -
CMYK 0.77 0.46 0 0.50
HSL 216.12º 0.62% 0.31% -
HSV(B) 216.12º 0.77% 0.5% -
XYZ 6.56 6.09 21.25 -
YUV 64.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 30 69 128 0.77 0.46 0 0.50 216.12 0.62 0.31
Hex 1E 45 80 4D 2E 0 32 D8 3E 1F
Octal 36 105 200 115 56 0 62 330 76 37
Binary 11110 1000101 10000000 1001101 101110 0 110010 11011000 111110 11111

Color Harmonies of #1E4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4580

Black with #1E4580

Text Example


Text Example

White with #1E4580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,69,128); }

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

background-color css

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

 a { background-color: rgb(30,69,128); }

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

border-color css

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

 span { border-color: rgb(30,69,128); }

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