Html Css Color HEX #144199 Egyptian Blue

📋 copy color: '#144199'

red 20 ◦ green 65 ◦ blue 153

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

Shades of Egyptian Blue #144199

Tints of Egyptian Blue #144199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 8.4%
G = 27.31%
B = 64.29%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#144199 (or 0x144199) is known color: Egyptian Blue. HEX triplet: 14, 41 and 99. RGB value is (20,65,153). Sum of RGB (Red+Green+Blue) = 20+65+153=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #144199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144199 is #EBBE66. Grayscale: #3D3D3D. Windows color (decimal): -15449703 or 10043668. OLE color: 10043668.

HSL color Cylindrical-coordinate representation of color #144199: hue angle of 219.7º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144199 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 65 153 -
CMYK 0.87 0.58 0 0.4
HSL 219.7º 0.77% 0.34% -
HSV(B) 219.7º 0.87% 0.6% -
XYZ 7.93 6.23 30.92 -
YUV 61.58 179.59 98.34 -
System Red Green Blue C M Y K H S L
Decimal 20 65 153 0.87 0.58 0 0.4 219.7 0.77 0.34
Hex 14 41 99 57 3A 0 28 DC 4D 22
Octal 24 101 231 127 72 0 50 334 115 42
Binary 10100 1000001 10011001 1010111 111010 0 101000 11011100 1001101 100010

Color Harmonies of #144199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144199

Black with #144199

Text Example


Text Example

White with #144199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144199; }

 p { color: rgb(20,65,153); }

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

background-color css

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

 a { background-color: rgb(20,65,153); }

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

border-color css

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

 span { border-color: rgb(20,65,153); }

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