Html Css Color HEX #132991 Egyptian Blue

📋 copy color: '#132991'

red 19 ◦ green 41 ◦ blue 145

#132991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #132991

Tints of Egyptian Blue #132991

RGB

 RED value IS 19 (7.81% from 255) = 9.27%

 GREEN value IS 41 (16.41% from 255) = 20%

 BLUE value IS 145 (57.03% from 255) = 70.73%

R = 9.27%
G = 20%
B = 70.73%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#132991 (or 0x132991) is known color: Egyptian Blue. HEX triplet: 13, 29 and 91. RGB value is (19,41,145). Sum of RGB (Red+Green+Blue) = 19+41+145=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #132991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132991 is #ECD66E. Grayscale: #2D2D2D. Windows color (decimal): -15521391 or 9513235. OLE color: 9513235.

HSL color Cylindrical-coordinate representation of color #132991: hue angle of 229.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132991 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 41 145 -
CMYK 0.87 0.72 0 0.43
HSL 229.52º 0.77% 0.32% -
HSV(B) 229.52º 0.87% 0.57% -
XYZ 6.17 3.77 27.19 -
YUV 46.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 19 41 145 0.87 0.72 0 0.43 229.52 0.77 0.32
Hex 13 29 91 57 48 0 2B E6 4D 20
Octal 23 51 221 127 110 0 53 346 115 40
Binary 10011 101001 10010001 1010111 1001000 0 101011 11100110 1001101 100000

Color Harmonies of #132991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132991

Black with #132991

Text Example


Text Example

White with #132991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132991; }

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

 H1.HeaderClassName
 {
   color: #132991;
 }
 .AnyTagClassName
 {
   color: #132991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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