Html Css Color HEX #132EAC Egyptian Blue

📋 copy color: '#132EAC'

red 19 ◦ green 46 ◦ blue 172

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

Shades of Egyptian Blue #132EAC

Tints of Egyptian Blue #132EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

 BLUE value IS 172 (67.58% from 255) = 72.57%

R = 8.02%
G = 19.41%
B = 72.57%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#132EAC (or 0x132EAC) is known color: Egyptian Blue. HEX triplet: 13, 2E and AC. RGB value is (19,46,172). Sum of RGB (Red+Green+Blue) = 19+46+172=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #132EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132EAC is #ECD153. Grayscale: #333333. Windows color (decimal): -15520084 or 11283987. OLE color: 11283987.

HSL color Cylindrical-coordinate representation of color #132EAC: hue angle of 229.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132EAC is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 46 172 -
CMYK 0.89 0.73 0 0.33
HSL 229.41º 0.8% 0.37% -
HSV(B) 229.41º 0.89% 0.67% -
XYZ 8.69 5.07 39.55 -
YUV 52.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 19 46 172 0.89 0.73 0 0.33 229.41 0.8 0.37
Hex 13 2E AC 59 49 0 21 E5 50 25
Octal 23 56 254 131 111 0 41 345 120 45
Binary 10011 101110 10101100 1011001 1001001 0 100001 11100101 1010000 100101

Color Harmonies of #132EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EAC

Black with #132EAC

Text Example


Text Example

White with #132EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132EAC; }

 p { color: rgb(19,46,172); }

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

background-color css

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

 a { background-color: rgb(19,46,172); }

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

border-color css

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

 span { border-color: rgb(19,46,172); }

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