#1E5B9F

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

Shades of Endeavour #1E5B9F

Tints of Endeavour #1E5B9F

Color information

#1E5B9F (or 0x1E5B9F) is unknown color: approx Endeavour. HEX triplet: 1E, 5B and 9F. RGB value is (30,91,159). Sum of RGB (Red+Green+Blue) = 30+91+159=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E5B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5B9F is #E1A460. Grayscale: #505050. Windows color (decimal): -14787681 or 10443550. OLE color: 10443550.

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

Color convert

RGB3091159-
CMYK0.810.4300.38
HSL211.63º68.25%37.06%-
HSV(B)211.63º81.13%62.35%-
XYZ10.5310.2634.23-
YUV80.51172.2991.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.71%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=10.71%
G=32.5%
B=56.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30911590.810.4300.38211.6368.2537.06
Hex1E5B9F512B026d44425
Octal361332371215304632410445
Binary1111010110111001111110100011010110100110110101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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