Html Css Color HEX #144D96 Endeavour

📋 copy color: '#144D96'

red 20 ◦ green 77 ◦ blue 150

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

Shades of Endeavour #144D96

Tints of Endeavour #144D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 8.1%
G = 31.17%
B = 60.73%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#144D96 (or 0x144D96) is known color: Endeavour. HEX triplet: 14, 4D and 96. RGB value is (20,77,150). Sum of RGB (Red+Green+Blue) = 20+77+150=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #144D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D96 is #EBB269. Grayscale: #434343. Windows color (decimal): -15446634 or 9850132. OLE color: 9850132.

HSL color Cylindrical-coordinate representation of color #144D96: hue angle of 213.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144D96 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 77 150 -
CMYK 0.87 0.49 0 0.41
HSL 213.69º 0.76% 0.33% -
HSV(B) 213.69º 0.87% 0.59% -
XYZ 8.45 7.66 29.89 -
YUV 68.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 20 77 150 0.87 0.49 0 0.41 213.69 0.76 0.33
Hex 14 4D 96 57 31 0 29 D6 4C 21
Octal 24 115 226 127 61 0 51 326 114 41
Binary 10100 1001101 10010110 1010111 110001 0 101001 11010110 1001100 100001

Color Harmonies of #144D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D96

Black with #144D96

Text Example


Text Example

White with #144D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,150); }

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

background-color css

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

 a { background-color: rgb(20,77,150); }

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

border-color css

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

 span { border-color: rgb(20,77,150); }

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