Html Css Color HEX #144E93 Endeavour

📋 copy color: '#144E93'

red 20 ◦ green 78 ◦ blue 147

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

Shades of Endeavour #144E93

Tints of Endeavour #144E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60%

R = 8.16%
G = 31.84%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144E93 (or 0x144E93) is known color: Endeavour. HEX triplet: 14, 4E and 93. RGB value is (20,78,147). Sum of RGB (Red+Green+Blue) = 20+78+147=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #144E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E93 is #EBB16C. Grayscale: #444444. Windows color (decimal): -15446381 or 9653780. OLE color: 9653780.

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

Color convert

RGB 20 78 147 -
CMYK 0.86 0.47 0 0.42
HSL 212.6º 0.76% 0.33% -
HSV(B) 212.6º 0.86% 0.58% -
XYZ 8.28 7.7 28.65 -
YUV 68.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 20 78 147 0.86 0.47 0 0.42 212.6 0.76 0.33
Hex 14 4E 93 56 2F 0 2A D5 4C 21
Octal 24 116 223 126 57 0 52 325 114 41
Binary 10100 1001110 10010011 1010110 101111 0 101010 11010101 1001100 100001

Color Harmonies of #144E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E93

Black with #144E93

Text Example


Text Example

White with #144E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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