#144F94

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

Shades of Endeavour #144F94

Tints of Endeavour #144F94

Color information

#144F94 (or 0x144F94) is unknown color: approx Endeavour. HEX triplet: 14, 4F and 94. RGB value is (20,79,148). Sum of RGB (Red+Green+Blue) = 20+79+148=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #144F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F94 is #EBB06B. Grayscale: #444444. Windows color (decimal): -15446124 or 9719572. OLE color: 9719572.

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

Color convert

RGB2079148-
CMYK0.860.4700.42
HSL212.34º76.19%32.94%-
HSV(B)212.34º86.49%58.04%-
XYZ8.437.8829.09-
YUV69.22172.4592.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=8.10%
G=31.98%
B=59.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20791480.860.4700.42212.3476.1932.94
Hex144F94562F02Ad44c21
Octal241172241265705232411441
Binary1010010011111001010010101101011110101010110101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F94; }

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

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

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

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

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

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

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

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