#1E53A0

Color #1E53A0 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #1E53A0

Tints of Endeavour #1E53A0

Color information

#1E53A0 (or 0x1E53A0) is unknown color: approx Endeavour. HEX triplet: 1E, 53 and A0. RGB value is (30,83,160). Sum of RGB (Red+Green+Blue) = 30+83+160=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E53A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E53A0 is #E1AC5F. Grayscale: #4B4B4B. Windows color (decimal): -14789728 or 10507038. OLE color: 10507038.

HSL color Cylindrical-coordinate representation of color #1E53A0: hue angle of 215.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E53A0 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3083160-
CMYK0.810.4800.37
HSL215.54º68.42%37.25%-
HSV(B)215.54º81.25%62.75%-
XYZ9.97934.47-
YUV75.93175.4495.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.99%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 160 (62.89% from 255) = 58.61%
R=10.99%
G=30.40%
B=58.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30831600.810.4800.37215.5468.4237.25
Hex1E53A05130025d84425
Octal361232401216004533010445
Binary1111010100111010000010100011100000100101110110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E53A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,83,160); }

 H1.HeaderClassName
 {
   color: #1E53A0;
 }
 .AnyTagClassName
 {
   color: #1E53A0;
 }
</style>
background-color css

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

 a { background-color: rgb(30,83,160); }

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

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

 span { border-color: rgb(30,83,160); }

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