Html Css Color HEX #143493 Egyptian Blue

📋 copy color: '#143493'

red 20 ◦ green 52 ◦ blue 147

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

Shades of Egyptian Blue #143493

Tints of Egyptian Blue #143493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 9.13%
G = 23.74%
B = 67.12%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143493 (or 0x143493) is known color: Egyptian Blue. HEX triplet: 14, 34 and 93. RGB value is (20,52,147). Sum of RGB (Red+Green+Blue) = 20+52+147=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #143493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143493 is #EBCB6C. Grayscale: #343434. Windows color (decimal): -15453037 or 9647124. OLE color: 9647124.

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

Color convert

RGB 20 52 147 -
CMYK 0.86 0.65 0 0.42
HSL 224.88º 0.76% 0.33% -
HSV(B) 224.88º 0.86% 0.58% -
XYZ 6.78 4.71 28.16 -
YUV 53.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 20 52 147 0.86 0.65 0 0.42 224.88 0.76 0.33
Hex 14 34 93 56 41 0 2A E1 4C 21
Octal 24 64 223 126 101 0 52 341 114 41
Binary 10100 110100 10010011 1010110 1000001 0 101010 11100001 1001100 100001

Color Harmonies of #143493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143493

Black with #143493

Text Example


Text Example

White with #143493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143493; }

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

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

background-color css

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

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

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

border-color css

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

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

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