Shades of Egyptian Blue #192F98
Tints of Egyptian Blue #192F98
RGB
CMYK
RGB Variations
Color information
#192F98 (or 0x192F98) is known color: Egyptian Blue. HEX triplet: 19, 2F and 98. RGB value is (25,47,152). Sum of RGB (Red+Green+Blue) = 25+47+152=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #192F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F98 is #E6D067. Grayscale: #333333. Windows color (decimal): -15126632 or 9973529. OLE color: 9973529.
HSL color Cylindrical-coordinate representation of color #192F98: hue angle of 229.61º 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 #192F98 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 47 | 152 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.40 |
| HSL | 229.61º | 0.72% | 0.35% | - |
| HSV(B) | 229.61º | 0.84% | 0.6% | - |
| XYZ | 7.08 | 4.51 | 30.2 | - |
| YUV | 52.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 152 | 0.84 | 0.69 | 0 | 0.40 | 229.61 | 0.72 | 0.35 |
| Hex | 19 | 2F | 98 | 54 | 45 | 0 | 28 | E6 | 48 | 23 |
| Octal | 31 | 57 | 230 | 124 | 105 | 0 | 50 | 346 | 110 | 43 |
| Binary | 11001 | 101111 | 10011000 | 1010100 | 1000101 | 0 | 101000 | 11100110 | 1001000 | 100011 |
Color Harmonies of #192F98
Complementary color
Monochromatic Colors of #192F98
Black with #192F98
Text Example
Text Example
White with #192F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F98; }
p { color: rgb(25,47,152); }
H1.HeaderClassName
{
color: #192F98;
}
.AnyTagClassName
{
color: #192F98;
}
</style>
background-color css
<style>
a { background-color: #192F98; }
a { background-color: rgb(25,47,152); }
div.DivClassName
{
background-color: #192F98;
}
.BgClassName
{
background-color: #192F98;
}
</style>
border-color css
<style>
span { border-color: #192F98; }
span { border-color: rgb(25,47,152); }
td.TdClassName
{
border-color: #192F98;
}
.TagClassName
{
border-color: #192F98;
}
</style>