Shades of Egyptian Blue #132298
Tints of Egyptian Blue #132298
RGB
CMYK
RGB Variations
Color information
#132298 (or 0x132298) is known color: Egyptian Blue. HEX triplet: 13, 22 and 98. RGB value is (19,34,152). Sum of RGB (Red+Green+Blue) = 19+34+152=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #132298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132298 is #ECDD67. Grayscale: #2A2A2A. Windows color (decimal): -15523176 or 9970195. OLE color: 9970195.
HSL color Cylindrical-coordinate representation of color #132298: hue angle of 233.23º 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 #132298 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 34 | 152 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.40 |
| HSL | 233.23º | 0.78% | 0.34% | - |
| HSV(B) | 233.23º | 0.88% | 0.6% | - |
| XYZ | 6.51 | 3.55 | 30.05 | - |
| YUV | 42.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 152 | 0.87 | 0.78 | 0 | 0.40 | 233.23 | 0.78 | 0.34 |
| Hex | 13 | 22 | 98 | 57 | 4E | 0 | 28 | E9 | 4E | 22 |
| Octal | 23 | 42 | 230 | 127 | 116 | 0 | 50 | 351 | 116 | 42 |
| Binary | 10011 | 100010 | 10011000 | 1010111 | 1001110 | 0 | 101000 | 11101001 | 1001110 | 100010 |
Color Harmonies of #132298
Complementary color
Monochromatic Colors of #132298
Black with #132298
Text Example
Text Example
White with #132298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132298; }
p { color: rgb(19,34,152); }
H1.HeaderClassName
{
color: #132298;
}
.AnyTagClassName
{
color: #132298;
}
</style>
background-color css
<style>
a { background-color: #132298; }
a { background-color: rgb(19,34,152); }
div.DivClassName
{
background-color: #132298;
}
.BgClassName
{
background-color: #132298;
}
</style>
border-color css
<style>
span { border-color: #132298; }
span { border-color: rgb(19,34,152); }
td.TdClassName
{
border-color: #132298;
}
.TagClassName
{
border-color: #132298;
}
</style>