#144E92

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

Shades of Endeavour #144E92

Tints of Endeavour #144E92

Color information

#144E92 (or 0x144E92) is unknown color: approx Endeavour. HEX triplet: 14, 4E and 92. RGB value is (20,78,146). Sum of RGB (Red+Green+Blue) = 20+78+146=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #144E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E92 is #EBB16D. Grayscale: #444444. Windows color (decimal): -15446382 or 9588244. OLE color: 9588244.

HSL color Cylindrical-coordinate representation of color #144E92: hue angle of 212.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144E92 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2078146-
CMYK0.860.4700.43
HSL212.38º75.9%32.55%-
HSV(B)212.38º86.3%57.25%-
XYZ8.27.6728.24-
YUV68.41171.7893.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=8.20%
G=31.97%
B=59.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20781460.860.4700.43212.3875.932.55
Hex144E92562F02Bd44c21
Octal241162221265705332411441
Binary1010010011101001001010101101011110101011110101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,78,146); }

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

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

 a { background-color: rgb(20,78,146); }

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

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

 span { border-color: rgb(20,78,146); }

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