Html Css Color HEX #132893 Egyptian Blue

📋 copy color: '#132893'

red 19 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #132893

Tints of Egyptian Blue #132893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 9.22%
G = 19.42%
B = 71.36%

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

#132893 (or 0x132893) is known color: Egyptian Blue. HEX triplet: 13, 28 and 93. RGB value is (19,40,147). Sum of RGB (Red+Green+Blue) = 19+40+147=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #132893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132893 is #ECD76C. Grayscale: #2D2D2D. Windows color (decimal): -15521645 or 9644051. OLE color: 9644051.

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

Color convert

RGB 19 40 147 -
CMYK 0.87 0.73 0 0.42
HSL 230.16º 0.77% 0.33% -
HSV(B) 230.16º 0.87% 0.58% -
XYZ 6.29 3.76 28 -
YUV 45.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 19 40 147 0.87 0.73 0 0.42 230.16 0.77 0.33
Hex 13 28 93 57 49 0 2A E6 4D 21
Octal 23 50 223 127 111 0 52 346 115 41
Binary 10011 101000 10010011 1010111 1001001 0 101010 11100110 1001101 100001

Color Harmonies of #132893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132893

Black with #132893

Text Example


Text Example

White with #132893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132893; }

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

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

background-color css

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

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

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

border-color css

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

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

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