#1E4789

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

Shades of Endeavour #1E4789

Tints of Endeavour #1E4789

Color information

#1E4789 (or 0x1E4789) is unknown color: approx Endeavour. HEX triplet: 1E, 47 and 89. RGB value is (30,71,137). Sum of RGB (Red+Green+Blue) = 30+71+137=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E4789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4789 is #E1B876. Grayscale: #414141. Windows color (decimal): -14792823 or 8996638. OLE color: 8996638.

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

Color convert

RGB3071137-
CMYK0.780.4800.46
HSL217.01º64.07%32.75%-
HSV(B)217.01º78.1%53.73%-
XYZ7.36.5924.55-
YUV66.26167.92102.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=12.61%
G=29.83%
B=57.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30711370.780.4800.46217.0164.0732.75
Hex1E47894E3002Ed94021
Octal361072111166005633110041
Binary1111010001111000100110011101100000101110110110011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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