Shades of Egyptian Blue #132992
Tints of Egyptian Blue #132992
RGB
CMYK
RGB Variations
Color information
#132992 (or 0x132992) is known color: Egyptian Blue. HEX triplet: 13, 29 and 92. RGB value is (19,41,146). Sum of RGB (Red+Green+Blue) = 19+41+146=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #132992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132992 is #ECD66D. Grayscale: #2D2D2D. Windows color (decimal): -15521390 or 9578771. OLE color: 9578771.
HSL color Cylindrical-coordinate representation of color #132992: hue angle of 229.61º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132992 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 41 | 146 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.43 |
| HSL | 229.61º | 0.77% | 0.32% | - |
| HSV(B) | 229.61º | 0.87% | 0.57% | - |
| XYZ | 6.25 | 3.8 | 27.6 | - |
| YUV | 46.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 146 | 0.87 | 0.72 | 0 | 0.43 | 229.61 | 0.77 | 0.32 |
| Hex | 13 | 29 | 92 | 57 | 48 | 0 | 2B | E6 | 4D | 20 |
| Octal | 23 | 51 | 222 | 127 | 110 | 0 | 53 | 346 | 115 | 40 |
| Binary | 10011 | 101001 | 10010010 | 1010111 | 1001000 | 0 | 101011 | 11100110 | 1001101 | 100000 |
Color Harmonies of #132992
Complementary color
Monochromatic Colors of #132992
Black with #132992
Text Example
Text Example
White with #132992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132992; }
p { color: rgb(19,41,146); }
H1.HeaderClassName
{
color: #132992;
}
.AnyTagClassName
{
color: #132992;
}
</style>
background-color css
<style>
a { background-color: #132992; }
a { background-color: rgb(19,41,146); }
div.DivClassName
{
background-color: #132992;
}
.BgClassName
{
background-color: #132992;
}
</style>
border-color css
<style>
span { border-color: #132992; }
span { border-color: rgb(19,41,146); }
td.TdClassName
{
border-color: #132992;
}
.TagClassName
{
border-color: #132992;
}
</style>