Html Css Color HEX #143F93 Egyptian Blue

📋 copy color: '#143F93'

red 20 ◦ green 63 ◦ blue 147

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

Shades of Egyptian Blue #143F93

Tints of Egyptian Blue #143F93

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

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

R = 8.7%
G = 27.39%
B = 63.91%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143F93 (or 0x143F93) is known color: Egyptian Blue. HEX triplet: 14, 3F and 93. RGB value is (20,63,147). Sum of RGB (Red+Green+Blue) = 20+63+147=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #143F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F93 is #EBC06C. Grayscale: #3B3B3B. Windows color (decimal): -15450221 or 9649940. OLE color: 9649940.

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

Color convert

RGB 20 63 147 -
CMYK 0.86 0.57 0 0.42
HSL 219.69º 0.76% 0.33% -
HSV(B) 219.69º 0.86% 0.58% -
XYZ 7.33 5.81 28.34 -
YUV 59.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 20 63 147 0.86 0.57 0 0.42 219.69 0.76 0.33
Hex 14 3F 93 56 39 0 2A DC 4C 21
Octal 24 77 223 126 71 0 52 334 114 41
Binary 10100 111111 10010011 1010110 111001 0 101010 11011100 1001100 100001

Color Harmonies of #143F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F93

Black with #143F93

Text Example


Text Example

White with #143F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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