Html Css Color HEX #132FAA Egyptian Blue

📋 copy color: '#132FAA'

red 19 ◦ green 47 ◦ blue 170

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

Shades of Egyptian Blue #132FAA

Tints of Egyptian Blue #132FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 8.05%
G = 19.92%
B = 72.03%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#132FAA (or 0x132FAA) is known color: Egyptian Blue. HEX triplet: 13, 2F and AA. RGB value is (19,47,170). Sum of RGB (Red+Green+Blue) = 19+47+170=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #132FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132FAA is #ECD055. Grayscale: #343434. Windows color (decimal): -15519830 or 11153171. OLE color: 11153171.

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

Color convert

RGB 19 47 170 -
CMYK 0.89 0.72 0 0.33
HSL 228.87º 0.8% 0.37% -
HSV(B) 228.87º 0.89% 0.67% -
XYZ 8.54 5.07 38.56 -
YUV 52.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 19 47 170 0.89 0.72 0 0.33 228.87 0.8 0.37
Hex 13 2F AA 59 48 0 21 E5 50 25
Octal 23 57 252 131 110 0 41 345 120 45
Binary 10011 101111 10101010 1011001 1001000 0 100001 11100101 1010000 100101

Color Harmonies of #132FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FAA

Black with #132FAA

Text Example


Text Example

White with #132FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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