Html Css Color HEX #132691 Egyptian Blue

📋 copy color: '#132691'

red 19 ◦ green 38 ◦ blue 145

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

Shades of Egyptian Blue #132691

Tints of Egyptian Blue #132691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 9.41%
G = 18.81%
B = 71.78%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#132691 (or 0x132691) is known color: Egyptian Blue. HEX triplet: 13, 26 and 91. RGB value is (19,38,145). Sum of RGB (Red+Green+Blue) = 19+38+145=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #132691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132691 is #ECD96E. Grayscale: #2C2C2C. Windows color (decimal): -15522159 or 9512467. OLE color: 9512467.

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

Color convert

RGB 19 38 145 -
CMYK 0.87 0.74 0 0.43
HSL 230.95º 0.77% 0.32% -
HSV(B) 230.95º 0.87% 0.57% -
XYZ 6.07 3.57 27.16 -
YUV 44.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 19 38 145 0.87 0.74 0 0.43 230.95 0.77 0.32
Hex 13 26 91 57 4A 0 2B E7 4D 20
Octal 23 46 221 127 112 0 53 347 115 40
Binary 10011 100110 10010001 1010111 1001010 0 101011 11100111 1001101 100000

Color Harmonies of #132691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132691

Black with #132691

Text Example


Text Example

White with #132691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132691; }

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

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

background-color css

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

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

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

border-color css

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

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

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