Html Css Color HEX #132AAF Egyptian Blue

📋 copy color: '#132AAF'

red 19 ◦ green 42 ◦ blue 175

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

Shades of Egyptian Blue #132AAF

Tints of Egyptian Blue #132AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.15%

R = 8.05%
G = 17.8%
B = 74.15%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#132AAF (or 0x132AAF) is known color: Egyptian Blue. HEX triplet: 13, 2A and AF. RGB value is (19,42,175). Sum of RGB (Red+Green+Blue) = 19+42+175=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #132AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132AAF is #ECD550. Grayscale: #313131. Windows color (decimal): -15521105 or 11479571. OLE color: 11479571.

HSL color Cylindrical-coordinate representation of color #132AAF: hue angle of 231.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132AAF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 42 175 -
CMYK 0.89 0.76 0 0.31
HSL 231.15º 0.8% 0.38% -
HSV(B) 231.15º 0.89% 0.69% -
XYZ 8.83 4.89 41.04 -
YUV 50.29 198.38 105.69 -
System Red Green Blue C M Y K H S L
Decimal 19 42 175 0.89 0.76 0 0.31 231.15 0.8 0.38
Hex 13 2A AF 59 4C 0 1F E7 50 26
Octal 23 52 257 131 114 0 37 347 120 46
Binary 10011 101010 10101111 1011001 1001100 0 11111 11100111 1010000 100110

Color Harmonies of #132AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132AAF

Black with #132AAF

Text Example


Text Example

White with #132AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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