#132A97

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

Shades of Egyptian Blue #132A97

Tints of Egyptian Blue #132A97

Color information

#132A97 (or 0x132A97) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2A and 97. RGB value is (19,42,151). Sum of RGB (Red+Green+Blue) = 19+42+151=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #132A97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A97 is #ECD568. Grayscale: #2F2F2F. Windows color (decimal): -15521129 or 9906707. OLE color: 9906707.

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

Color convert

RGB1942151-
CMYK0.870.7200.41
HSL229.55º77.65%33.33%-
HSV(B)229.55º87.42%59.22%-
XYZ6.684.0329.7-
YUV47.55186.38107.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 151 (59.38% from 255) = 71.23%
R=8.96%
G=19.81%
B=71.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19421510.870.7200.41229.5577.6533.33
Hex132A975748029e64e21
Octal235222712711005134611641
Binary1001110101010010111101011110010000101001111001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,151); }

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

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

 a { background-color: rgb(19,42,151); }

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

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

 span { border-color: rgb(19,42,151); }

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