#145994

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

Shades of Endeavour #145994

Tints of Endeavour #145994

Color information

#145994 (or 0x145994) is unknown color: approx Endeavour. HEX triplet: 14, 59 and 94. RGB value is (20,89,148). Sum of RGB (Red+Green+Blue) = 20+89+148=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #145994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145994 is #EBA66B. Grayscale: #4A4A4A. Windows color (decimal): -15443564 or 9722132. OLE color: 9722132.

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

Color convert

RGB2089148-
CMYK0.860.4000.42
HSL207.66º76.19%32.94%-
HSV(B)207.66º86.49%58.04%-
XYZ9.219.4329.35-
YUV75.1169.1488.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=7.78%
G=34.63%
B=57.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20891480.860.4000.42207.6676.1932.94
Hex145994562802Ad04c21
Octal241312241265005232011441
Binary1010010110011001010010101101010000101010110100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145994; }

 p { color: rgb(20,89,148); }

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

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

 a { background-color: rgb(20,89,148); }

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

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

 span { border-color: rgb(20,89,148); }

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