#18518d

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

Shades of Endeavour #18518D

Tints of Endeavour #18518D

Color information

#18518D (or 0x18518D) is unknown color: approx Endeavour. HEX triplet: 18, 51 and 8D. RGB value is (24,81,141). Sum of RGB (Red+Green+Blue) = 24+81+141=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #18518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18518D is #E7AE72. Grayscale: #464646. Windows color (decimal): -15183475 or 9261336. OLE color: 9261336.

HSL color Cylindrical-coordinate representation of color #18518D: hue angle of 210.77º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18518D is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2481141-
CMYK0.830.4300.45
HSL210.77º70.91%32.35%-
HSV(B)210.77º82.98%55.29%-
XYZ8.13826.32-
YUV70.8167.6294.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=9.76%
G=32.93%
B=57.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24811410.830.4300.45210.7770.9132.35
Hex18518D532B02Dd34720
Octal301212151235305532310740
Binary1100010100011000110110100111010110101101110100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18518d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18518d; }

 p { color: rgb(24,81,141); }

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

<style>
 a { background-color: #18518d; }

 a { background-color: rgb(24,81,141); }

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

<style>
 span { border-color: #18518d; }

 span { border-color: rgb(24,81,141); }

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