Html Css Color HEX #143590 Egyptian Blue

📋 copy color: '#143590'

red 20 ◦ green 53 ◦ blue 144

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

Shades of Egyptian Blue #143590

Tints of Egyptian Blue #143590

RGB

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

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

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

R = 9.22%
G = 24.42%
B = 66.36%

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

#143590 (or 0x143590) is known color: Egyptian Blue. HEX triplet: 14, 35 and 90. RGB value is (20,53,144). Sum of RGB (Red+Green+Blue) = 20+53+144=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #143590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143590 is #EBCA6F. Grayscale: #353535. Windows color (decimal): -15452784 or 9450772. OLE color: 9450772.

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

Color convert

RGB 20 53 144 -
CMYK 0.86 0.63 0 0.44
HSL 224.03º 0.76% 0.32% -
HSV(B) 224.03º 0.86% 0.56% -
XYZ 6.6 4.71 26.95 -
YUV 53.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 20 53 144 0.86 0.63 0 0.44 224.03 0.76 0.32
Hex 14 35 90 56 3F 0 2C E0 4C 20
Octal 24 65 220 126 77 0 54 340 114 40
Binary 10100 110101 10010000 1010110 111111 0 101100 11100000 1001100 100000

Color Harmonies of #143590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143590

Black with #143590

Text Example


Text Example

White with #143590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143590; }

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

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

background-color css

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

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

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

border-color css

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

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

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