#18549B

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

Shades of Endeavour #18549B

Tints of Endeavour #18549B

Color information

#18549B (or 0x18549B) is unknown color: approx Endeavour. HEX triplet: 18, 54 and 9B. RGB value is (24,84,155). Sum of RGB (Red+Green+Blue) = 24+84+155=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #18549B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18549B is #E7AB64. Grayscale: #494949. Windows color (decimal): -15182693 or 10179608. OLE color: 10179608.

HSL color Cylindrical-coordinate representation of color #18549B: hue angle of 212.52º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18549B is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2484155-
CMYK0.850.4600.39
HSL212.52º73.18%35.1%-
HSV(B)212.52º84.52%60.78%-
XYZ9.468.932.23-
YUV74.15173.6292.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=9.13%
G=31.94%
B=58.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24841550.850.4600.39212.5273.1835.1
Hex18549B552E027d54923
Octal301242331255604732511143
Binary1100010101001001101110101011011100100111110101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18549B; }

 p { color: rgb(24,84,155); }

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

<style>
 a { background-color: #18549B; }

 a { background-color: rgb(24,84,155); }

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

<style>
 span { border-color: #18549B; }

 span { border-color: rgb(24,84,155); }

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