Html Css Color HEX #1E548B Endeavour

📋 copy color: '#1E548B'

red 30 ◦ green 84 ◦ blue 139

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

Shades of Endeavour #1E548B

Tints of Endeavour #1E548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 139 (54.69% from 255) = 54.94%

R = 11.86%
G = 33.2%
B = 54.94%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E548B (or 0x1E548B) is known color: Endeavour. HEX triplet: 1E, 54 and 8B. RGB value is (30,84,139). Sum of RGB (Red+Green+Blue) = 30+84+139=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E548B is #E1AB74. Grayscale: #494949. Windows color (decimal): -14789493 or 9131038. OLE color: 9131038.

HSL color Cylindrical-coordinate representation of color #1E548B: hue angle of 210.28º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E548B is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 84 139 -
CMYK 0.78 0.40 0 0.45
HSL 210.28º 0.64% 0.33% -
HSV(B) 210.28º 0.78% 0.55% -
XYZ 8.37 8.48 25.62 -
YUV 74.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 30 84 139 0.78 0.40 0 0.45 210.28 0.64 0.33
Hex 1E 54 8B 4E 28 0 2D D2 40 21
Octal 36 124 213 116 50 0 55 322 100 41
Binary 11110 1010100 10001011 1001110 101000 0 101101 11010010 1000000 100001

Color Harmonies of #1E548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E548B

Black with #1E548B

Text Example


Text Example

White with #1E548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,139); }

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

background-color css

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

 a { background-color: rgb(30,84,139); }

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

border-color css

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

 span { border-color: rgb(30,84,139); }

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