Html Css Color HEX #143793 Egyptian Blue

📋 copy color: '#143793'

red 20 ◦ green 55 ◦ blue 147

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

Shades of Egyptian Blue #143793

Tints of Egyptian Blue #143793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

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

R = 9.01%
G = 24.77%
B = 66.22%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143793 (or 0x143793) is known color: Egyptian Blue. HEX triplet: 14, 37 and 93. RGB value is (20,55,147). Sum of RGB (Red+Green+Blue) = 20+55+147=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #143793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143793 is #EBC86C. Grayscale: #363636. Windows color (decimal): -15452269 or 9647892. OLE color: 9647892.

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

Color convert

RGB 20 55 147 -
CMYK 0.86 0.63 0 0.42
HSL 223.46º 0.76% 0.33% -
HSV(B) 223.46º 0.86% 0.58% -
XYZ 6.92 4.99 28.2 -
YUV 55.02 179.9 103.02 -
System Red Green Blue C M Y K H S L
Decimal 20 55 147 0.86 0.63 0 0.42 223.46 0.76 0.33
Hex 14 37 93 56 3F 0 2A DF 4C 21
Octal 24 67 223 126 77 0 52 337 114 41
Binary 10100 110111 10010011 1010110 111111 0 101010 11011111 1001100 100001

Color Harmonies of #143793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143793

Black with #143793

Text Example


Text Example

White with #143793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143793; }

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

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

background-color css

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

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

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

border-color css

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

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

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