Html Css Color HEX #132DAE Egyptian Blue

📋 copy color: '#132DAE'

red 19 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #132DAE

Tints of Egyptian Blue #132DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

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

R = 7.98%
G = 18.91%
B = 73.11%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#132DAE (or 0x132DAE) is known color: Egyptian Blue. HEX triplet: 13, 2D and AE. RGB value is (19,45,174). Sum of RGB (Red+Green+Blue) = 19+45+174=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #132DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DAE is #ECD251. Grayscale: #333333. Windows color (decimal): -15520338 or 11414803. OLE color: 11414803.

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

Color convert

RGB 19 45 174 -
CMYK 0.89 0.74 0 0.32
HSL 229.94º 0.8% 0.38% -
HSV(B) 229.94º 0.89% 0.68% -
XYZ 8.85 5.07 40.56 -
YUV 51.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 19 45 174 0.89 0.74 0 0.32 229.94 0.8 0.38
Hex 13 2D AE 59 4A 0 20 E6 50 26
Octal 23 55 256 131 112 0 40 346 120 46
Binary 10011 101101 10101110 1011001 1001010 0 100000 11100110 1010000 100110

Color Harmonies of #132DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DAE

Black with #132DAE

Text Example


Text Example

White with #132DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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