#132396

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

Shades of Egyptian Blue #132396

Tints of Egyptian Blue #132396

Color information

#132396 (or 0x132396) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and 96. RGB value is (19,35,150). Sum of RGB (Red+Green+Blue) = 19+35+150=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #132396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132396 is #ECDC69. Grayscale: #2A2A2A. Windows color (decimal): -15522922 or 9839379. OLE color: 9839379.

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

Color convert

RGB1935150-
CMYK0.870.7700.41
HSL232.67º77.51%33.14%-
HSV(B)232.67º87.33%58.82%-
XYZ6.373.5429.2-
YUV43.33188.2110.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 150 (58.98% from 255) = 73.53%
R=9.31%
G=17.16%
B=73.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19351500.870.7700.41232.6777.5133.14
Hex132396574D029e94e21
Octal234322612711505135111641
Binary1001110001110010110101011110011010101001111010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132396; }

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

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

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

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

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

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

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

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