Shades of Egyptian Blue #192997
Tints of Egyptian Blue #192997
RGB
CMYK
RGB Variations
Color information
#192997 (or 0x192997) is known color: Egyptian Blue. HEX triplet: 19, 29 and 97. RGB value is (25,41,151). Sum of RGB (Red+Green+Blue) = 25+41+151=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #192997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192997 is #E6D668. Grayscale: #303030. Windows color (decimal): -15128169 or 9906457. OLE color: 9906457.
HSL color Cylindrical-coordinate representation of color #192997: hue angle of 232.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192997 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 41 | 151 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.41 |
| HSL | 232.38º | 0.72% | 0.35% | - |
| HSV(B) | 232.38º | 0.83% | 0.59% | - |
| XYZ | 6.78 | 4.03 | 29.7 | - |
| YUV | 48.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 151 | 0.83 | 0.73 | 0 | 0.41 | 232.38 | 0.72 | 0.35 |
| Hex | 19 | 29 | 97 | 53 | 49 | 0 | 29 | E8 | 48 | 23 |
| Octal | 31 | 51 | 227 | 123 | 111 | 0 | 51 | 350 | 110 | 43 |
| Binary | 11001 | 101001 | 10010111 | 1010011 | 1001001 | 0 | 101001 | 11101000 | 1001000 | 100011 |
Color Harmonies of #192997
Complementary color
Monochromatic Colors of #192997
Black with #192997
Text Example
Text Example
White with #192997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192997; }
p { color: rgb(25,41,151); }
H1.HeaderClassName
{
color: #192997;
}
.AnyTagClassName
{
color: #192997;
}
</style>
background-color css
<style>
a { background-color: #192997; }
a { background-color: rgb(25,41,151); }
div.DivClassName
{
background-color: #192997;
}
.BgClassName
{
background-color: #192997;
}
</style>
border-color css
<style>
span { border-color: #192997; }
span { border-color: rgb(25,41,151); }
td.TdClassName
{
border-color: #192997;
}
.TagClassName
{
border-color: #192997;
}
</style>