#1E4E85

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

Shades of Endeavour #1E4E85

Tints of Endeavour #1E4E85

Color information

#1E4E85 (or 0x1E4E85) is unknown color: approx Endeavour. HEX triplet: 1E, 4E and 85. RGB value is (30,78,133). Sum of RGB (Red+Green+Blue) = 30+78+133=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4E85 is #E1B17A. Grayscale: #454545. Windows color (decimal): -14791035 or 8736286. OLE color: 8736286.

HSL color Cylindrical-coordinate representation of color #1E4E85: hue angle of 212.04º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4E85 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3078133-
CMYK0.770.4100.48
HSL212.04º63.19%31.96%-
HSV(B)212.04º77.44%52.16%-
XYZ7.497.4223.23-
YUV69.92163.699.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=12.45%
G=32.37%
B=55.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30781330.770.4100.48212.0463.1931.96
Hex1E4E854D29030d43f20
Octal36116205115510603247740
Binary111101001110100001011001101101001011000011010100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,133); }

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

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

 a { background-color: rgb(30,78,133); }

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

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

 span { border-color: rgb(30,78,133); }

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