Html Css Color HEX #1E4385 Fun Blue

📋 copy color: '#1E4385'

red 30 ◦ green 67 ◦ blue 133

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

Shades of Fun Blue #1E4385

Tints of Fun Blue #1E4385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 13.04%
G = 29.13%
B = 57.83%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E4385 (or 0x1E4385) is known color: Fun Blue. HEX triplet: 1E, 43 and 85. RGB value is (30,67,133). Sum of RGB (Red+Green+Blue) = 30+67+133=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4385 is #E1BC7A. Grayscale: #3F3F3F. Windows color (decimal): -14793851 or 8733470. OLE color: 8733470.

HSL color Cylindrical-coordinate representation of color #1E4385: hue angle of 218.45º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4385 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 67 133 -
CMYK 0.77 0.50 0 0.48
HSL 218.45º 0.63% 0.32% -
HSV(B) 218.45º 0.77% 0.52% -
XYZ 6.78 5.98 22.99 -
YUV 63.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 30 67 133 0.77 0.50 0 0.48 218.45 0.63 0.32
Hex 1E 43 85 4D 32 0 30 DA 3F 20
Octal 36 103 205 115 62 0 60 332 77 40
Binary 11110 1000011 10000101 1001101 110010 0 110000 11011010 111111 100000

Color Harmonies of #1E4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4385

Black with #1E4385

Text Example


Text Example

White with #1E4385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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