#132997

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

Shades of Egyptian Blue #132997

Tints of Egyptian Blue #132997

Color information

#132997 (or 0x132997) is unknown color: approx Egyptian Blue. HEX triplet: 13, 29 and 97. RGB value is (19,41,151). Sum of RGB (Red+Green+Blue) = 19+41+151=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 151 (59.38% from 255 or 71.56% from 211); Max value from RGB is 151 - color contains mainly: blue. Hex color #132997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132997 is #ECD668. Grayscale: #2E2E2E. Windows color (decimal): -15521385 or 9906451. OLE color: 9906451.

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

Color convert

RGB1941151-
CMYK0.870.7300.41
HSL230º77.65%33.33%-
HSV(B)230º87.42%59.22%-
XYZ6.653.9629.69-
YUV46.96186.71108.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 151 (59.38% from 255) = 71.56%
R=9.00%
G=19.43%
B=71.56%

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
Decimal19411510.870.7300.4123077.6533.33
Hex1329975749029e64e21
Octal235122712711105134611641
Binary1001110100110010111101011110010010101001111001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132997; }

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

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

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

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

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

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

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

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