#1E5B99

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

Shades of Endeavour #1E5B99

Tints of Endeavour #1E5B99

Color information

#1E5B99 (or 0x1E5B99) is unknown color: approx Endeavour. HEX triplet: 1E, 5B and 99. RGB value is (30,91,153). Sum of RGB (Red+Green+Blue) = 30+91+153=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E5B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5B99 is #E1A466. Grayscale: #4F4F4F. Windows color (decimal): -14787687 or 10050334. OLE color: 10050334.

HSL color Cylindrical-coordinate representation of color #1E5B99: hue angle of 210.24º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5B99 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3091153-
CMYK0.800.4100.4
HSL210.24º67.21%35.88%-
HSV(B)210.24º80.39%60%-
XYZ10.0310.0631.55-
YUV79.83169.2992.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.95%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=10.95%
G=33.21%
B=55.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30911530.800.4100.4210.2467.2135.88
Hex1E5B995029028d24324
Octal361332311205105032210344
Binary1111010110111001100110100001010010101000110100101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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