#1E4887

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

Shades of Endeavour #1E4887

Tints of Endeavour #1E4887

Color information

#1E4887 (or 0x1E4887) is unknown color: approx Endeavour. HEX triplet: 1E, 48 and 87. RGB value is (30,72,135). Sum of RGB (Red+Green+Blue) = 30+72+135=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E4887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4887 is #E1B778. Grayscale: #424242. Windows color (decimal): -14792569 or 8865822. OLE color: 8865822.

HSL color Cylindrical-coordinate representation of color #1E4887: hue angle of 216º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E4887 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3072135-
CMYK0.780.4700.47
HSL216º63.64%32.35%-
HSV(B)216º77.78%52.94%-
XYZ7.236.6623.83-
YUV66.62166.59101.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=12.66%
G=30.38%
B=56.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30721350.780.4700.4721663.6432.35
Hex1E48874E2F02Fd84020
Octal361102071165705733010040
Binary1111010010001000011110011101011110101111110110001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,72,135); }

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

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

 a { background-color: rgb(30,72,135); }

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

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

 span { border-color: rgb(30,72,135); }

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