Html Css Color HEX #144295 Egyptian Blue

📋 copy color: '#144295'

red 20 ◦ green 66 ◦ blue 149

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

Shades of Egyptian Blue #144295

Tints of Egyptian Blue #144295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 8.51%
G = 28.09%
B = 63.4%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144295 (or 0x144295) is known color: Egyptian Blue. HEX triplet: 14, 42 and 95. RGB value is (20,66,149). Sum of RGB (Red+Green+Blue) = 20+66+149=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #144295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144295 is #EBBD6A. Grayscale: #3D3D3D. Windows color (decimal): -15449451 or 9781780. OLE color: 9781780.

HSL color Cylindrical-coordinate representation of color #144295: hue angle of 218.6º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144295 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 66 149 -
CMYK 0.87 0.56 0 0.42
HSL 218.6º 0.76% 0.33% -
HSV(B) 218.6º 0.87% 0.58% -
XYZ 7.66 6.22 29.23 -
YUV 61.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 20 66 149 0.87 0.56 0 0.42 218.6 0.76 0.33
Hex 14 42 95 57 38 0 2A DB 4C 21
Octal 24 102 225 127 70 0 52 333 114 41
Binary 10100 1000010 10010101 1010111 111000 0 101010 11011011 1001100 100001

Color Harmonies of #144295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144295

Black with #144295

Text Example


Text Example

White with #144295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144295; }

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

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

background-color css

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

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

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

border-color css

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

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

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