Html Css Color HEX #132392 Egyptian Blue

📋 copy color: '#132392'

red 19 ◦ green 35 ◦ blue 146

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

Shades of Egyptian Blue #132392

Tints of Egyptian Blue #132392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73%

R = 9.5%
G = 17.5%
B = 73%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#132392 (or 0x132392) is known color: Egyptian Blue. HEX triplet: 13, 23 and 92. RGB value is (19,35,146). Sum of RGB (Red+Green+Blue) = 19+35+146=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #132392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132392 is #ECDC6D. Grayscale: #2A2A2A. Windows color (decimal): -15522926 or 9577235. OLE color: 9577235.

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

Color convert

RGB 19 35 146 -
CMYK 0.87 0.76 0 0.43
HSL 232.44º 0.77% 0.32% -
HSV(B) 232.44º 0.87% 0.57% -
XYZ 6.06 3.42 27.53 -
YUV 42.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 19 35 146 0.87 0.76 0 0.43 232.44 0.77 0.32
Hex 13 23 92 57 4C 0 2B E8 4D 20
Octal 23 43 222 127 114 0 53 350 115 40
Binary 10011 100011 10010010 1010111 1001100 0 101011 11101000 1001101 100000

Color Harmonies of #132392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132392

Black with #132392

Text Example


Text Example

White with #132392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132392; }

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

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

background-color css

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

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

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

border-color css

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

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

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