Shades of Egyptian Blue #132DB1
Tints of Egyptian Blue #132DB1
RGB
CMYK
RGB Variations
Color information
#132DB1 (or 0x132DB1) is known color: Egyptian Blue. HEX triplet: 13, 2D and B1. RGB value is (19,45,177). Sum of RGB (Red+Green+Blue) = 19+45+177=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #132DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DB1 is #ECD24E. Grayscale: #333333. Windows color (decimal): -15520335 or 11611411. OLE color: 11611411.
HSL color Cylindrical-coordinate representation of color #132DB1: hue angle of 230.13º 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 #132DB1 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 45 | 177 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.31 |
| HSL | 230.13º | 0.81% | 0.38% | - |
| HSV(B) | 230.13º | 0.89% | 0.69% | - |
| XYZ | 9.14 | 5.19 | 42.11 | - |
| YUV | 52.27 | 198.39 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 177 | 0.89 | 0.75 | 0 | 0.31 | 230.13 | 0.81 | 0.38 |
| Hex | 13 | 2D | B1 | 59 | 4B | 0 | 1F | E6 | 51 | 26 |
| Octal | 23 | 55 | 261 | 131 | 113 | 0 | 37 | 346 | 121 | 46 |
| Binary | 10011 | 101101 | 10110001 | 1011001 | 1001011 | 0 | 11111 | 11100110 | 1010001 | 100110 |
Color Harmonies of #132DB1
Complementary color
Monochromatic Colors of #132DB1
Black with #132DB1
Text Example
Text Example
White with #132DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DB1; }
p { color: rgb(19,45,177); }
H1.HeaderClassName
{
color: #132DB1;
}
.AnyTagClassName
{
color: #132DB1;
}
</style>
background-color css
<style>
a { background-color: #132DB1; }
a { background-color: rgb(19,45,177); }
div.DivClassName
{
background-color: #132DB1;
}
.BgClassName
{
background-color: #132DB1;
}
</style>
border-color css
<style>
span { border-color: #132DB1; }
span { border-color: rgb(19,45,177); }
td.TdClassName
{
border-color: #132DB1;
}
.TagClassName
{
border-color: #132DB1;
}
</style>