Shades of Egyptian Blue #132792
Tints of Egyptian Blue #132792
RGB
CMYK
RGB Variations
Color information
#132792 (or 0x132792) is known color: Egyptian Blue. HEX triplet: 13, 27 and 92. RGB value is (19,39,146). Sum of RGB (Red+Green+Blue) = 19+39+146=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #132792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132792 is #ECD86D. Grayscale: #2C2C2C. Windows color (decimal): -15521902 or 9578259. OLE color: 9578259.
HSL color Cylindrical-coordinate representation of color #132792: hue angle of 230.55º 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 #132792 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 39 | 146 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.43 |
| HSL | 230.55º | 0.77% | 0.32% | - |
| HSV(B) | 230.55º | 0.87% | 0.57% | - |
| XYZ | 6.18 | 3.66 | 27.58 | - |
| YUV | 45.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 146 | 0.87 | 0.73 | 0 | 0.43 | 230.55 | 0.77 | 0.32 |
| Hex | 13 | 27 | 92 | 57 | 49 | 0 | 2B | E7 | 4D | 20 |
| Octal | 23 | 47 | 222 | 127 | 111 | 0 | 53 | 347 | 115 | 40 |
| Binary | 10011 | 100111 | 10010010 | 1010111 | 1001001 | 0 | 101011 | 11100111 | 1001101 | 100000 |
Color Harmonies of #132792
Complementary color
Monochromatic Colors of #132792
Black with #132792
Text Example
Text Example
White with #132792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132792; }
p { color: rgb(19,39,146); }
H1.HeaderClassName
{
color: #132792;
}
.AnyTagClassName
{
color: #132792;
}
</style>
background-color css
<style>
a { background-color: #132792; }
a { background-color: rgb(19,39,146); }
div.DivClassName
{
background-color: #132792;
}
.BgClassName
{
background-color: #132792;
}
</style>
border-color css
<style>
span { border-color: #132792; }
span { border-color: rgb(19,39,146); }
td.TdClassName
{
border-color: #132792;
}
.TagClassName
{
border-color: #132792;
}
</style>