#132897

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

Shades of Egyptian Blue #132897

Tints of Egyptian Blue #132897

Color information

#132897 (or 0x132897) is unknown color: approx Egyptian Blue. HEX triplet: 13, 28 and 97. RGB value is (19,40,151). Sum of RGB (Red+Green+Blue) = 19+40+151=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #132897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132897 is #ECD768. Grayscale: #2D2D2D. Windows color (decimal): -15521641 or 9906195. OLE color: 9906195.

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

Color convert

RGB1940151-
CMYK0.870.7400.41
HSL230.45º77.65%33.33%-
HSV(B)230.45º87.42%59.22%-
XYZ6.613.8929.68-
YUV46.38187.04108.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 151 (59.38% from 255) = 71.90%
R=9.05%
G=19.05%
B=71.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19401510.870.7400.41230.4577.6533.33
Hex132897574A029e64e21
Octal235022712711205134611641
Binary1001110100010010111101011110010100101001111001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132897; }

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

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

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

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

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

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

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

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