Html Css Color HEX #132393 Egyptian Blue

📋 copy color: '#132393'

red 19 ◦ green 35 ◦ blue 147

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

Shades of Egyptian Blue #132393

Tints of Egyptian Blue #132393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.13%

R = 9.45%
G = 17.41%
B = 73.13%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132393 (or 0x132393) is known color: Egyptian Blue. HEX triplet: 13, 23 and 93. RGB value is (19,35,147). Sum of RGB (Red+Green+Blue) = 19+35+147=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #132393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132393 is #ECDC6C. Grayscale: #2A2A2A. Windows color (decimal): -15522925 or 9642771. OLE color: 9642771.

HSL color Cylindrical-coordinate representation of color #132393: hue angle of 232.5º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132393 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 35 147 -
CMYK 0.87 0.76 0 0.42
HSL 232.5º 0.77% 0.33% -
HSV(B) 232.5º 0.87% 0.58% -
XYZ 6.14 3.45 27.95 -
YUV 42.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 19 35 147 0.87 0.76 0 0.42 232.5 0.77 0.33
Hex 13 23 93 57 4C 0 2A E8 4D 21
Octal 23 43 223 127 114 0 52 350 115 41
Binary 10011 100011 10010011 1010111 1001100 0 101010 11101000 1001101 100001

Color Harmonies of #132393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132393

Black with #132393

Text Example


Text Example

White with #132393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132393; }

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

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

background-color css

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

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

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

border-color css

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

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

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