#132793

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

Shades of Egyptian Blue #132793

Tints of Egyptian Blue #132793

Color information

#132793 (or 0x132793) is unknown color: approx Egyptian Blue. HEX triplet: 13, 27 and 93. RGB value is (19,39,147). Sum of RGB (Red+Green+Blue) = 19+39+147=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #132793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132793 is #ECD86C. Grayscale: #2C2C2C. Windows color (decimal): -15521901 or 9643795. OLE color: 9643795.

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

Color convert

RGB1939147-
CMYK0.870.7300.42
HSL230.62º77.11%32.55%-
HSV(B)230.62º87.07%57.65%-
XYZ6.263.727.99-
YUV45.33185.37109.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 147 (57.81% from 255) = 71.71%
R=9.27%
G=19.02%
B=71.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19391470.870.7300.42230.6277.1132.55
Hex132793574902Ae74d21
Octal234722312711105234711541
Binary1001110011110010011101011110010010101010111001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132793; }

 p { color: rgb(19,39,147); }

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

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

 a { background-color: rgb(19,39,147); }

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

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

 span { border-color: rgb(19,39,147); }

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