#18509A

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

Shades of Endeavour #18509A

Tints of Endeavour #18509A

Color information

#18509A (or 0x18509A) is unknown color: approx Endeavour. HEX triplet: 18, 50 and 9A. RGB value is (24,80,154). Sum of RGB (Red+Green+Blue) = 24+80+154=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #18509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18509A is #E7AF65. Grayscale: #474747. Windows color (decimal): -15183718 or 10113048. OLE color: 10113048.

HSL color Cylindrical-coordinate representation of color #18509A: hue angle of 214.15º 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 #18509A is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2480154-
CMYK0.840.4800.40
HSL214.15º73.03%34.9%-
HSV(B)214.15º84.42%60.39%-
XYZ9.088.2631.69-
YUV71.69174.4593.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=9.30%
G=31.01%
B=59.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24801540.840.4800.40214.1573.0334.9
Hex18509A5430028d64923
Octal301202321246005032611143
Binary1100010100001001101010101001100000101000110101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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