Html Css Color HEX #143893 Egyptian Blue

📋 copy color: '#143893'

red 20 ◦ green 56 ◦ blue 147

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

Shades of Egyptian Blue #143893

Tints of Egyptian Blue #143893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 8.97%
G = 25.11%
B = 65.92%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143893 (or 0x143893) is known color: Egyptian Blue. HEX triplet: 14, 38 and 93. RGB value is (20,56,147). Sum of RGB (Red+Green+Blue) = 20+56+147=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #143893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143893 is #EBC76C. Grayscale: #373737. Windows color (decimal): -15452013 or 9648148. OLE color: 9648148.

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

Color convert

RGB 20 56 147 -
CMYK 0.86 0.62 0 0.42
HSL 222.99º 0.76% 0.33% -
HSV(B) 222.99º 0.86% 0.58% -
XYZ 6.97 5.08 28.22 -
YUV 55.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 20 56 147 0.86 0.62 0 0.42 222.99 0.76 0.33
Hex 14 38 93 56 3E 0 2A DF 4C 21
Octal 24 70 223 126 76 0 52 337 114 41
Binary 10100 111000 10010011 1010110 111110 0 101010 11011111 1001100 100001

Color Harmonies of #143893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143893

Black with #143893

Text Example


Text Example

White with #143893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143893; }

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

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

background-color css

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

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

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

border-color css

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

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

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