#145C93

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

Shades of Endeavour #145C93

Tints of Endeavour #145C93

Color information

#145C93 (or 0x145C93) is unknown color: approx Endeavour. HEX triplet: 14, 5C and 93. RGB value is (20,92,147). Sum of RGB (Red+Green+Blue) = 20+92+147=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #145C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C93 is #EBA36C. Grayscale: #4C4C4C. Windows color (decimal): -15442797 or 9657364. OLE color: 9657364.

HSL color Cylindrical-coordinate representation of color #145C93: hue angle of 205.98º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145C93 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2092147-
CMYK0.860.3700.42
HSL205.98º76.05%32.75%-
HSV(B)205.98º86.39%57.65%-
XYZ9.389.9129.02-
YUV76.74167.6587.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=7.72%
G=35.52%
B=56.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20921470.860.3700.42205.9876.0532.75
Hex145C93562502Ace4c21
Octal241342231264505231611441
Binary1010010111001001001110101101001010101010110011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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