Shades of Egyptian Blue #132F99
Tints of Egyptian Blue #132F99
RGB
CMYK
RGB Variations
Color information
#132F99 (or 0x132F99) is known color: Egyptian Blue. HEX triplet: 13, 2F and 99. RGB value is (19,47,153). Sum of RGB (Red+Green+Blue) = 19+47+153=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #132F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132F99 is #ECD066. Grayscale: #323232. Windows color (decimal): -15519847 or 10039059. OLE color: 10039059.
HSL color Cylindrical-coordinate representation of color #132F99: hue angle of 227.46º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132F99 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 47 | 153 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.4 |
| HSL | 227.46º | 0.78% | 0.34% | - |
| HSV(B) | 227.46º | 0.88% | 0.6% | - |
| XYZ | 7.03 | 4.47 | 30.63 | - |
| YUV | 50.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 153 | 0.88 | 0.69 | 0 | 0.4 | 227.46 | 0.78 | 0.34 |
| Hex | 13 | 2F | 99 | 58 | 45 | 0 | 28 | E3 | 4E | 22 |
| Octal | 23 | 57 | 231 | 130 | 105 | 0 | 50 | 343 | 116 | 42 |
| Binary | 10011 | 101111 | 10011001 | 1011000 | 1000101 | 0 | 101000 | 11100011 | 1001110 | 100010 |
Color Harmonies of #132F99
Complementary color
Monochromatic Colors of #132F99
Black with #132F99
Text Example
Text Example
White with #132F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F99; }
p { color: rgb(19,47,153); }
H1.HeaderClassName
{
color: #132F99;
}
.AnyTagClassName
{
color: #132F99;
}
</style>
background-color css
<style>
a { background-color: #132F99; }
a { background-color: rgb(19,47,153); }
div.DivClassName
{
background-color: #132F99;
}
.BgClassName
{
background-color: #132F99;
}
</style>
border-color css
<style>
span { border-color: #132F99; }
span { border-color: rgb(19,47,153); }
td.TdClassName
{
border-color: #132F99;
}
.TagClassName
{
border-color: #132F99;
}
</style>