#145E95

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

Shades of Endeavour #145E95

Tints of Endeavour #145E95

Color information

#145E95 (or 0x145E95) is unknown color: approx Endeavour. HEX triplet: 14, 5E and 95. RGB value is (20,94,149). Sum of RGB (Red+Green+Blue) = 20+94+149=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #145E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E95 is #EBA16A. Grayscale: #4D4D4D. Windows color (decimal): -15442283 or 9788948. OLE color: 9788948.

HSL color Cylindrical-coordinate representation of color #145E95: hue angle of 205.58º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145E95 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2094149-
CMYK0.870.3700.42
HSL205.58º76.33%33.14%-
HSV(B)205.58º86.58%58.43%-
XYZ9.7210.3229.91-
YUV78.14167.9886.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.60%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=7.60%
G=35.74%
B=56.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20941490.870.3700.42205.5876.3333.14
Hex145E95572502Ace4c21
Octal241362251274505231611441
Binary1010010111101001010110101111001010101010110011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E95; }

 p { color: rgb(20,94,149); }

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

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

 a { background-color: rgb(20,94,149); }

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

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

 span { border-color: rgb(20,94,149); }

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