#145992

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

Shades of Endeavour #145992

Tints of Endeavour #145992

Color information

#145992 (or 0x145992) is unknown color: approx Endeavour. HEX triplet: 14, 59 and 92. RGB value is (20,89,146). Sum of RGB (Red+Green+Blue) = 20+89+146=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #145992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145992 is #EBA66D. Grayscale: #4A4A4A. Windows color (decimal): -15443566 or 9591060. OLE color: 9591060.

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

Color convert

RGB2089146-
CMYK0.860.3900.43
HSL207.14º75.9%32.55%-
HSV(B)207.14º86.3%57.25%-
XYZ9.059.3728.53-
YUV74.87168.1488.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=7.84%
G=34.90%
B=57.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20891460.860.3900.43207.1475.932.55
Hex145992562702Bcf4c21
Octal241312221264705331711441
Binary1010010110011001001010101101001110101011110011111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145992; }

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

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

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

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

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

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

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

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