Html Css Color HEX #144796 Egyptian Blue

📋 copy color: '#144796'

red 20 ◦ green 71 ◦ blue 150

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

Shades of Egyptian Blue #144796

Tints of Egyptian Blue #144796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 8.3%
G = 29.46%
B = 62.24%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#144796 (or 0x144796) is known color: Egyptian Blue. HEX triplet: 14, 47 and 96. RGB value is (20,71,150). Sum of RGB (Red+Green+Blue) = 20+71+150=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #144796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144796 is #EBB869. Grayscale: #404040. Windows color (decimal): -15448170 or 9848596. OLE color: 9848596.

HSL color Cylindrical-coordinate representation of color #144796: hue angle of 216.46º 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 #144796 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 71 150 -
CMYK 0.87 0.53 0 0.41
HSL 216.46º 0.76% 0.33% -
HSV(B) 216.46º 0.87% 0.59% -
XYZ 8.05 6.86 29.75 -
YUV 64.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 20 71 150 0.87 0.53 0 0.41 216.46 0.76 0.33
Hex 14 47 96 57 35 0 29 D8 4C 21
Octal 24 107 226 127 65 0 51 330 114 41
Binary 10100 1000111 10010110 1010111 110101 0 101001 11011000 1001100 100001

Color Harmonies of #144796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144796

Black with #144796

Text Example


Text Example

White with #144796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144796; }

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

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

background-color css

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

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

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

border-color css

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

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

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