Html Css Color HEX #143391 Egyptian Blue

📋 copy color: '#143391'

red 20 ◦ green 51 ◦ blue 145

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

Shades of Egyptian Blue #143391

Tints of Egyptian Blue #143391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 9.26%
G = 23.61%
B = 67.13%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143391 (or 0x143391) is known color: Egyptian Blue. HEX triplet: 14, 33 and 91. RGB value is (20,51,145). Sum of RGB (Red+Green+Blue) = 20+51+145=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #143391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143391 is #EBCC6E. Grayscale: #343434. Windows color (decimal): -15453295 or 9515796. OLE color: 9515796.

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

Color convert

RGB 20 51 145 -
CMYK 0.86 0.65 0 0.43
HSL 225.12º 0.76% 0.32% -
HSV(B) 225.12º 0.86% 0.57% -
XYZ 6.58 4.56 27.32 -
YUV 52.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 20 51 145 0.86 0.65 0 0.43 225.12 0.76 0.32
Hex 14 33 91 56 41 0 2B E1 4C 20
Octal 24 63 221 126 101 0 53 341 114 40
Binary 10100 110011 10010001 1010110 1000001 0 101011 11100001 1001100 100000

Color Harmonies of #143391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143391

Black with #143391

Text Example


Text Example

White with #143391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143391; }

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

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

background-color css

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

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

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

border-color css

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

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

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