#1E5A9B

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

Shades of Endeavour #1E5A9B

Tints of Endeavour #1E5A9B

Color information

#1E5A9B (or 0x1E5A9B) is unknown color: approx Endeavour. HEX triplet: 1E, 5A and 9B. RGB value is (30,90,155). Sum of RGB (Red+Green+Blue) = 30+90+155=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E5A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5A9B is #E1A564. Grayscale: #4F4F4F. Windows color (decimal): -14787941 or 10181150. OLE color: 10181150.

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

Color convert

RGB3090155-
CMYK0.810.4200.39
HSL211.2º67.57%36.27%-
HSV(B)211.2º80.65%60.78%-
XYZ10.119.9532.4-
YUV79.47170.6292.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=10.91%
G=32.73%
B=56.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30901550.810.4200.39211.267.5736.27
Hex1E5A9B512A027d34424
Octal361322331215204732310444
Binary1111010110101001101110100011010100100111110100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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