Shades of Egyptian Blue #192897
Tints of Egyptian Blue #192897
RGB
CMYK
RGB Variations
Color information
#192897 (or 0x192897) is known color: Egyptian Blue. HEX triplet: 19, 28 and 97. RGB value is (25,40,151). Sum of RGB (Red+Green+Blue) = 25+40+151=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #192897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192897 is #E6D768. Grayscale: #2F2F2F. Windows color (decimal): -15128425 or 9906201. OLE color: 9906201.
HSL color Cylindrical-coordinate representation of color #192897: hue angle of 232.86º 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 #192897 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 40 | 151 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.41 |
| HSL | 232.86º | 0.72% | 0.35% | - |
| HSV(B) | 232.86º | 0.83% | 0.59% | - |
| XYZ | 6.75 | 3.96 | 29.69 | - |
| YUV | 48.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 151 | 0.83 | 0.74 | 0 | 0.41 | 232.86 | 0.72 | 0.35 |
| Hex | 19 | 28 | 97 | 53 | 4A | 0 | 29 | E9 | 48 | 23 |
| Octal | 31 | 50 | 227 | 123 | 112 | 0 | 51 | 351 | 110 | 43 |
| Binary | 11001 | 101000 | 10010111 | 1010011 | 1001010 | 0 | 101001 | 11101001 | 1001000 | 100011 |
Color Harmonies of #192897
Complementary color
Monochromatic Colors of #192897
Black with #192897
Text Example
Text Example
White with #192897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192897; }
p { color: rgb(25,40,151); }
H1.HeaderClassName
{
color: #192897;
}
.AnyTagClassName
{
color: #192897;
}
</style>
background-color css
<style>
a { background-color: #192897; }
a { background-color: rgb(25,40,151); }
div.DivClassName
{
background-color: #192897;
}
.BgClassName
{
background-color: #192897;
}
</style>
border-color css
<style>
span { border-color: #192897; }
span { border-color: rgb(25,40,151); }
td.TdClassName
{
border-color: #192897;
}
.TagClassName
{
border-color: #192897;
}
</style>