Shades of Egyptian Blue #132898
Tints of Egyptian Blue #132898
RGB
CMYK
RGB Variations
Color information
#132898 (or 0x132898) is known color: Egyptian Blue. HEX triplet: 13, 28 and 98. RGB value is (19,40,152). Sum of RGB (Red+Green+Blue) = 19+40+152=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #132898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132898 is #ECD767. Grayscale: #2E2E2E. Windows color (decimal): -15521640 or 9971731. OLE color: 9971731.
HSL color Cylindrical-coordinate representation of color #132898: hue angle of 230.53º 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 #132898 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 40 | 152 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.40 |
| HSL | 230.53º | 0.78% | 0.34% | - |
| HSV(B) | 230.53º | 0.88% | 0.6% | - |
| XYZ | 6.69 | 3.92 | 30.11 | - |
| YUV | 46.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 152 | 0.87 | 0.74 | 0 | 0.40 | 230.53 | 0.78 | 0.34 |
| Hex | 13 | 28 | 98 | 57 | 4A | 0 | 28 | E7 | 4E | 22 |
| Octal | 23 | 50 | 230 | 127 | 112 | 0 | 50 | 347 | 116 | 42 |
| Binary | 10011 | 101000 | 10011000 | 1010111 | 1001010 | 0 | 101000 | 11100111 | 1001110 | 100010 |
Color Harmonies of #132898
Complementary color
Monochromatic Colors of #132898
Black with #132898
Text Example
Text Example
White with #132898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132898; }
p { color: rgb(19,40,152); }
H1.HeaderClassName
{
color: #132898;
}
.AnyTagClassName
{
color: #132898;
}
</style>
background-color css
<style>
a { background-color: #132898; }
a { background-color: rgb(19,40,152); }
div.DivClassName
{
background-color: #132898;
}
.BgClassName
{
background-color: #132898;
}
</style>
border-color css
<style>
span { border-color: #132898; }
span { border-color: rgb(19,40,152); }
td.TdClassName
{
border-color: #132898;
}
.TagClassName
{
border-color: #132898;
}
</style>