#132596

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

Shades of Egyptian Blue #132596

Tints of Egyptian Blue #132596

Color information

#132596 (or 0x132596) is unknown color: approx Egyptian Blue. HEX triplet: 13, 25 and 96. RGB value is (19,37,150). Sum of RGB (Red+Green+Blue) = 19+37+150=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #132596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132596 is #ECDA69. Grayscale: #2C2C2C. Windows color (decimal): -15522410 or 9839891. OLE color: 9839891.

HSL color Cylindrical-coordinate representation of color #132596: hue angle of 231.76º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132596 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1937150-
CMYK0.870.7500.41
HSL231.76º77.51%33.14%-
HSV(B)231.76º87.33%58.82%-
XYZ6.443.6629.22-
YUV44.5187.54109.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 150 (58.98% from 255) = 72.82%
R=9.22%
G=17.96%
B=72.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19371500.870.7500.41231.7677.5133.14
Hex132596574B029e84e21
Octal234522612711305135011641
Binary1001110010110010110101011110010110101001111010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132596; }

 p { color: rgb(19,37,150); }

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

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

 a { background-color: rgb(19,37,150); }

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

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

 span { border-color: rgb(19,37,150); }

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