Html Css Color HEX #144D94 Endeavour

📋 copy color: '#144D94'

red 20 ◦ green 77 ◦ blue 148

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

Shades of Endeavour #144D94

Tints of Endeavour #144D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 8.16%
G = 31.43%
B = 60.41%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144D94 (or 0x144D94) is known color: Endeavour. HEX triplet: 14, 4D and 94. RGB value is (20,77,148). Sum of RGB (Red+Green+Blue) = 20+77+148=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #144D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D94 is #EBB26B. Grayscale: #434343. Windows color (decimal): -15446636 or 9719060. OLE color: 9719060.

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

Color convert

RGB 20 77 148 -
CMYK 0.86 0.48 0 0.42
HSL 213.28º 0.76% 0.33% -
HSV(B) 213.28º 0.86% 0.58% -
XYZ 8.29 7.59 29.05 -
YUV 68.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 20 77 148 0.86 0.48 0 0.42 213.28 0.76 0.33
Hex 14 4D 94 56 30 0 2A D5 4C 21
Octal 24 115 224 126 60 0 52 325 114 41
Binary 10100 1001101 10010100 1010110 110000 0 101010 11010101 1001100 100001

Color Harmonies of #144D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D94

Black with #144D94

Text Example


Text Example

White with #144D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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