#145895

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

Shades of Endeavour #145895

Tints of Endeavour #145895

Color information

#145895 (or 0x145895) is unknown color: approx Endeavour. HEX triplet: 14, 58 and 95. RGB value is (20,88,149). Sum of RGB (Red+Green+Blue) = 20+88+149=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #145895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145895 is #EBA76A. Grayscale: #4A4A4A. Windows color (decimal): -15443819 or 9787412. OLE color: 9787412.

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

Color convert

RGB2088149-
CMYK0.870.4100.42
HSL208.37º76.33%33.14%-
HSV(B)208.37º86.58%58.43%-
XYZ9.29.329.74-
YUV74.62169.9789.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=7.78%
G=34.24%
B=57.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20881490.870.4100.42208.3776.3333.14
Hex145895572902Ad04c21
Octal241302251275105232011441
Binary1010010110001001010110101111010010101010110100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145895; }

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

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

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

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

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

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

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

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