#1E478C

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

Shades of Endeavour #1E478C

Tints of Endeavour #1E478C

Color information

#1E478C (or 0x1E478C) is unknown color: approx Endeavour. HEX triplet: 1E, 47 and 8C. RGB value is (30,71,140). Sum of RGB (Red+Green+Blue) = 30+71+140=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E478C is #E1B873. Grayscale: #424242. Windows color (decimal): -14792820 or 9193246. OLE color: 9193246.

HSL color Cylindrical-coordinate representation of color #1E478C: hue angle of 217.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E478C is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3071140-
CMYK0.790.4900.45
HSL217.64º64.71%33.33%-
HSV(B)217.64º78.57%54.9%-
XYZ7.526.6825.7-
YUV66.61169.42101.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=12.45%
G=29.46%
B=58.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30711400.790.4900.45217.6464.7133.33
Hex1E478C4F3102Dda4121
Octal361072141176105533210141
Binary1111010001111000110010011111100010101101110110101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,71,140); }

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

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

 a { background-color: rgb(30,71,140); }

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

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

 span { border-color: rgb(30,71,140); }

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