#143091

Color #143091 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #143091

Tints of Egyptian Blue #143091

Color information

#143091 (or 0x143091) is unknown color: approx Egyptian Blue. HEX triplet: 14, 30 and 91. RGB value is (20,48,145). Sum of RGB (Red+Green+Blue) = 20+48+145=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #143091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143091 is #EBCF6E. Grayscale: #323232. Windows color (decimal): -15454063 or 9515028. OLE color: 9515028.

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

Color convert

RGB2048145-
CMYK0.860.6700.43
HSL226.56º75.76%32.35%-
HSV(B)226.56º86.21%56.86%-
XYZ6.464.3127.28-
YUV50.69181.22106.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 145 (57.03% from 255) = 68.08%
R=9.39%
G=22.54%
B=68.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20481450.860.6700.43226.5675.7632.35
Hex143091564302Be34c20
Octal246022112610305334311440
Binary1010011000010010001101011010000110101011111000111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143091; }

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

 H1.HeaderClassName
 {
   color: #143091;
 }
 .AnyTagClassName
 {
   color: #143091;
 }
</style>
background-color css

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

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

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

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

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

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