#1E5189

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

Shades of Endeavour #1E5189

Tints of Endeavour #1E5189

Color information

#1E5189 (or 0x1E5189) is unknown color: approx Endeavour. HEX triplet: 1E, 51 and 89. RGB value is (30,81,137). Sum of RGB (Red+Green+Blue) = 30+81+137=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5189 is #E1AE76. Grayscale: #474747. Windows color (decimal): -14790263 or 8999198. OLE color: 8999198.

HSL color Cylindrical-coordinate representation of color #1E5189: hue angle of 211.4º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5189 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3081137-
CMYK0.780.4100.46
HSL211.4º64.07%32.75%-
HSV(B)211.4º78.1%53.73%-
XYZ7.997.9724.78-
YUV72.13164.697.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.10%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=12.10%
G=32.66%
B=55.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30811370.780.4100.46211.464.0732.75
Hex1E51894E2902Ed34021
Octal361212111165105632310041
Binary1111010100011000100110011101010010101110110100111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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