Shades of Egyptian Blue #192898
Tints of Egyptian Blue #192898
RGB
CMYK
RGB Variations
Color information
#192898 (or 0x192898) is known color: Egyptian Blue. HEX triplet: 19, 28 and 98. RGB value is (25,40,152). Sum of RGB (Red+Green+Blue) = 25+40+152=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #192898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192898 is #E6D767. Grayscale: #2F2F2F. Windows color (decimal): -15128424 or 9971737. OLE color: 9971737.
HSL color Cylindrical-coordinate representation of color #192898: hue angle of 232.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192898 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 40 | 152 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.40 |
| HSL | 232.91º | 0.72% | 0.35% | - |
| HSV(B) | 232.91º | 0.84% | 0.6% | - |
| XYZ | 6.83 | 3.99 | 30.12 | - |
| YUV | 48.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 152 | 0.84 | 0.74 | 0 | 0.40 | 232.91 | 0.72 | 0.35 |
| Hex | 19 | 28 | 98 | 54 | 4A | 0 | 28 | E9 | 48 | 23 |
| Octal | 31 | 50 | 230 | 124 | 112 | 0 | 50 | 351 | 110 | 43 |
| Binary | 11001 | 101000 | 10011000 | 1010100 | 1001010 | 0 | 101000 | 11101001 | 1001000 | 100011 |
Color Harmonies of #192898
Complementary color
Monochromatic Colors of #192898
Black with #192898
Text Example
Text Example
White with #192898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192898; }
p { color: rgb(25,40,152); }
H1.HeaderClassName
{
color: #192898;
}
.AnyTagClassName
{
color: #192898;
}
</style>
background-color css
<style>
a { background-color: #192898; }
a { background-color: rgb(25,40,152); }
div.DivClassName
{
background-color: #192898;
}
.BgClassName
{
background-color: #192898;
}
</style>
border-color css
<style>
span { border-color: #192898; }
span { border-color: rgb(25,40,152); }
td.TdClassName
{
border-color: #192898;
}
.TagClassName
{
border-color: #192898;
}
</style>