Shades of Egyptian Blue #132AA4
Tints of Egyptian Blue #132AA4
RGB
CMYK
RGB Variations
Color information
#132AA4 (or 0x132AA4) is known color: Egyptian Blue. HEX triplet: 13, 2A and A4. RGB value is (19,42,164). Sum of RGB (Red+Green+Blue) = 19+42+164=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #132AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132AA4 is #ECD55B. Grayscale: #303030. Windows color (decimal): -15521116 or 10758675. OLE color: 10758675.
HSL color Cylindrical-coordinate representation of color #132AA4: hue angle of 230.48º 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 #132AA4 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 42 | 164 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.36 |
| HSL | 230.48º | 0.79% | 0.36% | - |
| HSV(B) | 230.48º | 0.88% | 0.64% | - |
| XYZ | 7.8 | 4.47 | 35.57 | - |
| YUV | 49.03 | 192.88 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 164 | 0.88 | 0.74 | 0 | 0.36 | 230.48 | 0.79 | 0.36 |
| Hex | 13 | 2A | A4 | 58 | 4A | 0 | 24 | E6 | 4F | 24 |
| Octal | 23 | 52 | 244 | 130 | 112 | 0 | 44 | 346 | 117 | 44 |
| Binary | 10011 | 101010 | 10100100 | 1011000 | 1001010 | 0 | 100100 | 11100110 | 1001111 | 100100 |
Color Harmonies of #132AA4
Complementary color
Monochromatic Colors of #132AA4
Black with #132AA4
Text Example
Text Example
White with #132AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132AA4; }
p { color: rgb(19,42,164); }
H1.HeaderClassName
{
color: #132AA4;
}
.AnyTagClassName
{
color: #132AA4;
}
</style>
background-color css
<style>
a { background-color: #132AA4; }
a { background-color: rgb(19,42,164); }
div.DivClassName
{
background-color: #132AA4;
}
.BgClassName
{
background-color: #132AA4;
}
</style>
border-color css
<style>
span { border-color: #132AA4; }
span { border-color: rgb(19,42,164); }
td.TdClassName
{
border-color: #132AA4;
}
.TagClassName
{
border-color: #132AA4;
}
</style>