Html Css Color HEX #143993 Egyptian Blue

📋 copy color: '#143993'

red 20 ◦ green 57 ◦ blue 147

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

Shades of Egyptian Blue #143993

Tints of Egyptian Blue #143993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 8.93%
G = 25.45%
B = 65.63%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143993 (or 0x143993) is known color: Egyptian Blue. HEX triplet: 14, 39 and 93. RGB value is (20,57,147). Sum of RGB (Red+Green+Blue) = 20+57+147=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #143993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143993 is #EBC66C. Grayscale: #373737. Windows color (decimal): -15451757 or 9648404. OLE color: 9648404.

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

Color convert

RGB 20 57 147 -
CMYK 0.86 0.61 0 0.42
HSL 222.52º 0.76% 0.33% -
HSV(B) 222.52º 0.86% 0.58% -
XYZ 7.02 5.18 28.23 -
YUV 56.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 20 57 147 0.86 0.61 0 0.42 222.52 0.76 0.33
Hex 14 39 93 56 3D 0 2A DF 4C 21
Octal 24 71 223 126 75 0 52 337 114 41
Binary 10100 111001 10010011 1010110 111101 0 101010 11011111 1001100 100001

Color Harmonies of #143993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143993

Black with #143993

Text Example


Text Example

White with #143993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143993; }

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

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

background-color css

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

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

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

border-color css

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

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

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