Html Css Color HEX #143190 Egyptian Blue

📋 copy color: '#143190'

red 20 ◦ green 49 ◦ blue 144

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

Shades of Egyptian Blue #143190

Tints of Egyptian Blue #143190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

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

R = 9.39%
G = 23%
B = 67.61%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#143190 (or 0x143190) is known color: Egyptian Blue. HEX triplet: 14, 31 and 90. RGB value is (20,49,144). Sum of RGB (Red+Green+Blue) = 20+49+144=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #143190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143190 is #EBCE6F. Grayscale: #323232. Windows color (decimal): -15453808 or 9449748. OLE color: 9449748.

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

Color convert

RGB 20 49 144 -
CMYK 0.86 0.66 0 0.44
HSL 225.97º 0.76% 0.32% -
HSV(B) 225.97º 0.86% 0.56% -
XYZ 6.42 4.36 26.89 -
YUV 51.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 20 49 144 0.86 0.66 0 0.44 225.97 0.76 0.32
Hex 14 31 90 56 42 0 2C E2 4C 20
Octal 24 61 220 126 102 0 54 342 114 40
Binary 10100 110001 10010000 1010110 1000010 0 101100 11100010 1001100 100000

Color Harmonies of #143190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143190

Black with #143190

Text Example


Text Example

White with #143190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143190; }

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

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

background-color css

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

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

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

border-color css

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

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

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