#1E519D

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

Shades of Endeavour #1E519D

Tints of Endeavour #1E519D

Color information

#1E519D (or 0x1E519D) is unknown color: approx Endeavour. HEX triplet: 1E, 51 and 9D. RGB value is (30,81,157). Sum of RGB (Red+Green+Blue) = 30+81+157=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E519D is #E1AE62. Grayscale: #4A4A4A. Windows color (decimal): -14790243 or 10309918. OLE color: 10309918.

HSL color Cylindrical-coordinate representation of color #1E519D: hue angle of 215.91º 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 #1E519D is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3081157-
CMYK0.810.4800.38
HSL215.91º67.91%36.67%-
HSV(B)215.91º80.89%61.57%-
XYZ9.568.633.05-
YUV74.41174.696.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=11.19%
G=30.22%
B=58.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30811570.810.4800.38215.9167.9136.67
Hex1E519D5130026d84425
Octal361212351216004633010445
Binary1111010100011001110110100011100000100110110110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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