#18539A

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

Shades of Endeavour #18539A

Tints of Endeavour #18539A

Color information

#18539A (or 0x18539A) is unknown color: approx Endeavour. HEX triplet: 18, 53 and 9A. RGB value is (24,83,154). Sum of RGB (Red+Green+Blue) = 24+83+154=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #18539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18539A is #E7AC65. Grayscale: #494949. Windows color (decimal): -15182950 or 10113816. OLE color: 10113816.

HSL color Cylindrical-coordinate representation of color #18539A: hue angle of 212.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18539A is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2483154-
CMYK0.840.4600.40
HSL212.77º73.03%34.9%-
HSV(B)212.77º84.42%60.39%-
XYZ9.38.7131.76-
YUV73.45173.4592.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=9.20%
G=31.80%
B=59.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24831540.840.4600.40212.7773.0334.9
Hex18539A542E028d54923
Octal301232321245605032511143
Binary1100010100111001101010101001011100101000110101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18539A; }

 p { color: rgb(24,83,154); }

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

<style>
 a { background-color: #18539A; }

 a { background-color: rgb(24,83,154); }

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

<style>
 span { border-color: #18539A; }

 span { border-color: rgb(24,83,154); }

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