Html Css Color HEX #142991 Egyptian Blue

📋 copy color: '#142991'

red 20 ◦ green 41 ◦ blue 145

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

Shades of Egyptian Blue #142991

Tints of Egyptian Blue #142991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 145 (57.03% from 255) = 70.39%

R = 9.71%
G = 19.9%
B = 70.39%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142991 (or 0x142991) is known color: Egyptian Blue. HEX triplet: 14, 29 and 91. RGB value is (20,41,145). Sum of RGB (Red+Green+Blue) = 20+41+145=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #142991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142991 is #EBD66E. Grayscale: #2E2E2E. Windows color (decimal): -15455855 or 9513236. OLE color: 9513236.

HSL color Cylindrical-coordinate representation of color #142991: hue angle of 229.92º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142991 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 41 145 -
CMYK 0.86 0.72 0 0.43
HSL 229.92º 0.76% 0.32% -
HSV(B) 229.92º 0.86% 0.57% -
XYZ 6.19 3.78 27.19 -
YUV 46.58 183.54 109.04 -
System Red Green Blue C M Y K H S L
Decimal 20 41 145 0.86 0.72 0 0.43 229.92 0.76 0.32
Hex 14 29 91 56 48 0 2B E6 4C 20
Octal 24 51 221 126 110 0 53 346 114 40
Binary 10100 101001 10010001 1010110 1001000 0 101011 11100110 1001100 100000

Color Harmonies of #142991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142991

Black with #142991

Text Example


Text Example

White with #142991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142991; }

 p { color: rgb(20,41,145); }

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

background-color css

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

 a { background-color: rgb(20,41,145); }

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

border-color css

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

 span { border-color: rgb(20,41,145); }

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