#18508C

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

Shades of Endeavour #18508C

Tints of Endeavour #18508C

Color information

#18508C (or 0x18508C) is unknown color: approx Endeavour. HEX triplet: 18, 50 and 8C. RGB value is (24,80,140). Sum of RGB (Red+Green+Blue) = 24+80+140=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #18508C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18508C is #E7AF73. Grayscale: #454545. Windows color (decimal): -15183732 or 9195544. OLE color: 9195544.

HSL color Cylindrical-coordinate representation of color #18508C: hue angle of 211.03º 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 #18508C is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2480140-
CMYK0.830.4300.45
HSL211.03º70.73%32.16%-
HSV(B)211.03º82.86%54.9%-
XYZ7.987.8225.9-
YUV70.1167.4595.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 140 (55.08% from 255) = 57.38%
R=9.84%
G=32.79%
B=57.38%

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
Decimal24801400.830.4300.45211.0370.7332.16
Hex18508C532B02Dd34720
Octal301202141235305532310740
Binary1100010100001000110010100111010110101101110100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18508C; }

 p { color: rgb(24,80,140); }

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

<style>
 a { background-color: #18508C; }

 a { background-color: rgb(24,80,140); }

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

<style>
 span { border-color: #18508C; }

 span { border-color: rgb(24,80,140); }

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