Html Css Color HEX #132CAC Egyptian Blue

📋 copy color: '#132CAC'

red 19 ◦ green 44 ◦ blue 172

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

Shades of Egyptian Blue #132CAC

Tints of Egyptian Blue #132CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

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

R = 8.09%
G = 18.72%
B = 73.19%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#132CAC (or 0x132CAC) is known color: Egyptian Blue. HEX triplet: 13, 2C and AC. RGB value is (19,44,172). Sum of RGB (Red+Green+Blue) = 19+44+172=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #132CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132CAC is #ECD353. Grayscale: #323232. Windows color (decimal): -15520596 or 11283475. OLE color: 11283475.

HSL color Cylindrical-coordinate representation of color #132CAC: hue angle of 230.2º 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 #132CAC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 44 172 -
CMYK 0.89 0.74 0 0.33
HSL 230.2º 0.8% 0.37% -
HSV(B) 230.2º 0.89% 0.67% -
XYZ 8.62 4.92 39.52 -
YUV 51.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 19 44 172 0.89 0.74 0 0.33 230.2 0.8 0.37
Hex 13 2C AC 59 4A 0 21 E6 50 25
Octal 23 54 254 131 112 0 41 346 120 45
Binary 10011 101100 10101100 1011001 1001010 0 100001 11100110 1010000 100101

Color Harmonies of #132CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132CAC

Black with #132CAC

Text Example


Text Example

White with #132CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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