#145799

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

Shades of Endeavour #145799

Tints of Endeavour #145799

Color information

#145799 (or 0x145799) is unknown color: approx Endeavour. HEX triplet: 14, 57 and 99. RGB value is (20,87,153). Sum of RGB (Red+Green+Blue) = 20+87+153=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #145799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145799 is #EBA866. Grayscale: #4A4A4A. Windows color (decimal): -15444071 or 10049300. OLE color: 10049300.

HSL color Cylindrical-coordinate representation of color #145799: hue angle of 209.77º 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 #145799 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2087153-
CMYK0.870.4300.4
HSL209.77º76.88%33.92%-
HSV(B)209.77º86.93%60%-
XYZ9.459.2731.43-
YUV74.49172.389.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=7.69%
G=33.46%
B=58.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20871530.870.4300.4209.7776.8833.92
Hex145799572B028d24d22
Octal241272311275305032211542
Binary1010010101111001100110101111010110101000110100101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145799; }

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

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

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

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

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

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

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

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