#1E559F

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

Shades of Endeavour #1E559F

Tints of Endeavour #1E559F

Color information

#1E559F (or 0x1E559F) is unknown color: approx Endeavour. HEX triplet: 1E, 55 and 9F. RGB value is (30,85,159). Sum of RGB (Red+Green+Blue) = 30+85+159=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E559F is #E1AA60. Grayscale: #4C4C4C. Windows color (decimal): -14789217 or 10442014. OLE color: 10442014.

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

Color convert

RGB3085159-
CMYK0.810.4700.38
HSL214.42º68.25%37.06%-
HSV(B)214.42º81.13%62.35%-
XYZ10.049.2834.06-
YUV76.99174.2894.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.95%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=10.95%
G=31.02%
B=58.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30851590.810.4700.38214.4268.2537.06
Hex1E559F512F026d64425
Octal361252371215704632610445
Binary1111010101011001111110100011011110100110110101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,159); }

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

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

 a { background-color: rgb(30,85,159); }

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

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

 span { border-color: rgb(30,85,159); }

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