#145E9A

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

Shades of Endeavour #145E9A

Tints of Endeavour #145E9A

Color information

#145E9A (or 0x145E9A) is unknown color: approx Endeavour. HEX triplet: 14, 5E and 9A. RGB value is (20,94,154). Sum of RGB (Red+Green+Blue) = 20+94+154=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #145E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E9A is #EBA165. Grayscale: #4E4E4E. Windows color (decimal): -15442278 or 10116628. OLE color: 10116628.

HSL color Cylindrical-coordinate representation of color #145E9A: hue angle of 206.87º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145E9A is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2094154-
CMYK0.870.3900.40
HSL206.87º77.01%34.12%-
HSV(B)206.87º87.01%60.39%-
XYZ10.1210.4932.06-
YUV78.71170.4886.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=7.46%
G=35.07%
B=57.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20941540.870.3900.40206.8777.0134.12
Hex145E9A5727028cf4d22
Octal241362321274705031711542
Binary1010010111101001101010101111001110101000110011111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,94,154); }

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

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

 a { background-color: rgb(20,94,154); }

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

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

 span { border-color: rgb(20,94,154); }

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