#14579A

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

Shades of Endeavour #14579A

Tints of Endeavour #14579A

Color information

#14579A (or 0x14579A) is unknown color: approx Endeavour. HEX triplet: 14, 57 and 9A. RGB value is (20,87,154). Sum of RGB (Red+Green+Blue) = 20+87+154=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 87 (34.38% from 255 or 33.33% 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 #14579A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14579A is #EBA865. Grayscale: #4A4A4A. Windows color (decimal): -15444070 or 10114836. OLE color: 10114836.

HSL color Cylindrical-coordinate representation of color #14579A: hue angle of 210º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14579A is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2087154-
CMYK0.870.4400.40
HSL210º77.01%34.12%-
HSV(B)210º87.01%60.39%-
XYZ9.539.331.86-
YUV74.6172.889.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.66%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=7.66%
G=33.33%
B=59.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20871540.870.4400.4021077.0134.12
Hex14579A572C028d24d22
Octal241272321275405032211542
Binary1010010101111001101010101111011000101000110100101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,87,154); }

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

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

 a { background-color: rgb(20,87,154); }

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

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

 span { border-color: rgb(20,87,154); }

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