#1E5B9B

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

Shades of Endeavour #1E5B9B

Tints of Endeavour #1E5B9B

Color information

#1E5B9B (or 0x1E5B9B) is unknown color: approx Endeavour. HEX triplet: 1E, 5B and 9B. RGB value is (30,91,155). Sum of RGB (Red+Green+Blue) = 30+91+155=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E5B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5B9B is #E1A464. Grayscale: #4F4F4F. Windows color (decimal): -14787685 or 10181406. OLE color: 10181406.

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

Color convert

RGB3091155-
CMYK0.810.4100.39
HSL210.72º67.57%36.27%-
HSV(B)210.72º80.65%60.78%-
XYZ10.1910.1232.43-
YUV80.06170.2992.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.87%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=10.87%
G=32.97%
B=56.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30911550.810.4100.39210.7267.5736.27
Hex1E5B9B5129027d34424
Octal361332331215104732310444
Binary1111010110111001101110100011010010100111110100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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