#1E4A9C

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

Shades of Endeavour #1E4A9C

Tints of Endeavour #1E4A9C

Color information

#1E4A9C (or 0x1E4A9C) is unknown color: approx Endeavour. HEX triplet: 1E, 4A and 9C. RGB value is (30,74,156). Sum of RGB (Red+Green+Blue) = 30+74+156=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E4A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4A9C is #E1B563. Grayscale: #454545. Windows color (decimal): -14792036 or 10242590. OLE color: 10242590.

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

Color convert

RGB3074156-
CMYK0.810.5300.39
HSL219.05º67.74%36.47%-
HSV(B)219.05º80.77%61.18%-
XYZ8.987.5732.44-
YUV70.19176.4299.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 156 (61.33% from 255) = 60%
R=11.54%
G=28.46%
B=60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30741560.810.5300.39219.0567.7436.47
Hex1E4A9C5135027db4424
Octal361122341216504733310444
Binary1111010010101001110010100011101010100111110110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,74,156); }

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

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

 a { background-color: rgb(30,74,156); }

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

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

 span { border-color: rgb(30,74,156); }

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