#1E4E9B

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

Shades of Endeavour #1E4E9B

Tints of Endeavour #1E4E9B

Color information

#1E4E9B (or 0x1E4E9B) is unknown color: approx Endeavour. HEX triplet: 1E, 4E and 9B. RGB value is (30,78,155). Sum of RGB (Red+Green+Blue) = 30+78+155=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E4E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4E9B is #E1B164. Grayscale: #484848. Windows color (decimal): -14791013 or 10178078. OLE color: 10178078.

HSL color Cylindrical-coordinate representation of color #1E4E9B: hue angle of 216.96º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E4E9B is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3078155-
CMYK0.810.5000.39
HSL216.96º67.57%36.27%-
HSV(B)216.96º80.65%60.78%-
XYZ9.188.0932.09-
YUV72.43174.697.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=11.41%
G=29.66%
B=58.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30781550.810.5000.39216.9667.5736.27
Hex1E4E9B5132027d94424
Octal361162331216204733110444
Binary1111010011101001101110100011100100100111110110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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