Html Css Color HEX #143791 Egyptian Blue

📋 copy color: '#143791'

red 20 ◦ green 55 ◦ blue 145

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

Shades of Egyptian Blue #143791

Tints of Egyptian Blue #143791

RGB

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

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

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

R = 9.09%
G = 25%
B = 65.91%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143791 (or 0x143791) is known color: Egyptian Blue. HEX triplet: 14, 37 and 91. RGB value is (20,55,145). Sum of RGB (Red+Green+Blue) = 20+55+145=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #143791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143791 is #EBC86E. Grayscale: #363636. Windows color (decimal): -15452271 or 9516820. OLE color: 9516820.

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

Color convert

RGB 20 55 145 -
CMYK 0.86 0.62 0 0.43
HSL 223.2º 0.76% 0.32% -
HSV(B) 223.2º 0.86% 0.57% -
XYZ 6.77 4.93 27.38 -
YUV 54.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 20 55 145 0.86 0.62 0 0.43 223.2 0.76 0.32
Hex 14 37 91 56 3E 0 2B DF 4C 20
Octal 24 67 221 126 76 0 53 337 114 40
Binary 10100 110111 10010001 1010110 111110 0 101011 11011111 1001100 100000

Color Harmonies of #143791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143791

Black with #143791

Text Example


Text Example

White with #143791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143791; }

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

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

background-color css

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

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

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

border-color css

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

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

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