#132E99

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

Shades of Egyptian Blue #132E99

Tints of Egyptian Blue #132E99

Color information

#132E99 (or 0x132E99) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2E and 99. RGB value is (19,46,153). Sum of RGB (Red+Green+Blue) = 19+46+153=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #132E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132E99 is #ECD166. Grayscale: #313131. Windows color (decimal): -15520103 or 10038803. OLE color: 10038803.

HSL color Cylindrical-coordinate representation of color #132E99: hue angle of 227.91º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132E99 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1946153-
CMYK0.880.7000.4
HSL227.91º77.91%33.73%-
HSV(B)227.91º87.58%60%-
XYZ74.3930.62-
YUV50.12186.05105.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=8.72%
G=21.10%
B=70.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19461530.880.7000.4227.9177.9133.73
Hex132E995846028e44e22
Octal235623113010605034411642
Binary1001110111010011001101100010001100101000111001001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132E99; }

 p { color: rgb(19,46,153); }

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

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

 a { background-color: rgb(19,46,153); }

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

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

 span { border-color: rgb(19,46,153); }

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