Html Css Color HEX #144595 Egyptian Blue

📋 copy color: '#144595'

red 20 ◦ green 69 ◦ blue 149

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

Shades of Egyptian Blue #144595

Tints of Egyptian Blue #144595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

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

R = 8.4%
G = 28.99%
B = 62.61%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144595 (or 0x144595) is known color: Egyptian Blue. HEX triplet: 14, 45 and 95. RGB value is (20,69,149). Sum of RGB (Red+Green+Blue) = 20+69+149=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #144595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144595 is #EBBA6A. Grayscale: #3F3F3F. Windows color (decimal): -15448683 or 9782548. OLE color: 9782548.

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

Color convert

RGB 20 69 149 -
CMYK 0.87 0.54 0 0.42
HSL 217.21º 0.76% 0.33% -
HSV(B) 217.21º 0.87% 0.58% -
XYZ 7.84 6.57 29.29 -
YUV 63.47 176.27 97 -
System Red Green Blue C M Y K H S L
Decimal 20 69 149 0.87 0.54 0 0.42 217.21 0.76 0.33
Hex 14 45 95 57 36 0 2A D9 4C 21
Octal 24 105 225 127 66 0 52 331 114 41
Binary 10100 1000101 10010101 1010111 110110 0 101010 11011001 1001100 100001

Color Harmonies of #144595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144595

Black with #144595

Text Example


Text Example

White with #144595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144595; }

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

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

background-color css

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

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

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

border-color css

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

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

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