#14589f

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

Shades of Endeavour #14589F

Tints of Endeavour #14589F

Color information

#14589F (or 0x14589F) is unknown color: approx Endeavour. HEX triplet: 14, 58 and 9F. RGB value is (20,88,159). Sum of RGB (Red+Green+Blue) = 20+88+159=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #14589F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14589F is #EBA760. Grayscale: #4B4B4B. Windows color (decimal): -15443809 or 10442772. OLE color: 10442772.

HSL color Cylindrical-coordinate representation of color #14589F: hue angle of 210.65º degrees, saturation: 0.78, 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 #14589F is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2088159-
CMYK0.870.4500.38
HSL210.65º77.65%35.1%-
HSV(B)210.65º87.42%62.35%-
XYZ10.049.6334.13-
YUV75.76174.9788.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=7.49%
G=32.96%
B=59.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20881590.870.4500.38210.6577.6535.1
Hex14589F572D026d34e23
Octal241302371275504632311643
Binary1010010110001001111110101111011010100110110100111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14589f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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