#1E5E9B

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

Shades of Endeavour #1E5E9B

Tints of Endeavour #1E5E9B

Color information

#1E5E9B (or 0x1E5E9B) is unknown color: approx Endeavour. HEX triplet: 1E, 5E and 9B. RGB value is (30,94,155). Sum of RGB (Red+Green+Blue) = 30+94+155=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E5E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5E9B is #E1A164. Grayscale: #515151. Windows color (decimal): -14786917 or 10182174. OLE color: 10182174.

HSL color Cylindrical-coordinate representation of color #1E5E9B: hue angle of 209.28º 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 #1E5E9B is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3094155-
CMYK0.810.3900.39
HSL209.28º67.57%36.27%-
HSV(B)209.28º80.65%60.78%-
XYZ10.4510.6532.51-
YUV81.82169.391.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=10.75%
G=33.69%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30941550.810.3900.39209.2867.5736.27
Hex1E5E9B5127027d14424
Octal361362331214704732110444
Binary1111010111101001101110100011001110100111110100011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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