Shades of Egyptian Blue #132AAF
Tints of Egyptian Blue #132AAF
RGB
CMYK
RGB Variations
Color information
#132AAF (or 0x132AAF) is known color: Egyptian Blue. HEX triplet: 13, 2A and AF. RGB value is (19,42,175). Sum of RGB (Red+Green+Blue) = 19+42+175=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #132AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132AAF is #ECD550. Grayscale: #313131. Windows color (decimal): -15521105 or 11479571. OLE color: 11479571.
HSL color Cylindrical-coordinate representation of color #132AAF: hue angle of 231.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132AAF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 42 | 175 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.31 |
| HSL | 231.15º | 0.8% | 0.38% | - |
| HSV(B) | 231.15º | 0.89% | 0.69% | - |
| XYZ | 8.83 | 4.89 | 41.04 | - |
| YUV | 50.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 175 | 0.89 | 0.76 | 0 | 0.31 | 231.15 | 0.8 | 0.38 |
| Hex | 13 | 2A | AF | 59 | 4C | 0 | 1F | E7 | 50 | 26 |
| Octal | 23 | 52 | 257 | 131 | 114 | 0 | 37 | 347 | 120 | 46 |
| Binary | 10011 | 101010 | 10101111 | 1011001 | 1001100 | 0 | 11111 | 11100111 | 1010000 | 100110 |
Color Harmonies of #132AAF
Complementary color
Monochromatic Colors of #132AAF
Black with #132AAF
Text Example
Text Example
White with #132AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132AAF; }
p { color: rgb(19,42,175); }
H1.HeaderClassName
{
color: #132AAF;
}
.AnyTagClassName
{
color: #132AAF;
}
</style>
background-color css
<style>
a { background-color: #132AAF; }
a { background-color: rgb(19,42,175); }
div.DivClassName
{
background-color: #132AAF;
}
.BgClassName
{
background-color: #132AAF;
}
</style>
border-color css
<style>
span { border-color: #132AAF; }
span { border-color: rgb(19,42,175); }
td.TdClassName
{
border-color: #132AAF;
}
.TagClassName
{
border-color: #132AAF;
}
</style>