#132794

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

Shades of Egyptian Blue #132794

Tints of Egyptian Blue #132794

Color information

#132794 (or 0x132794) is unknown color: approx Egyptian Blue. HEX triplet: 13, 27 and 94. RGB value is (19,39,148). Sum of RGB (Red+Green+Blue) = 19+39+148=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #132794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132794 is #ECD86B. Grayscale: #2C2C2C. Windows color (decimal): -15521900 or 9709331. OLE color: 9709331.

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

Color convert

RGB1939148-
CMYK0.870.7400.42
HSL230.7º77.25%32.75%-
HSV(B)230.7º87.16%58.04%-
XYZ6.343.7328.4-
YUV45.45185.87109.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 148 (58.20% from 255) = 71.84%
R=9.22%
G=18.93%
B=71.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19391480.870.7400.42230.777.2532.75
Hex132794574A02Ae74d21
Octal234722412711205234711541
Binary1001110011110010100101011110010100101010111001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132794; }

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

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

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

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

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

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

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

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