Html Css Color HEX #142793 Egyptian Blue

📋 copy color: '#142793'

red 20 ◦ green 39 ◦ blue 147

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

Shades of Egyptian Blue #142793

Tints of Egyptian Blue #142793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 9.71%
G = 18.93%
B = 71.36%

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

#142793 (or 0x142793) is known color: Egyptian Blue. HEX triplet: 14, 27 and 93. RGB value is (20,39,147). Sum of RGB (Red+Green+Blue) = 20+39+147=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #142793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142793 is #EBD86C. Grayscale: #2D2D2D. Windows color (decimal): -15456365 or 9643796. OLE color: 9643796.

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

Color convert

RGB 20 39 147 -
CMYK 0.86 0.73 0 0.42
HSL 231.02º 0.76% 0.33% -
HSV(B) 231.02º 0.86% 0.58% -
XYZ 6.28 3.71 27.99 -
YUV 45.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 20 39 147 0.86 0.73 0 0.42 231.02 0.76 0.33
Hex 14 27 93 56 49 0 2A E7 4C 21
Octal 24 47 223 126 111 0 52 347 114 41
Binary 10100 100111 10010011 1010110 1001001 0 101010 11100111 1001100 100001

Color Harmonies of #142793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142793

Black with #142793

Text Example


Text Example

White with #142793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142793; }

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

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

background-color css

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

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

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

border-color css

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

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

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