#145995

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

Shades of Endeavour #145995

Tints of Endeavour #145995

Color information

#145995 (or 0x145995) is unknown color: approx Endeavour. HEX triplet: 14, 59 and 95. RGB value is (20,89,149). Sum of RGB (Red+Green+Blue) = 20+89+149=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #145995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145995 is #EBA66A. Grayscale: #4A4A4A. Windows color (decimal): -15443563 or 9787668. OLE color: 9787668.

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

Color convert

RGB2089149-
CMYK0.870.4000.42
HSL207.91º76.33%33.14%-
HSV(B)207.91º86.58%58.43%-
XYZ9.299.4629.77-
YUV75.21169.6488.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=7.75%
G=34.50%
B=57.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20891490.870.4000.42207.9176.3333.14
Hex145995572802Ad04c21
Octal241312251275005232011441
Binary1010010110011001010110101111010000101010110100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145995; }

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

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

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

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

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

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

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

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