Html Css Color HEX #132AAA Egyptian Blue

📋 copy color: '#132AAA'

red 19 ◦ green 42 ◦ blue 170

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

Shades of Egyptian Blue #132AAA

Tints of Egyptian Blue #132AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 8.23%
G = 18.18%
B = 73.59%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#132AAA (or 0x132AAA) is known color: Egyptian Blue. HEX triplet: 13, 2A and AA. RGB value is (19,42,170). Sum of RGB (Red+Green+Blue) = 19+42+170=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #132AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132AAA is #ECD555. Grayscale: #313131. Windows color (decimal): -15521110 or 11151891. OLE color: 11151891.

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

Color convert

RGB 19 42 170 -
CMYK 0.89 0.75 0 0.33
HSL 230.86º 0.8% 0.37% -
HSV(B) 230.86º 0.89% 0.67% -
XYZ 8.35 4.7 38.5 -
YUV 49.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 19 42 170 0.89 0.75 0 0.33 230.86 0.8 0.37
Hex 13 2A AA 59 4B 0 21 E7 50 25
Octal 23 52 252 131 113 0 41 347 120 45
Binary 10011 101010 10101010 1011001 1001011 0 100001 11100111 1010000 100101

Color Harmonies of #132AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132AAA

Black with #132AAA

Text Example


Text Example

White with #132AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,42,170); }

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

background-color css

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

 a { background-color: rgb(19,42,170); }

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

border-color css

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

 span { border-color: rgb(19,42,170); }

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