#145590

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

Shades of Endeavour #145590

Tints of Endeavour #145590

Color information

#145590 (or 0x145590) is unknown color: approx Endeavour. HEX triplet: 14, 55 and 90. RGB value is (20,85,144). Sum of RGB (Red+Green+Blue) = 20+85+144=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #145590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145590 is #EBAA6F. Grayscale: #474747. Windows color (decimal): -15444592 or 9458964. OLE color: 9458964.

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

Color convert

RGB2085144-
CMYK0.860.4100.44
HSL208.55º75.61%32.16%-
HSV(B)208.55º86.11%56.47%-
XYZ8.578.6627.61-
YUV72.29168.4790.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=8.03%
G=34.14%
B=57.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20851440.860.4100.44208.5575.6132.16
Hex145590562902Cd14c20
Octal241252201265105432111440
Binary1010010101011001000010101101010010101100110100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145590; }

 p { color: rgb(20,85,144); }

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

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

 a { background-color: rgb(20,85,144); }

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

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

 span { border-color: rgb(20,85,144); }

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