#1e498f

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

Shades of Endeavour #1E498F

Tints of Endeavour #1E498F

Color information

#1E498F (or 0x1E498F) is unknown color: approx Endeavour. HEX triplet: 1E, 49 and 8F. RGB value is (30,73,143). Sum of RGB (Red+Green+Blue) = 30+73+143=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E498F is #E1B670. Grayscale: #434343. Windows color (decimal): -14792305 or 9390366. OLE color: 9390366.

HSL color Cylindrical-coordinate representation of color #1E498F: hue angle of 217.17º 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 #1E498F is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3073143-
CMYK0.790.4900.44
HSL217.17º65.32%33.92%-
HSV(B)217.17º79.02%56.08%-
XYZ7.887.0226.93-
YUV68.12170.25100.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 143 (56.25% from 255) = 58.13%
R=12.20%
G=29.67%
B=58.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30731430.790.4900.44217.1765.3233.92
Hex1E498F4F3102Cd94122
Octal361112171176105433110142
Binary1111010010011000111110011111100010101100110110011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e498f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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