#132392

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

Shades of Egyptian Blue #132392

Tints of Egyptian Blue #132392

Color information

#132392 (or 0x132392) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and 92. RGB value is (19,35,146). Sum of RGB (Red+Green+Blue) = 19+35+146=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #132392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132392 is #ECDC6D. Grayscale: #2A2A2A. Windows color (decimal): -15522926 or 9577235. OLE color: 9577235.

HSL color Cylindrical-coordinate representation of color #132392: hue angle of 232.44º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132392 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1935146-
CMYK0.870.7600.43
HSL232.44º76.97%32.35%-
HSV(B)232.44º86.99%57.25%-
XYZ6.063.4227.53-
YUV42.87186.2110.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 146 (57.42% from 255) = 73%
R=9.5%
G=17.5%
B=73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19351460.870.7600.43232.4476.9732.35
Hex132392574C02Be84d20
Octal234322212711405335011540
Binary1001110001110010010101011110011000101011111010001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132392; }

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

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

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

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

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

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

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

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