#18588E

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

Shades of Endeavour #18588E

Tints of Endeavour #18588E

Color information

#18588E (or 0x18588E) is unknown color: approx Endeavour. HEX triplet: 18, 58 and 8E. RGB value is (24,88,142). Sum of RGB (Red+Green+Blue) = 24+88+142=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #18588E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18588E is #E7A771. Grayscale: #4A4A4A. Windows color (decimal): -15181682 or 9328664. OLE color: 9328664.

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

Color convert

RGB2488142-
CMYK0.830.3800.44
HSL207.46º71.08%32.55%-
HSV(B)207.46º83.1%55.69%-
XYZ8.759.1326.89-
YUV75.02165.891.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=9.45%
G=34.65%
B=55.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24881420.830.3800.44207.4671.0832.55
Hex18588E532602Ccf4721
Octal301302161234605431710741
Binary1100010110001000111010100111001100101100110011111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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