Html Css Color HEX #144094 Egyptian Blue

📋 copy color: '#144094'

red 20 ◦ green 64 ◦ blue 148

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

Shades of Egyptian Blue #144094

Tints of Egyptian Blue #144094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 8.62%
G = 27.59%
B = 63.79%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144094 (or 0x144094) is known color: Egyptian Blue. HEX triplet: 14, 40 and 94. RGB value is (20,64,148). Sum of RGB (Red+Green+Blue) = 20+64+148=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #144094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144094 is #EBBF6B. Grayscale: #3C3C3C. Windows color (decimal): -15449964 or 9715732. OLE color: 9715732.

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

Color convert

RGB 20 64 148 -
CMYK 0.86 0.57 0 0.42
HSL 219.38º 0.76% 0.33% -
HSV(B) 219.38º 0.86% 0.58% -
XYZ 7.47 5.95 28.77 -
YUV 60.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 20 64 148 0.86 0.57 0 0.42 219.38 0.76 0.33
Hex 14 40 94 56 39 0 2A DB 4C 21
Octal 24 100 224 126 71 0 52 333 114 41
Binary 10100 1000000 10010100 1010110 111001 0 101010 11011011 1001100 100001

Color Harmonies of #144094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144094

Black with #144094

Text Example


Text Example

White with #144094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144094; }

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

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

background-color css

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

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

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

border-color css

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

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

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