Html Css Color HEX #132791 Egyptian Blue

📋 copy color: '#132791'

red 19 ◦ green 39 ◦ blue 145

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

Shades of Egyptian Blue #132791

Tints of Egyptian Blue #132791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

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

R = 9.36%
G = 19.21%
B = 71.43%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#132791 (or 0x132791) is known color: Egyptian Blue. HEX triplet: 13, 27 and 91. RGB value is (19,39,145). Sum of RGB (Red+Green+Blue) = 19+39+145=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #132791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132791 is #ECD86E. Grayscale: #2C2C2C. Windows color (decimal): -15521903 or 9512723. OLE color: 9512723.

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

Color convert

RGB 19 39 145 -
CMYK 0.87 0.73 0 0.43
HSL 230.48º 0.77% 0.32% -
HSV(B) 230.48º 0.87% 0.57% -
XYZ 6.1 3.63 27.17 -
YUV 45.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 19 39 145 0.87 0.73 0 0.43 230.48 0.77 0.32
Hex 13 27 91 57 49 0 2B E6 4D 20
Octal 23 47 221 127 111 0 53 346 115 40
Binary 10011 100111 10010001 1010111 1001001 0 101011 11100110 1001101 100000

Color Harmonies of #132791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132791

Black with #132791

Text Example


Text Example

White with #132791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132791; }

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

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

background-color css

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

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

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

border-color css

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

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

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