Html Css Color HEX #144194 Egyptian Blue

📋 copy color: '#144194'

red 20 ◦ green 65 ◦ blue 148

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

Shades of Egyptian Blue #144194

Tints of Egyptian Blue #144194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.52%

R = 8.58%
G = 27.9%
B = 63.52%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144194 (or 0x144194) is known color: Egyptian Blue. HEX triplet: 14, 41 and 94. RGB value is (20,65,148). Sum of RGB (Red+Green+Blue) = 20+65+148=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #144194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144194 is #EBBE6B. Grayscale: #3C3C3C. Windows color (decimal): -15449708 or 9715988. OLE color: 9715988.

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

Color convert

RGB 20 65 148 -
CMYK 0.86 0.56 0 0.42
HSL 218.91º 0.76% 0.33% -
HSV(B) 218.91º 0.86% 0.58% -
XYZ 7.52 6.07 28.79 -
YUV 61.01 177.09 98.75 -
System Red Green Blue C M Y K H S L
Decimal 20 65 148 0.86 0.56 0 0.42 218.91 0.76 0.33
Hex 14 41 94 56 38 0 2A DB 4C 21
Octal 24 101 224 126 70 0 52 333 114 41
Binary 10100 1000001 10010100 1010110 111000 0 101010 11011011 1001100 100001

Color Harmonies of #144194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144194

Black with #144194

Text Example


Text Example

White with #144194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144194; }

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

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

background-color css

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

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

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

border-color css

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

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

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