Shades of Egyptian Blue #132CB1
Tints of Egyptian Blue #132CB1
RGB
CMYK
RGB Variations
Color information
#132CB1 (or 0x132CB1) is known color: Egyptian Blue. HEX triplet: 13, 2C and B1. RGB value is (19,44,177). Sum of RGB (Red+Green+Blue) = 19+44+177=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #132CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132CB1 is #ECD34E. Grayscale: #333333. Windows color (decimal): -15520591 or 11611155. OLE color: 11611155.
HSL color Cylindrical-coordinate representation of color #132CB1: hue angle of 230.51º degrees, saturation: 0.81, 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 #132CB1 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 44 | 177 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.31 |
| HSL | 230.51º | 0.81% | 0.38% | - |
| HSV(B) | 230.51º | 0.89% | 0.69% | - |
| XYZ | 9.11 | 5.11 | 42.1 | - |
| YUV | 51.69 | 198.72 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 177 | 0.89 | 0.75 | 0 | 0.31 | 230.51 | 0.81 | 0.38 |
| Hex | 13 | 2C | B1 | 59 | 4B | 0 | 1F | E7 | 51 | 26 |
| Octal | 23 | 54 | 261 | 131 | 113 | 0 | 37 | 347 | 121 | 46 |
| Binary | 10011 | 101100 | 10110001 | 1011001 | 1001011 | 0 | 11111 | 11100111 | 1010001 | 100110 |
Color Harmonies of #132CB1
Complementary color
Monochromatic Colors of #132CB1
Black with #132CB1
Text Example
Text Example
White with #132CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CB1; }
p { color: rgb(19,44,177); }
H1.HeaderClassName
{
color: #132CB1;
}
.AnyTagClassName
{
color: #132CB1;
}
</style>
background-color css
<style>
a { background-color: #132CB1; }
a { background-color: rgb(19,44,177); }
div.DivClassName
{
background-color: #132CB1;
}
.BgClassName
{
background-color: #132CB1;
}
</style>
border-color css
<style>
span { border-color: #132CB1; }
span { border-color: rgb(19,44,177); }
td.TdClassName
{
border-color: #132CB1;
}
.TagClassName
{
border-color: #132CB1;
}
</style>