#144F90

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

Shades of Endeavour #144F90

Tints of Endeavour #144F90

Color information

#144F90 (or 0x144F90) is unknown color: approx Endeavour. HEX triplet: 14, 4F and 90. RGB value is (20,79,144). Sum of RGB (Red+Green+Blue) = 20+79+144=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #144F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F90 is #EBB06F. Grayscale: #444444. Windows color (decimal): -15446128 or 9457428. OLE color: 9457428.

HSL color Cylindrical-coordinate representation of color #144F90: hue angle of 211.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144F90 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2079144-
CMYK0.860.4500.44
HSL211.45º75.61%32.16%-
HSV(B)211.45º86.11%56.47%-
XYZ8.127.7527.45-
YUV68.77170.4593.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=8.23%
G=32.51%
B=59.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20791440.860.4500.44211.4575.6132.16
Hex144F90562D02Cd34c20
Octal241172201265505432311440
Binary1010010011111001000010101101011010101100110100111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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