#14589D

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

Shades of Endeavour #14589D

Tints of Endeavour #14589D

Color information

#14589D (or 0x14589D) is unknown color: approx Endeavour. HEX triplet: 14, 58 and 9D. RGB value is (20,88,157). Sum of RGB (Red+Green+Blue) = 20+88+157=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #14589D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14589D is #EBA762. Grayscale: #4B4B4B. Windows color (decimal): -15443811 or 10311700. OLE color: 10311700.

HSL color Cylindrical-coordinate representation of color #14589D: hue angle of 210.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14589D is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2088157-
CMYK0.870.4400.38
HSL210.22º77.4%34.71%-
HSV(B)210.22º87.26%61.57%-
XYZ9.869.5633.22-
YUV75.53173.9788.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=7.55%
G=33.21%
B=59.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20881570.870.4400.38210.2277.434.71
Hex14589D572C026d24d23
Octal241302351275404632211543
Binary1010010110001001110110101111011000100110110100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14589D; }

 p { color: rgb(20,88,157); }

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

<style>
 a { background-color: #14589D; }

 a { background-color: rgb(20,88,157); }

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

<style>
 span { border-color: #14589D; }

 span { border-color: rgb(20,88,157); }

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