#145490

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

Shades of Endeavour #145490

Tints of Endeavour #145490

Color information

#145490 (or 0x145490) is unknown color: approx Endeavour. HEX triplet: 14, 54 and 90. RGB value is (20,84,144). Sum of RGB (Red+Green+Blue) = 20+84+144=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #145490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145490 is #EBAB6F. Grayscale: #474747. Windows color (decimal): -15444848 or 9458708. OLE color: 9458708.

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

Color convert

RGB2084144-
CMYK0.860.4200.44
HSL209.03º75.61%32.16%-
HSV(B)209.03º86.11%56.47%-
XYZ8.498.527.58-
YUV71.7168.891.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=8.06%
G=33.87%
B=58.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20841440.860.4200.44209.0375.6132.16
Hex145490562A02Cd14c20
Octal241242201265205432111440
Binary1010010101001001000010101101010100101100110100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145490; }

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

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

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

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

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

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

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

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