Html Css Color HEX #143E93 Egyptian Blue

📋 copy color: '#143E93'

red 20 ◦ green 62 ◦ blue 147

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

Shades of Egyptian Blue #143E93

Tints of Egyptian Blue #143E93

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 8.73%
G = 27.07%
B = 64.19%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143E93 (or 0x143E93) is known color: Egyptian Blue. HEX triplet: 14, 3E and 93. RGB value is (20,62,147). Sum of RGB (Red+Green+Blue) = 20+62+147=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #143E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E93 is #EBC16C. Grayscale: #3A3A3A. Windows color (decimal): -15450477 or 9649684. OLE color: 9649684.

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

Color convert

RGB 20 62 147 -
CMYK 0.86 0.58 0 0.42
HSL 220.16º 0.76% 0.33% -
HSV(B) 220.16º 0.86% 0.58% -
XYZ 7.28 5.7 28.32 -
YUV 59.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 20 62 147 0.86 0.58 0 0.42 220.16 0.76 0.33
Hex 14 3E 93 56 3A 0 2A DC 4C 21
Octal 24 76 223 126 72 0 52 334 114 41
Binary 10100 111110 10010011 1010110 111010 0 101010 11011100 1001100 100001

Color Harmonies of #143E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E93

Black with #143E93

Text Example


Text Example

White with #143E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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