#143593

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

Shades of Egyptian Blue #143593

Tints of Egyptian Blue #143593

Color information

#143593 (or 0x143593) is unknown color: approx Egyptian Blue. HEX triplet: 14, 35 and 93. RGB value is (20,53,147). Sum of RGB (Red+Green+Blue) = 20+53+147=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #143593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143593 is #EBCA6C. Grayscale: #353535. Windows color (decimal): -15452781 or 9647380. OLE color: 9647380.

HSL color Cylindrical-coordinate representation of color #143593: hue angle of 224.41º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143593 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2053147-
CMYK0.860.6400.42
HSL224.41º76.05%32.75%-
HSV(B)224.41º86.39%57.65%-
XYZ6.834.828.17-
YUV53.85180.57103.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 147 (57.81% from 255) = 66.82%
R=9.09%
G=24.09%
B=66.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20531470.860.6400.42224.4176.0532.75
Hex143593564002Ae04c21
Octal246522312610005234011441
Binary1010011010110010011101011010000000101010111000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143593; }

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

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

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

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

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

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

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

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