Html Css Color HEX #144296 Egyptian Blue

📋 copy color: '#144296'

red 20 ◦ green 66 ◦ blue 150

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

Shades of Egyptian Blue #144296

Tints of Egyptian Blue #144296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 8.47%
G = 27.97%
B = 63.56%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#144296 (or 0x144296) is known color: Egyptian Blue. HEX triplet: 14, 42 and 96. RGB value is (20,66,150). Sum of RGB (Red+Green+Blue) = 20+66+150=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #144296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144296 is #EBBD69. Grayscale: #3D3D3D. Windows color (decimal): -15449450 or 9847316. OLE color: 9847316.

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

Color convert

RGB 20 66 150 -
CMYK 0.87 0.56 0 0.41
HSL 218.77º 0.76% 0.33% -
HSV(B) 218.77º 0.87% 0.59% -
XYZ 7.74 6.25 29.65 -
YUV 61.82 177.76 98.17 -
System Red Green Blue C M Y K H S L
Decimal 20 66 150 0.87 0.56 0 0.41 218.77 0.76 0.33
Hex 14 42 96 57 38 0 29 DB 4C 21
Octal 24 102 226 127 70 0 51 333 114 41
Binary 10100 1000010 10010110 1010111 111000 0 101001 11011011 1001100 100001

Color Harmonies of #144296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144296

Black with #144296

Text Example


Text Example

White with #144296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144296; }

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

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

background-color css

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

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

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

border-color css

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

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

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