Html Css Color HEX #132997 Egyptian Blue

📋 copy color: '#132997'

red 19 ◦ green 41 ◦ blue 151

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

Shades of Egyptian Blue #132997

Tints of Egyptian Blue #132997

RGB

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

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

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

R = 9%
G = 19.43%
B = 71.56%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132997 (or 0x132997) is known color: 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

RGB 19 41 151 -
CMYK 0.87 0.73 0 0.41
HSL 230º 0.78% 0.33% -
HSV(B) 230º 0.87% 0.59% -
XYZ 6.65 3.96 29.69 -
YUV 46.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 19 41 151 0.87 0.73 0 0.41 230 0.78 0.33
Hex 13 29 97 57 49 0 29 E6 4E 21
Octal 23 51 227 127 111 0 51 346 116 41
Binary 10011 101001 10010111 1010111 1001001 0 101001 11100110 1001110 100001

Color Harmonies of #132997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132997

Black with #132997

Text Example


Text Example

White with #132997

Text Example


Text Example

HTML Codes & Css Web 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>