Html Css Color HEX #143690 Egyptian Blue

📋 copy color: '#143690'

red 20 ◦ green 54 ◦ blue 144

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

Shades of Egyptian Blue #143690

Tints of Egyptian Blue #143690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 9.17%
G = 24.77%
B = 66.06%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#143690 (or 0x143690) is known color: Egyptian Blue. HEX triplet: 14, 36 and 90. RGB value is (20,54,144). Sum of RGB (Red+Green+Blue) = 20+54+144=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #143690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143690 is #EBC96F. Grayscale: #353535. Windows color (decimal): -15452528 or 9451028. OLE color: 9451028.

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

Color convert

RGB 20 54 144 -
CMYK 0.86 0.63 0 0.44
HSL 223.55º 0.76% 0.32% -
HSV(B) 223.55º 0.86% 0.56% -
XYZ 6.64 4.8 26.96 -
YUV 54.09 178.74 103.68 -
System Red Green Blue C M Y K H S L
Decimal 20 54 144 0.86 0.63 0 0.44 223.55 0.76 0.32
Hex 14 36 90 56 3F 0 2C E0 4C 20
Octal 24 66 220 126 77 0 54 340 114 40
Binary 10100 110110 10010000 1010110 111111 0 101100 11100000 1001100 100000

Color Harmonies of #143690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143690

Black with #143690

Text Example


Text Example

White with #143690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143690; }

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

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

background-color css

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

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

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

border-color css

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

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

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