#18498E

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

Shades of Endeavour #18498E

Tints of Endeavour #18498E

Color information

#18498E (or 0x18498E) is unknown color: approx Endeavour. HEX triplet: 18, 49 and 8E. RGB value is (24,73,142). Sum of RGB (Red+Green+Blue) = 24+73+142=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #18498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18498E is #E7B671. Grayscale: #414141. Windows color (decimal): -15185522 or 9324824. OLE color: 9324824.

HSL color Cylindrical-coordinate representation of color #18498E: hue angle of 215.08º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18498E is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2473142-
CMYK0.830.4900.44
HSL215.08º71.08%32.55%-
HSV(B)215.08º83.1%55.69%-
XYZ7.646.9126.52-
YUV66.22170.7797.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=10.04%
G=30.54%
B=59.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24731420.830.4900.44215.0871.0832.55
Hex18498E533102Cd74721
Octal301112161236105432710741
Binary1100010010011000111010100111100010101100110101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18498E; }

 p { color: rgb(24,73,142); }

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

<style>
 a { background-color: #18498E; }

 a { background-color: rgb(24,73,142); }

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

<style>
 span { border-color: #18498E; }

 span { border-color: rgb(24,73,142); }

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