#132399

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

Shades of Egyptian Blue #132399

Tints of Egyptian Blue #132399

Color information

#132399 (or 0x132399) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and 99. RGB value is (19,35,153). Sum of RGB (Red+Green+Blue) = 19+35+153=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #132399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132399 is #ECDC66. Grayscale: #2B2B2B. Windows color (decimal): -15522919 or 10035987. OLE color: 10035987.

HSL color Cylindrical-coordinate representation of color #132399: hue angle of 232.84º 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 #132399 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1935153-
CMYK0.880.7700.4
HSL232.84º77.91%33.73%-
HSV(B)232.84º87.58%60%-
XYZ6.623.6430.49-
YUV43.67189.7110.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 153 (60.16% from 255) = 73.91%
R=9.18%
G=16.91%
B=73.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19351530.880.7700.4232.8477.9133.73
Hex132399584D028e94e22
Octal234323113011505035111642
Binary1001110001110011001101100010011010101000111010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132399; }

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

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

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

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

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

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

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

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