Html Css Color HEX #132994 Egyptian Blue

📋 copy color: '#132994'

red 19 ◦ green 41 ◦ blue 148

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

Shades of Egyptian Blue #132994

Tints of Egyptian Blue #132994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 148 (58.2% from 255) = 71.15%

R = 9.13%
G = 19.71%
B = 71.15%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132994 (or 0x132994) is known color: Egyptian Blue. HEX triplet: 13, 29 and 94. RGB value is (19,41,148). Sum of RGB (Red+Green+Blue) = 19+41+148=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #132994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132994 is #ECD66B. Grayscale: #2E2E2E. Windows color (decimal): -15521388 or 9709843. OLE color: 9709843.

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

Color convert

RGB 19 41 148 -
CMYK 0.87 0.72 0 0.42
HSL 229.77º 0.77% 0.33% -
HSV(B) 229.77º 0.87% 0.58% -
XYZ 6.41 3.86 28.42 -
YUV 46.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 19 41 148 0.87 0.72 0 0.42 229.77 0.77 0.33
Hex 13 29 94 57 48 0 2A E6 4D 21
Octal 23 51 224 127 110 0 52 346 115 41
Binary 10011 101001 10010100 1010111 1001000 0 101010 11100110 1001101 100001

Color Harmonies of #132994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132994

Black with #132994

Text Example


Text Example

White with #132994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132994; }

 p { color: rgb(19,41,148); }

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

background-color css

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

 a { background-color: rgb(19,41,148); }

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

border-color css

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

 span { border-color: rgb(19,41,148); }

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