Html Css Color HEX #143591 Egyptian Blue

📋 copy color: '#143591'

red 20 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #143591

Tints of Egyptian Blue #143591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 9.17%
G = 24.31%
B = 66.51%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143591 (or 0x143591) is known color: Egyptian Blue. HEX triplet: 14, 35 and 91. RGB value is (20,53,145). Sum of RGB (Red+Green+Blue) = 20+53+145=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #143591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143591 is #EBCA6E. Grayscale: #353535. Windows color (decimal): -15452783 or 9516308. OLE color: 9516308.

HSL color Cylindrical-coordinate representation of color #143591: hue angle of 224.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143591 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 53 145 -
CMYK 0.86 0.63 0 0.43
HSL 224.16º 0.76% 0.32% -
HSV(B) 224.16º 0.86% 0.57% -
XYZ 6.67 4.74 27.35 -
YUV 53.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 20 53 145 0.86 0.63 0 0.43 224.16 0.76 0.32
Hex 14 35 91 56 3F 0 2B E0 4C 20
Octal 24 65 221 126 77 0 53 340 114 40
Binary 10100 110101 10010001 1010110 111111 0 101011 11100000 1001100 100000

Color Harmonies of #143591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143591

Black with #143591

Text Example


Text Example

White with #143591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143591; }

 p { color: rgb(20,53,145); }

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

background-color css

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

 a { background-color: rgb(20,53,145); }

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

border-color css

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

 span { border-color: rgb(20,53,145); }

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