Html Css Color HEX #132DA4 Egyptian Blue

📋 copy color: '#132DA4'

red 19 ◦ green 45 ◦ blue 164

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

Shades of Egyptian Blue #132DA4

Tints of Egyptian Blue #132DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 71.93%

R = 8.33%
G = 19.74%
B = 71.93%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#132DA4 (or 0x132DA4) is known color: Egyptian Blue. HEX triplet: 13, 2D and A4. RGB value is (19,45,164). Sum of RGB (Red+Green+Blue) = 19+45+164=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #132DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DA4 is #ECD25B. Grayscale: #323232. Windows color (decimal): -15520348 or 10759443. OLE color: 10759443.

HSL color Cylindrical-coordinate representation of color #132DA4: hue angle of 229.24º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132DA4 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 45 164 -
CMYK 0.88 0.73 0 0.36
HSL 229.24º 0.79% 0.36% -
HSV(B) 229.24º 0.88% 0.64% -
XYZ 7.91 4.7 35.61 -
YUV 50.79 191.89 105.32 -
System Red Green Blue C M Y K H S L
Decimal 19 45 164 0.88 0.73 0 0.36 229.24 0.79 0.36
Hex 13 2D A4 58 49 0 24 E5 4F 24
Octal 23 55 244 130 111 0 44 345 117 44
Binary 10011 101101 10100100 1011000 1001001 0 100100 11100101 1001111 100100

Color Harmonies of #132DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DA4

Black with #132DA4

Text Example


Text Example

White with #132DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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