Shades of Egyptian Blue #192492
Tints of Egyptian Blue #192492
RGB
CMYK
RGB Variations
Color information
#192492 (or 0x192492) is known color: Egyptian Blue. HEX triplet: 19, 24 and 92. RGB value is (25,36,146). Sum of RGB (Red+Green+Blue) = 25+36+146=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #192492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192492 is #E6DB6D. Grayscale: #2C2C2C. Windows color (decimal): -15129454 or 9577497. OLE color: 9577497.
HSL color Cylindrical-coordinate representation of color #192492: hue angle of 234.55º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192492 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 36 | 146 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.43 |
| HSL | 234.55º | 0.71% | 0.34% | - |
| HSV(B) | 234.55º | 0.83% | 0.57% | - |
| XYZ | 6.22 | 3.54 | 27.55 | - |
| YUV | 45.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 146 | 0.83 | 0.75 | 0 | 0.43 | 234.55 | 0.71 | 0.34 |
| Hex | 19 | 24 | 92 | 53 | 4B | 0 | 2B | EB | 47 | 22 |
| Octal | 31 | 44 | 222 | 123 | 113 | 0 | 53 | 353 | 107 | 42 |
| Binary | 11001 | 100100 | 10010010 | 1010011 | 1001011 | 0 | 101011 | 11101011 | 1000111 | 100010 |
Color Harmonies of #192492
Complementary color
Monochromatic Colors of #192492
Black with #192492
Text Example
Text Example
White with #192492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192492; }
p { color: rgb(25,36,146); }
H1.HeaderClassName
{
color: #192492;
}
.AnyTagClassName
{
color: #192492;
}
</style>
background-color css
<style>
a { background-color: #192492; }
a { background-color: rgb(25,36,146); }
div.DivClassName
{
background-color: #192492;
}
.BgClassName
{
background-color: #192492;
}
</style>
border-color css
<style>
span { border-color: #192492; }
span { border-color: rgb(25,36,146); }
td.TdClassName
{
border-color: #192492;
}
.TagClassName
{
border-color: #192492;
}
</style>