#1E5F9B

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

Shades of Endeavour #1E5F9B

Tints of Endeavour #1E5F9B

Color information

#1E5F9B (or 0x1E5F9B) is unknown color: approx Endeavour. HEX triplet: 1E, 5F and 9B. RGB value is (30,95,155). Sum of RGB (Red+Green+Blue) = 30+95+155=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E5F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5F9B is #E1A064. Grayscale: #525252. Windows color (decimal): -14786661 or 10182430. OLE color: 10182430.

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

Color convert

RGB3095155-
CMYK0.810.3900.39
HSL208.8º67.57%36.27%-
HSV(B)208.8º80.65%60.78%-
XYZ10.5410.8332.54-
YUV82.4168.9790.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.71%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=10.71%
G=33.93%
B=55.36%

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
Decimal30951550.810.3900.39208.867.5736.27
Hex1E5F9B5127027d14424
Octal361372331214704732110444
Binary1111010111111001101110100011001110100111110100011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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