Html Css Color HEX #143691 Egyptian Blue

📋 copy color: '#143691'

red 20 ◦ green 54 ◦ blue 145

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

Shades of Egyptian Blue #143691

Tints of Egyptian Blue #143691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

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

R = 9.13%
G = 24.66%
B = 66.21%

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

#143691 (or 0x143691) is known color: Egyptian Blue. HEX triplet: 14, 36 and 91. RGB value is (20,54,145). Sum of RGB (Red+Green+Blue) = 20+54+145=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #143691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143691 is #EBC96E. Grayscale: #353535. Windows color (decimal): -15452527 or 9516564. OLE color: 9516564.

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

Color convert

RGB 20 54 145 -
CMYK 0.86 0.63 0 0.43
HSL 223.68º 0.76% 0.32% -
HSV(B) 223.68º 0.86% 0.57% -
XYZ 6.72 4.83 27.37 -
YUV 54.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 20 54 145 0.86 0.63 0 0.43 223.68 0.76 0.32
Hex 14 36 91 56 3F 0 2B E0 4C 20
Octal 24 66 221 126 77 0 53 340 114 40
Binary 10100 110110 10010001 1010110 111111 0 101011 11100000 1001100 100000

Color Harmonies of #143691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143691

Black with #143691

Text Example


Text Example

White with #143691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143691; }

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

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

background-color css

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

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

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

border-color css

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

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

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