Shades of Egyptian Blue #192398
Tints of Egyptian Blue #192398
RGB
CMYK
RGB Variations
Color information
#192398 (or 0x192398) is known color: Egyptian Blue. HEX triplet: 19, 23 and 98. RGB value is (25,35,152). Sum of RGB (Red+Green+Blue) = 25+35+152=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #192398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192398 is #E6DC67. Grayscale: #2C2C2C. Windows color (decimal): -15129704 or 9970457. OLE color: 9970457.
HSL color Cylindrical-coordinate representation of color #192398: hue angle of 235.28º 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 #192398 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 35 | 152 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.40 |
| HSL | 235.28º | 0.72% | 0.35% | - |
| HSV(B) | 235.28º | 0.84% | 0.6% | - |
| XYZ | 6.67 | 3.68 | 30.06 | - |
| YUV | 45.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 152 | 0.84 | 0.77 | 0 | 0.40 | 235.28 | 0.72 | 0.35 |
| Hex | 19 | 23 | 98 | 54 | 4D | 0 | 28 | EB | 48 | 23 |
| Octal | 31 | 43 | 230 | 124 | 115 | 0 | 50 | 353 | 110 | 43 |
| Binary | 11001 | 100011 | 10011000 | 1010100 | 1001101 | 0 | 101000 | 11101011 | 1001000 | 100011 |
Color Harmonies of #192398
Complementary color
Monochromatic Colors of #192398
Black with #192398
Text Example
Text Example
White with #192398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192398; }
p { color: rgb(25,35,152); }
H1.HeaderClassName
{
color: #192398;
}
.AnyTagClassName
{
color: #192398;
}
</style>
background-color css
<style>
a { background-color: #192398; }
a { background-color: rgb(25,35,152); }
div.DivClassName
{
background-color: #192398;
}
.BgClassName
{
background-color: #192398;
}
</style>
border-color css
<style>
span { border-color: #192398; }
span { border-color: rgb(25,35,152); }
td.TdClassName
{
border-color: #192398;
}
.TagClassName
{
border-color: #192398;
}
</style>