#18569A

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

Shades of Endeavour #18569A

Tints of Endeavour #18569A

Color information

#18569A (or 0x18569A) is unknown color: approx Endeavour. HEX triplet: 18, 56 and 9A. RGB value is (24,86,154). Sum of RGB (Red+Green+Blue) = 24+86+154=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #18569A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18569A is #E7A965. Grayscale: #4A4A4A. Windows color (decimal): -15182182 or 10114584. OLE color: 10114584.

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

Color convert

RGB2486154-
CMYK0.840.4400.40
HSL211.38º73.03%34.9%-
HSV(B)211.38º84.42%60.39%-
XYZ9.549.1831.84-
YUV75.21172.4691.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 154 (60.55% from 255) = 58.33%
R=9.09%
G=32.58%
B=58.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24861540.840.4400.40211.3873.0334.9
Hex18569A542C028d34923
Octal301262321245405032311143
Binary1100010101101001101010101001011000101000110100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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