#132896

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

Shades of Egyptian Blue #132896

Tints of Egyptian Blue #132896

Color information

#132896 (or 0x132896) is unknown color: approx Egyptian Blue. HEX triplet: 13, 28 and 96. RGB value is (19,40,150). Sum of RGB (Red+Green+Blue) = 19+40+150=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #132896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132896 is #ECD769. Grayscale: #2D2D2D. Windows color (decimal): -15521642 or 9840659. OLE color: 9840659.

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

Color convert

RGB1940150-
CMYK0.870.7300.41
HSL230.38º77.51%33.14%-
HSV(B)230.38º87.33%58.82%-
XYZ6.533.8629.25-
YUV46.26186.54108.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 150 (58.98% from 255) = 71.77%
R=9.09%
G=19.14%
B=71.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19401500.870.7300.41230.3877.5133.14
Hex1328965749029e64e21
Octal235022612711105134611641
Binary1001110100010010110101011110010010101001111001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132896; }

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

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

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

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

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

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

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

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