#132A94

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

Shades of Egyptian Blue #132A94

Tints of Egyptian Blue #132A94

Color information

#132A94 (or 0x132A94) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2A and 94. RGB value is (19,42,148). Sum of RGB (Red+Green+Blue) = 19+42+148=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #132A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A94 is #ECD56B. Grayscale: #2E2E2E. Windows color (decimal): -15521132 or 9710099. OLE color: 9710099.

HSL color Cylindrical-coordinate representation of color #132A94: hue angle of 229.3º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132A94 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1942148-
CMYK0.870.7200.42
HSL229.3º77.25%32.75%-
HSV(B)229.3º87.16%58.04%-
XYZ6.443.9328.44-
YUV47.21184.88107.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=9.09%
G=20.10%
B=70.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19421480.870.7200.42229.377.2532.75
Hex132A94574802Ae54d21
Octal235222412711005234511541
Binary1001110101010010100101011110010000101010111001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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