#145491

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

Shades of Endeavour #145491

Tints of Endeavour #145491

Color information

#145491 (or 0x145491) is unknown color: approx Endeavour. HEX triplet: 14, 54 and 91. RGB value is (20,84,145). Sum of RGB (Red+Green+Blue) = 20+84+145=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #145491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145491 is #EBAB6E. Grayscale: #474747. Windows color (decimal): -15444847 or 9524244. OLE color: 9524244.

HSL color Cylindrical-coordinate representation of color #145491: hue angle of 209.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145491 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2084145-
CMYK0.860.4200.43
HSL209.28º75.76%32.35%-
HSV(B)209.28º86.21%56.86%-
XYZ8.578.5327.98-
YUV71.82169.391.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=8.03%
G=33.73%
B=58.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20841450.860.4200.43209.2875.7632.35
Hex145491562A02Bd14c20
Octal241242211265205332111440
Binary1010010101001001000110101101010100101011110100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145491; }

 p { color: rgb(20,84,145); }

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

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

 a { background-color: rgb(20,84,145); }

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

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

 span { border-color: rgb(20,84,145); }

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