Html Css Color HEX #132BAE Egyptian Blue

📋 copy color: '#132BAE'

red 19 ◦ green 43 ◦ blue 174

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

Shades of Egyptian Blue #132BAE

Tints of Egyptian Blue #132BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.22%

 BLUE value IS 174 (68.36% from 255) = 73.73%

R = 8.05%
G = 18.22%
B = 73.73%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#132BAE (or 0x132BAE) is known color: Egyptian Blue. HEX triplet: 13, 2B and AE. RGB value is (19,43,174). Sum of RGB (Red+Green+Blue) = 19+43+174=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #132BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132BAE is #ECD451. Grayscale: #323232. Windows color (decimal): -15520850 or 11414291. OLE color: 11414291.

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

Color convert

RGB 19 43 174 -
CMYK 0.89 0.75 0 0.32
HSL 230.71º 0.8% 0.38% -
HSV(B) 230.71º 0.89% 0.68% -
XYZ 8.77 4.92 40.53 -
YUV 50.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 19 43 174 0.89 0.75 0 0.32 230.71 0.8 0.38
Hex 13 2B AE 59 4B 0 20 E7 50 26
Octal 23 53 256 131 113 0 40 347 120 46
Binary 10011 101011 10101110 1011001 1001011 0 100000 11100111 1010000 100110

Color Harmonies of #132BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BAE

Black with #132BAE

Text Example


Text Example

White with #132BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,174); }

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

background-color css

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

 a { background-color: rgb(19,43,174); }

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

border-color css

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

 span { border-color: rgb(19,43,174); }

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