#143793

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

Shades of Egyptian Blue #143793

Tints of Egyptian Blue #143793

Color information

#143793 (or 0x143793) is unknown color: approx Egyptian Blue. HEX triplet: 14, 37 and 93. RGB value is (20,55,147). Sum of RGB (Red+Green+Blue) = 20+55+147=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #143793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143793 is #EBC86C. Grayscale: #363636. Windows color (decimal): -15452269 or 9647892. OLE color: 9647892.

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

Color convert

RGB2055147-
CMYK0.860.6300.42
HSL223.46º76.05%32.75%-
HSV(B)223.46º86.39%57.65%-
XYZ6.924.9928.2-
YUV55.02179.9103.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 147 (57.81% from 255) = 66.22%
R=9.01%
G=24.77%
B=66.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20551470.860.6300.42223.4676.0532.75
Hex143793563F02Adf4c21
Octal24672231267705233711441
Binary101001101111001001110101101111110101010110111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143793; }

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

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

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

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

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

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

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

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