#145291

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

Shades of Endeavour #145291

Tints of Endeavour #145291

Color information

#145291 (or 0x145291) is unknown color: approx Endeavour. HEX triplet: 14, 52 and 91. RGB value is (20,82,145). Sum of RGB (Red+Green+Blue) = 20+82+145=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #145291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145291 is #EBAD6E. Grayscale: #464646. Windows color (decimal): -15445359 or 9523732. OLE color: 9523732.

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

Color convert

RGB2082145-
CMYK0.860.4300.43
HSL210.24º75.76%32.35%-
HSV(B)210.24º86.21%56.86%-
XYZ8.428.2327.93-
YUV70.64169.9691.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=8.10%
G=33.20%
B=58.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20821450.860.4300.43210.2475.7632.35
Hex145291562B02Bd24c20
Octal241222211265305332211440
Binary1010010100101001000110101101010110101011110100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145291; }

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

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

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

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

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

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

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

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