#145A9E

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

Shades of Endeavour #145A9E

Tints of Endeavour #145A9E

Color information

#145A9E (or 0x145A9E) is unknown color: approx Endeavour. HEX triplet: 14, 5A and 9E. RGB value is (20,90,158). Sum of RGB (Red+Green+Blue) = 20+90+158=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #145A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A9E is #EBA561. Grayscale: #4C4C4C. Windows color (decimal): -15443298 or 10377748. OLE color: 10377748.

HSL color Cylindrical-coordinate representation of color #145A9E: hue angle of 209.57º 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 #145A9E is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2090158-
CMYK0.870.4300.38
HSL209.57º77.53%34.9%-
HSV(B)209.57º87.34%61.96%-
XYZ10.129.9333.73-
YUV76.82173.8187.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=7.46%
G=33.58%
B=58.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20901580.870.4300.38209.5777.5334.9
Hex145A9E572B026d24e23
Octal241322361275304632211643
Binary1010010110101001111010101111010110100110110100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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