#145F9E

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

Shades of Endeavour #145F9E

Tints of Endeavour #145F9E

Color information

#145F9E (or 0x145F9E) is unknown color: approx Endeavour. HEX triplet: 14, 5F and 9E. RGB value is (20,95,158). Sum of RGB (Red+Green+Blue) = 20+95+158=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #145F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F9E is #EBA061. Grayscale: #4F4F4F. Windows color (decimal): -15442018 or 10379028. OLE color: 10379028.

HSL color Cylindrical-coordinate representation of color #145F9E: hue angle of 207.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145F9E is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2095158-
CMYK0.870.4000.38
HSL207.39º77.53%34.9%-
HSV(B)207.39º87.34%61.96%-
XYZ10.5510.833.88-
YUV79.76172.1585.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=7.33%
G=34.80%
B=57.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20951580.870.4000.38207.3977.5334.9
Hex145F9E5728026cf4e23
Octal241372361275004631711643
Binary1010010111111001111010101111010000100110110011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,95,158); }

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

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

 a { background-color: rgb(20,95,158); }

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

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

 span { border-color: rgb(20,95,158); }

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