#18609A

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

Shades of Endeavour #18609A

Tints of Endeavour #18609A

Color information

#18609A (or 0x18609A) is unknown color: approx Endeavour. HEX triplet: 18, 60 and 9A. RGB value is (24,96,154). Sum of RGB (Red+Green+Blue) = 24+96+154=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #18609A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18609A is #E79F65. Grayscale: #505050. Windows color (decimal): -15179622 or 10117144. OLE color: 10117144.

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

Color convert

RGB2496154-
CMYK0.840.3800.40
HSL206.77º73.03%34.9%-
HSV(B)206.77º84.42%60.39%-
XYZ10.3910.8932.13-
YUV81.08169.1587.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.76%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=8.76%
G=35.04%
B=56.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24961540.840.3800.40206.7773.0334.9
Hex18609A5426028cf4923
Octal301402321244605031711143
Binary1100011000001001101010101001001100101000110011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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