#1E4A8F

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

Shades of Endeavour #1E4A8F

Tints of Endeavour #1E4A8F

Color information

#1E4A8F (or 0x1E4A8F) is unknown color: approx Endeavour. HEX triplet: 1E, 4A and 8F. RGB value is (30,74,143). Sum of RGB (Red+Green+Blue) = 30+74+143=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E4A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4A8F is #E1B570. Grayscale: #444444. Windows color (decimal): -14792049 or 9390622. OLE color: 9390622.

HSL color Cylindrical-coordinate representation of color #1E4A8F: hue angle of 216.64º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E4A8F is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3074143-
CMYK0.790.4800.44
HSL216.64º65.32%33.92%-
HSV(B)216.64º79.02%56.08%-
XYZ7.947.1626.95-
YUV68.71169.92100.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 143 (56.25% from 255) = 57.89%
R=12.15%
G=29.96%
B=57.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30741430.790.4800.44216.6465.3233.92
Hex1E4A8F4F3002Cd94122
Octal361122171176005433110142
Binary1111010010101000111110011111100000101100110110011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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