#145C8F

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

Shades of Endeavour #145C8F

Tints of Endeavour #145C8F

Color information

#145C8F (or 0x145C8F) is unknown color: approx Endeavour. HEX triplet: 14, 5C and 8F. RGB value is (20,92,143). Sum of RGB (Red+Green+Blue) = 20+92+143=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #145C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C8F is #EBA370. Grayscale: #4C4C4C. Windows color (decimal): -15442801 or 9395220. OLE color: 9395220.

HSL color Cylindrical-coordinate representation of color #145C8F: hue angle of 204.88º degrees, saturation: 0.75, 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 #145C8F is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2092143-
CMYK0.860.3600.44
HSL204.88º75.46%31.96%-
HSV(B)204.88º86.01%56.08%-
XYZ9.079.7927.4-
YUV76.29165.6587.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=7.84%
G=36.08%
B=56.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20921430.860.3600.44204.8875.4631.96
Hex145C8F562402Ccd4b20
Octal241342171264405431511340
Binary1010010111001000111110101101001000101100110011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145C8F; }

 p { color: rgb(20,92,143); }

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

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

 a { background-color: rgb(20,92,143); }

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

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

 span { border-color: rgb(20,92,143); }

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