Html Css Color HEX #132397 Egyptian Blue

📋 copy color: '#132397'

red 19 ◦ green 35 ◦ blue 151

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

Shades of Egyptian Blue #132397

Tints of Egyptian Blue #132397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 9.27%
G = 17.07%
B = 73.66%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132397 (or 0x132397) is known color: Egyptian Blue. HEX triplet: 13, 23 and 97. RGB value is (19,35,151). Sum of RGB (Red+Green+Blue) = 19+35+151=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #132397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132397 is #ECDC68. Grayscale: #2A2A2A. Windows color (decimal): -15522921 or 9904915. OLE color: 9904915.

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

Color convert

RGB 19 35 151 -
CMYK 0.87 0.77 0 0.41
HSL 232.73º 0.78% 0.33% -
HSV(B) 232.73º 0.87% 0.59% -
XYZ 6.46 3.57 29.63 -
YUV 43.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 19 35 151 0.87 0.77 0 0.41 232.73 0.78 0.33
Hex 13 23 97 57 4D 0 29 E9 4E 21
Octal 23 43 227 127 115 0 51 351 116 41
Binary 10011 100011 10010111 1010111 1001101 0 101001 11101001 1001110 100001

Color Harmonies of #132397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132397

Black with #132397

Text Example


Text Example

White with #132397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132397; }

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

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

background-color css

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

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

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

border-color css

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

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

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