Shades of Egyptian Blue #192498
Tints of Egyptian Blue #192498
RGB
CMYK
RGB Variations
Color information
#192498 (or 0x192498) is known color: Egyptian Blue. HEX triplet: 19, 24 and 98. RGB value is (25,36,152). Sum of RGB (Red+Green+Blue) = 25+36+152=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #192498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192498 is #E6DB67. Grayscale: #2D2D2D. Windows color (decimal): -15129448 or 9970713. OLE color: 9970713.
HSL color Cylindrical-coordinate representation of color #192498: hue angle of 234.8º 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 #192498 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 36 | 152 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.40 |
| HSL | 234.8º | 0.72% | 0.35% | - |
| HSV(B) | 234.8º | 0.84% | 0.6% | - |
| XYZ | 6.7 | 3.74 | 30.07 | - |
| YUV | 45.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 152 | 0.84 | 0.76 | 0 | 0.40 | 234.8 | 0.72 | 0.35 |
| Hex | 19 | 24 | 98 | 54 | 4C | 0 | 28 | EB | 48 | 23 |
| Octal | 31 | 44 | 230 | 124 | 114 | 0 | 50 | 353 | 110 | 43 |
| Binary | 11001 | 100100 | 10011000 | 1010100 | 1001100 | 0 | 101000 | 11101011 | 1001000 | 100011 |
Color Harmonies of #192498
Complementary color
Monochromatic Colors of #192498
Black with #192498
Text Example
Text Example
White with #192498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192498; }
p { color: rgb(25,36,152); }
H1.HeaderClassName
{
color: #192498;
}
.AnyTagClassName
{
color: #192498;
}
</style>
background-color css
<style>
a { background-color: #192498; }
a { background-color: rgb(25,36,152); }
div.DivClassName
{
background-color: #192498;
}
.BgClassName
{
background-color: #192498;
}
</style>
border-color css
<style>
span { border-color: #192498; }
span { border-color: rgb(25,36,152); }
td.TdClassName
{
border-color: #192498;
}
.TagClassName
{
border-color: #192498;
}
</style>