#145493

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

Shades of Endeavour #145493

Tints of Endeavour #145493

Color information

#145493 (or 0x145493) is unknown color: approx Endeavour. HEX triplet: 14, 54 and 93. RGB value is (20,84,147). Sum of RGB (Red+Green+Blue) = 20+84+147=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #145493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145493 is #EBAB6C. Grayscale: #474747. Windows color (decimal): -15444845 or 9655316. OLE color: 9655316.

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

Color convert

RGB2084147-
CMYK0.860.4300.42
HSL209.76º76.05%32.75%-
HSV(B)209.76º86.39%57.65%-
XYZ8.738.628.8-
YUV72.05170.390.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=7.97%
G=33.47%
B=58.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20841470.860.4300.42209.7676.0532.75
Hex145493562B02Ad24c21
Octal241242231265305232211441
Binary1010010101001001001110101101010110101010110100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145493; }

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

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

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

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

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

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

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

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