#132C95

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

Shades of Egyptian Blue #132C95

Tints of Egyptian Blue #132C95

Color information

#132C95 (or 0x132C95) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2C and 95. RGB value is (19,44,149). Sum of RGB (Red+Green+Blue) = 19+44+149=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #132C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C95 is #ECD36A. Grayscale: #303030. Windows color (decimal): -15520619 or 9776147. OLE color: 9776147.

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

Color convert

RGB1944149-
CMYK0.870.7000.42
HSL228.46º77.38%32.94%-
HSV(B)228.46º87.25%58.43%-
XYZ6.594.1128.88-
YUV48.5184.72106.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=8.96%
G=20.75%
B=70.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19441490.870.7000.42228.4677.3832.94
Hex132C95574602Ae44d21
Octal235422512710605234411541
Binary1001110110010010101101011110001100101010111001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,44,149); }

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

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

 a { background-color: rgb(19,44,149); }

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

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

 span { border-color: rgb(19,44,149); }

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