Html Css Color HEX #132DA9 Egyptian Blue

📋 copy color: '#132DA9'

red 19 ◦ green 45 ◦ blue 169

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

Shades of Egyptian Blue #132DA9

Tints of Egyptian Blue #132DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 72.53%

R = 8.15%
G = 19.31%
B = 72.53%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#132DA9 (or 0x132DA9) is known color: Egyptian Blue. HEX triplet: 13, 2D and A9. RGB value is (19,45,169). Sum of RGB (Red+Green+Blue) = 19+45+169=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 169 (66.41% from 255 or 72.53% from 233); Max value from RGB is 169 - color contains mainly: blue. Hex color #132DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DA9 is #ECD256. Grayscale: #323232. Windows color (decimal): -15520343 or 11087123. OLE color: 11087123.

HSL color Cylindrical-coordinate representation of color #132DA9: hue angle of 229.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132DA9 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 45 169 -
CMYK 0.89 0.73 0 0.34
HSL 229.6º 0.8% 0.37% -
HSV(B) 229.6º 0.89% 0.66% -
XYZ 8.37 4.88 38.04 -
YUV 51.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 19 45 169 0.89 0.73 0 0.34 229.6 0.8 0.37
Hex 13 2D A9 59 49 0 22 E6 50 25
Octal 23 55 251 131 111 0 42 346 120 45
Binary 10011 101101 10101001 1011001 1001001 0 100010 11100110 1010000 100101

Color Harmonies of #132DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DA9

Black with #132DA9

Text Example


Text Example

White with #132DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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