Shades of Egyptian Blue #132CA7
Tints of Egyptian Blue #132CA7
RGB
CMYK
RGB Variations
Color information
#132CA7 (or 0x132CA7) is known color: Egyptian Blue. HEX triplet: 13, 2C and A7. RGB value is (19,44,167). Sum of RGB (Red+Green+Blue) = 19+44+167=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 167 (65.62% from 255 or 72.61% from 230); Max value from RGB is 167 - color contains mainly: blue. Hex color #132CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132CA7 is #ECD358. Grayscale: #323232. Windows color (decimal): -15520601 or 10955795. OLE color: 10955795.
HSL color Cylindrical-coordinate representation of color #132CA7: hue angle of 229.86º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132CA7 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 44 | 167 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.35 |
| HSL | 229.86º | 0.8% | 0.36% | - |
| HSV(B) | 229.86º | 0.89% | 0.65% | - |
| XYZ | 8.14 | 4.73 | 37.04 | - |
| YUV | 50.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 167 | 0.89 | 0.74 | 0 | 0.35 | 229.86 | 0.8 | 0.36 |
| Hex | 13 | 2C | A7 | 59 | 4A | 0 | 23 | E6 | 50 | 24 |
| Octal | 23 | 54 | 247 | 131 | 112 | 0 | 43 | 346 | 120 | 44 |
| Binary | 10011 | 101100 | 10100111 | 1011001 | 1001010 | 0 | 100011 | 11100110 | 1010000 | 100100 |
Color Harmonies of #132CA7
Complementary color
Monochromatic Colors of #132CA7
Black with #132CA7
Text Example
Text Example
White with #132CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CA7; }
p { color: rgb(19,44,167); }
H1.HeaderClassName
{
color: #132CA7;
}
.AnyTagClassName
{
color: #132CA7;
}
</style>
background-color css
<style>
a { background-color: #132CA7; }
a { background-color: rgb(19,44,167); }
div.DivClassName
{
background-color: #132CA7;
}
.BgClassName
{
background-color: #132CA7;
}
</style>
border-color css
<style>
span { border-color: #132CA7; }
span { border-color: rgb(19,44,167); }
td.TdClassName
{
border-color: #132CA7;
}
.TagClassName
{
border-color: #132CA7;
}
</style>