#1E5099

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

Shades of Endeavour #1E5099

Tints of Endeavour #1E5099

Color information

#1E5099 (or 0x1E5099) is unknown color: approx Endeavour. HEX triplet: 1E, 50 and 99. RGB value is (30,80,153). Sum of RGB (Red+Green+Blue) = 30+80+153=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E5099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5099 is #E1AF66. Grayscale: #494949. Windows color (decimal): -14790503 or 10047518. OLE color: 10047518.

HSL color Cylindrical-coordinate representation of color #1E5099: hue angle of 215.61º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5099 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3080153-
CMYK0.800.4800.4
HSL215.61º67.21%35.88%-
HSV(B)215.61º80.39%60%-
XYZ9.158.3131.26-
YUV73.37172.9497.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=11.41%
G=30.42%
B=58.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30801530.800.4800.4215.6167.2135.88
Hex1E50995030028d84324
Octal361202311206005033010344
Binary1111010100001001100110100001100000101000110110001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,153); }

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

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

 a { background-color: rgb(30,80,153); }

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

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

 span { border-color: rgb(30,80,153); }

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