#1E509D

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

Shades of Endeavour #1E509D

Tints of Endeavour #1E509D

Color information

#1E509D (or 0x1E509D) is unknown color: approx Endeavour. HEX triplet: 1E, 50 and 9D. RGB value is (30,80,157). Sum of RGB (Red+Green+Blue) = 30+80+157=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E509D is #E1AF62. Grayscale: #494949. Windows color (decimal): -14790499 or 10309662. OLE color: 10309662.

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

Color convert

RGB3080157-
CMYK0.810.4900.38
HSL216.38º67.91%36.67%-
HSV(B)216.38º80.89%61.57%-
XYZ9.498.4533.03-
YUV73.83174.9496.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 157 (61.72% from 255) = 58.80%
R=11.24%
G=29.96%
B=58.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30801570.810.4900.38216.3867.9136.67
Hex1E509D5131026d84425
Octal361202351216104633010445
Binary1111010100001001110110100011100010100110110110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,157); }

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

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

 a { background-color: rgb(30,80,157); }

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

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

 span { border-color: rgb(30,80,157); }

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