Html Css Color HEX #132497 Egyptian Blue

📋 copy color: '#132497'

red 19 ◦ green 36 ◦ blue 151

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

Shades of Egyptian Blue #132497

Tints of Egyptian Blue #132497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 151 (59.38% from 255) = 73.3%

R = 9.22%
G = 17.48%
B = 73.3%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132497 (or 0x132497) is known color: Egyptian Blue. HEX triplet: 13, 24 and 97. RGB value is (19,36,151). Sum of RGB (Red+Green+Blue) = 19+36+151=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #132497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132497 is #ECDB68. Grayscale: #2B2B2B. Windows color (decimal): -15522665 or 9905171. OLE color: 9905171.

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

Color convert

RGB 19 36 151 -
CMYK 0.87 0.76 0 0.41
HSL 232.27º 0.78% 0.33% -
HSV(B) 232.27º 0.87% 0.59% -
XYZ 6.49 3.63 29.64 -
YUV 44.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 19 36 151 0.87 0.76 0 0.41 232.27 0.78 0.33
Hex 13 24 97 57 4C 0 29 E8 4E 21
Octal 23 44 227 127 114 0 51 350 116 41
Binary 10011 100100 10010111 1010111 1001100 0 101001 11101000 1001110 100001

Color Harmonies of #132497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132497

Black with #132497

Text Example


Text Example

White with #132497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132497; }

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

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

background-color css

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

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

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

border-color css

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

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

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