Html Css Color HEX #144E91 Endeavour

📋 copy color: '#144E91'

red 20 ◦ green 78 ◦ blue 145

#144E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #144E91

Tints of Endeavour #144E91

RGB

 RED value IS 20 (8.2% from 255) = 8.23%

 GREEN value IS 78 (30.86% from 255) = 32.1%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 8.23%
G = 32.1%
B = 59.67%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144E91 (or 0x144E91) is known color: Endeavour. HEX triplet: 14, 4E and 91. RGB value is (20,78,145). Sum of RGB (Red+Green+Blue) = 20+78+145=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #144E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E91 is #EBB16E. Grayscale: #434343. Windows color (decimal): -15446383 or 9522708. OLE color: 9522708.

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

Color convert

RGB 20 78 145 -
CMYK 0.86 0.46 0 0.43
HSL 212.16º 0.76% 0.32% -
HSV(B) 212.16º 0.86% 0.57% -
XYZ 8.12 7.64 27.83 -
YUV 68.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 20 78 145 0.86 0.46 0 0.43 212.16 0.76 0.32
Hex 14 4E 91 56 2E 0 2B D4 4C 20
Octal 24 116 221 126 56 0 53 324 114 40
Binary 10100 1001110 10010001 1010110 101110 0 101011 11010100 1001100 100000

Color Harmonies of #144E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E91

Black with #144E91

Text Example


Text Example

White with #144E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #144E91;
 }
 .AnyTagClassName
 {
   color: #144E91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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