Shades of Egyptian Blue #132AA1
Tints of Egyptian Blue #132AA1
RGB
CMYK
RGB Variations
Color information
#132AA1 (or 0x132AA1) is known color: Egyptian Blue. HEX triplet: 13, 2A and A1. RGB value is (19,42,161). Sum of RGB (Red+Green+Blue) = 19+42+161=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #132AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132AA1 is #ECD55E. Grayscale: #303030. Windows color (decimal): -15521119 or 10562067. OLE color: 10562067.
HSL color Cylindrical-coordinate representation of color #132AA1: hue angle of 230.28º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132AA1 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 42 | 161 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.37 |
| HSL | 230.28º | 0.79% | 0.35% | - |
| HSV(B) | 230.28º | 0.88% | 0.63% | - |
| XYZ | 7.53 | 4.37 | 34.16 | - |
| YUV | 48.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 161 | 0.88 | 0.74 | 0 | 0.37 | 230.28 | 0.79 | 0.35 |
| Hex | 13 | 2A | A1 | 58 | 4A | 0 | 25 | E6 | 4F | 23 |
| Octal | 23 | 52 | 241 | 130 | 112 | 0 | 45 | 346 | 117 | 43 |
| Binary | 10011 | 101010 | 10100001 | 1011000 | 1001010 | 0 | 100101 | 11100110 | 1001111 | 100011 |
Color Harmonies of #132AA1
Complementary color
Monochromatic Colors of #132AA1
Black with #132AA1
Text Example
Text Example
White with #132AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132AA1; }
p { color: rgb(19,42,161); }
H1.HeaderClassName
{
color: #132AA1;
}
.AnyTagClassName
{
color: #132AA1;
}
</style>
background-color css
<style>
a { background-color: #132AA1; }
a { background-color: rgb(19,42,161); }
div.DivClassName
{
background-color: #132AA1;
}
.BgClassName
{
background-color: #132AA1;
}
</style>
border-color css
<style>
span { border-color: #132AA1; }
span { border-color: rgb(19,42,161); }
td.TdClassName
{
border-color: #132AA1;
}
.TagClassName
{
border-color: #132AA1;
}
</style>