#132A96

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

Shades of Egyptian Blue #132A96

Tints of Egyptian Blue #132A96

Color information

#132A96 (or 0x132A96) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2A and 96. RGB value is (19,42,150). Sum of RGB (Red+Green+Blue) = 19+42+150=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #132A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A96 is #ECD569. Grayscale: #2E2E2E. Windows color (decimal): -15521130 or 9841171. OLE color: 9841171.

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

Color convert

RGB1942150-
CMYK0.870.7200.41
HSL229.47º77.51%33.14%-
HSV(B)229.47º87.33%58.82%-
XYZ6.6429.28-
YUV47.44185.88107.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 150 (58.98% from 255) = 71.09%
R=9.00%
G=19.91%
B=71.09%

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
Decimal19421500.870.7200.41229.4777.5133.14
Hex132A965748029e54e21
Octal235222612711005134511641
Binary1001110101010010110101011110010000101001111001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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