#145294

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

Shades of Endeavour #145294

Tints of Endeavour #145294

Color information

#145294 (or 0x145294) is unknown color: approx Endeavour. HEX triplet: 14, 52 and 94. RGB value is (20,82,148). Sum of RGB (Red+Green+Blue) = 20+82+148=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #145294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145294 is #EBAD6B. Grayscale: #464646. Windows color (decimal): -15445356 or 9720340. OLE color: 9720340.

HSL color Cylindrical-coordinate representation of color #145294: hue angle of 210.94º 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 #145294 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2082148-
CMYK0.860.4500.42
HSL210.94º76.19%32.94%-
HSV(B)210.94º86.49%58.04%-
XYZ8.658.3229.17-
YUV70.99171.4691.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=8%
G=32.8%
B=59.2%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20821480.860.4500.42210.9476.1932.94
Hex145294562D02Ad34c21
Octal241222241265505232311441
Binary1010010100101001010010101101011010101010110100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145294; }

 p { color: rgb(20,82,148); }

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

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

 a { background-color: rgb(20,82,148); }

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

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

 span { border-color: rgb(20,82,148); }

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