Html Css Color HEX #1E54A4 Endeavour

📋 copy color: '#1E54A4'

red 30 ◦ green 84 ◦ blue 164

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

Shades of Endeavour #1E54A4

Tints of Endeavour #1E54A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.99%

R = 10.79%
G = 30.22%
B = 58.99%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1E54A4 (or 0x1E54A4) is known color: Endeavour. HEX triplet: 1E, 54 and A4. RGB value is (30,84,164). Sum of RGB (Red+Green+Blue) = 30+84+164=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E54A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E54A4 is #E1AB5B. Grayscale: #4C4C4C. Windows color (decimal): -14789468 or 10769438. OLE color: 10769438.

HSL color Cylindrical-coordinate representation of color #1E54A4: hue angle of 215.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E54A4 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 84 164 -
CMYK 0.82 0.49 0 0.36
HSL 215.82º 0.69% 0.38% -
HSV(B) 215.82º 0.82% 0.64% -
XYZ 10.41 9.3 36.37 -
YUV 76.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 30 84 164 0.82 0.49 0 0.36 215.82 0.69 0.38
Hex 1E 54 A4 52 31 0 24 D8 45 26
Octal 36 124 244 122 61 0 44 330 105 46
Binary 11110 1010100 10100100 1010010 110001 0 100100 11011000 1000101 100110

Color Harmonies of #1E54A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E54A4

Black with #1E54A4

Text Example


Text Example

White with #1E54A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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