Html Css Color HEX #143293 Egyptian Blue

📋 copy color: '#143293'

red 20 ◦ green 50 ◦ blue 147

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

Shades of Egyptian Blue #143293

Tints of Egyptian Blue #143293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 9.22%
G = 23.04%
B = 67.74%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143293 (or 0x143293) is known color: Egyptian Blue. HEX triplet: 14, 32 and 93. RGB value is (20,50,147). Sum of RGB (Red+Green+Blue) = 20+50+147=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #143293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143293 is #EBCD6C. Grayscale: #333333. Windows color (decimal): -15453549 or 9646612. OLE color: 9646612.

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

Color convert

RGB 20 50 147 -
CMYK 0.86 0.66 0 0.42
HSL 225.83º 0.76% 0.33% -
HSV(B) 225.83º 0.86% 0.58% -
XYZ 6.7 4.54 28.13 -
YUV 52.09 181.56 105.11 -
System Red Green Blue C M Y K H S L
Decimal 20 50 147 0.86 0.66 0 0.42 225.83 0.76 0.33
Hex 14 32 93 56 42 0 2A E2 4C 21
Octal 24 62 223 126 102 0 52 342 114 41
Binary 10100 110010 10010011 1010110 1000010 0 101010 11100010 1001100 100001

Color Harmonies of #143293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143293

Black with #143293

Text Example


Text Example

White with #143293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143293; }

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

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

background-color css

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

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

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

border-color css

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

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

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