Html Css Color HEX #143193 Egyptian Blue

📋 copy color: '#143193'

red 20 ◦ green 49 ◦ blue 147

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

Shades of Egyptian Blue #143193

Tints of Egyptian Blue #143193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

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

R = 9.26%
G = 22.69%
B = 68.06%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143193 (or 0x143193) is known color: Egyptian Blue. HEX triplet: 14, 31 and 93. RGB value is (20,49,147). Sum of RGB (Red+Green+Blue) = 20+49+147=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #143193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143193 is #EBCE6C. Grayscale: #333333. Windows color (decimal): -15453805 or 9646356. OLE color: 9646356.

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

Color convert

RGB 20 49 147 -
CMYK 0.86 0.67 0 0.42
HSL 226.3º 0.76% 0.33% -
HSV(B) 226.3º 0.86% 0.58% -
XYZ 6.65 4.45 28.11 -
YUV 51.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 20 49 147 0.86 0.67 0 0.42 226.3 0.76 0.33
Hex 14 31 93 56 43 0 2A E2 4C 21
Octal 24 61 223 126 103 0 52 342 114 41
Binary 10100 110001 10010011 1010110 1000011 0 101010 11100010 1001100 100001

Color Harmonies of #143193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143193

Black with #143193

Text Example


Text Example

White with #143193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143193; }

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

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

background-color css

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

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

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

border-color css

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

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

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