Shades of Egyptian Blue #192996
Tints of Egyptian Blue #192996
RGB
CMYK
RGB Variations
Color information
#192996 (or 0x192996) is known color: Egyptian Blue. HEX triplet: 19, 29 and 96. RGB value is (25,41,150). Sum of RGB (Red+Green+Blue) = 25+41+150=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #192996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192996 is #E6D669. Grayscale: #303030. Windows color (decimal): -15128170 or 9840921. OLE color: 9840921.
HSL color Cylindrical-coordinate representation of color #192996: hue angle of 232.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192996 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 41 | 150 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.41 |
| HSL | 232.32º | 0.71% | 0.34% | - |
| HSV(B) | 232.32º | 0.83% | 0.59% | - |
| XYZ | 6.7 | 3.99 | 29.27 | - |
| YUV | 48.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 150 | 0.83 | 0.73 | 0 | 0.41 | 232.32 | 0.71 | 0.34 |
| Hex | 19 | 29 | 96 | 53 | 49 | 0 | 29 | E8 | 47 | 22 |
| Octal | 31 | 51 | 226 | 123 | 111 | 0 | 51 | 350 | 107 | 42 |
| Binary | 11001 | 101001 | 10010110 | 1010011 | 1001001 | 0 | 101001 | 11101000 | 1000111 | 100010 |
Color Harmonies of #192996
Complementary color
Monochromatic Colors of #192996
Black with #192996
Text Example
Text Example
White with #192996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192996; }
p { color: rgb(25,41,150); }
H1.HeaderClassName
{
color: #192996;
}
.AnyTagClassName
{
color: #192996;
}
</style>
background-color css
<style>
a { background-color: #192996; }
a { background-color: rgb(25,41,150); }
div.DivClassName
{
background-color: #192996;
}
.BgClassName
{
background-color: #192996;
}
</style>
border-color css
<style>
span { border-color: #192996; }
span { border-color: rgb(25,41,150); }
td.TdClassName
{
border-color: #192996;
}
.TagClassName
{
border-color: #192996;
}
</style>