Shades of Egyptian Blue #192A98
Tints of Egyptian Blue #192A98
RGB
CMYK
RGB Variations
Color information
#192A98 (or 0x192A98) is known color: Egyptian Blue. HEX triplet: 19, 2A and 98. RGB value is (25,42,152). Sum of RGB (Red+Green+Blue) = 25+42+152=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #192A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192A98 is #E6D567. Grayscale: #313131. Windows color (decimal): -15127912 or 9972249. OLE color: 9972249.
HSL color Cylindrical-coordinate representation of color #192A98: hue angle of 231.97º 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 #192A98 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 42 | 152 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.40 |
| HSL | 231.97º | 0.72% | 0.35% | - |
| HSV(B) | 231.97º | 0.84% | 0.6% | - |
| XYZ | 6.9 | 4.13 | 30.14 | - |
| YUV | 49.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 152 | 0.84 | 0.72 | 0 | 0.40 | 231.97 | 0.72 | 0.35 |
| Hex | 19 | 2A | 98 | 54 | 48 | 0 | 28 | E8 | 48 | 23 |
| Octal | 31 | 52 | 230 | 124 | 110 | 0 | 50 | 350 | 110 | 43 |
| Binary | 11001 | 101010 | 10011000 | 1010100 | 1001000 | 0 | 101000 | 11101000 | 1001000 | 100011 |
Color Harmonies of #192A98
Complementary color
Monochromatic Colors of #192A98
Black with #192A98
Text Example
Text Example
White with #192A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A98; }
p { color: rgb(25,42,152); }
H1.HeaderClassName
{
color: #192A98;
}
.AnyTagClassName
{
color: #192A98;
}
</style>
background-color css
<style>
a { background-color: #192A98; }
a { background-color: rgb(25,42,152); }
div.DivClassName
{
background-color: #192A98;
}
.BgClassName
{
background-color: #192A98;
}
</style>
border-color css
<style>
span { border-color: #192A98; }
span { border-color: rgb(25,42,152); }
td.TdClassName
{
border-color: #192A98;
}
.TagClassName
{
border-color: #192A98;
}
</style>