#18598E

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

Shades of Endeavour #18598E

Tints of Endeavour #18598E

Color information

#18598E (or 0x18598E) is unknown color: approx Endeavour. HEX triplet: 18, 59 and 8E. RGB value is (24,89,142). Sum of RGB (Red+Green+Blue) = 24+89+142=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #18598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18598E is #E7A671. Grayscale: #4B4B4B. Windows color (decimal): -15181426 or 9328920. OLE color: 9328920.

HSL color Cylindrical-coordinate representation of color #18598E: hue angle of 206.95º 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 #18598E is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2489142-
CMYK0.830.3700.44
HSL206.95º71.08%32.55%-
HSV(B)206.95º83.1%55.69%-
XYZ8.839.2926.92-
YUV75.61165.4791.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=9.41%
G=34.90%
B=55.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24891420.830.3700.44206.9571.0832.55
Hex18598E532502Ccf4721
Octal301312161234505431710741
Binary1100010110011000111010100111001010101100110011111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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