Html Css Color HEX #132793 Egyptian Blue

📋 copy color: '#132793'

red 19 ◦ green 39 ◦ blue 147

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

Shades of Egyptian Blue #132793

Tints of Egyptian Blue #132793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 9.27%
G = 19.02%
B = 71.71%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132793 (or 0x132793) is known color: Egyptian Blue. HEX triplet: 13, 27 and 93. RGB value is (19,39,147). Sum of RGB (Red+Green+Blue) = 19+39+147=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #132793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132793 is #ECD86C. Grayscale: #2C2C2C. Windows color (decimal): -15521901 or 9643795. OLE color: 9643795.

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

Color convert

RGB 19 39 147 -
CMYK 0.87 0.73 0 0.42
HSL 230.63º 0.77% 0.33% -
HSV(B) 230.63º 0.87% 0.58% -
XYZ 6.26 3.7 27.99 -
YUV 45.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 19 39 147 0.87 0.73 0 0.42 230.63 0.77 0.33
Hex 13 27 93 57 49 0 2A E7 4D 21
Octal 23 47 223 127 111 0 52 347 115 41
Binary 10011 100111 10010011 1010111 1001001 0 101010 11100111 1001101 100001

Color Harmonies of #132793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132793

Black with #132793

Text Example


Text Example

White with #132793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132793; }

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

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

background-color css

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

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

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

border-color css

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

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

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