Html Css Color HEX #142893 Egyptian Blue

📋 copy color: '#142893'

red 20 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #142893

Tints of Egyptian Blue #142893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 147 (57.81% from 255) = 71.01%

R = 9.66%
G = 19.32%
B = 71.01%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142893 (or 0x142893) is known color: Egyptian Blue. HEX triplet: 14, 28 and 93. RGB value is (20,40,147). Sum of RGB (Red+Green+Blue) = 20+40+147=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #142893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142893 is #EBD76C. Grayscale: #2D2D2D. Windows color (decimal): -15456109 or 9644052. OLE color: 9644052.

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

Color convert

RGB 20 40 147 -
CMYK 0.86 0.73 0 0.42
HSL 230.55º 0.76% 0.33% -
HSV(B) 230.55º 0.86% 0.58% -
XYZ 6.31 3.77 28 -
YUV 46.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 20 40 147 0.86 0.73 0 0.42 230.55 0.76 0.33
Hex 14 28 93 56 49 0 2A E7 4C 21
Octal 24 50 223 126 111 0 52 347 114 41
Binary 10100 101000 10010011 1010110 1001001 0 101010 11100111 1001100 100001

Color Harmonies of #142893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142893

Black with #142893

Text Example


Text Example

White with #142893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142893; }

 p { color: rgb(20,40,147); }

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

background-color css

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

 a { background-color: rgb(20,40,147); }

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

border-color css

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

 span { border-color: rgb(20,40,147); }

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