Shades of Egyptian Blue #192696
Tints of Egyptian Blue #192696
RGB
CMYK
RGB Variations
Color information
#192696 (or 0x192696) is known color: Egyptian Blue. HEX triplet: 19, 26 and 96. RGB value is (25,38,150). Sum of RGB (Red+Green+Blue) = 25+38+150=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #192696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192696 is #E6D969. Grayscale: #2E2E2E. Windows color (decimal): -15128938 or 9840153. OLE color: 9840153.
HSL color Cylindrical-coordinate representation of color #192696: hue angle of 233.76º 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 #192696 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 38 | 150 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.41 |
| HSL | 233.76º | 0.71% | 0.34% | - |
| HSV(B) | 233.76º | 0.83% | 0.59% | - |
| XYZ | 6.6 | 3.79 | 29.24 | - |
| YUV | 46.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 150 | 0.83 | 0.75 | 0 | 0.41 | 233.76 | 0.71 | 0.34 |
| Hex | 19 | 26 | 96 | 53 | 4B | 0 | 29 | EA | 47 | 22 |
| Octal | 31 | 46 | 226 | 123 | 113 | 0 | 51 | 352 | 107 | 42 |
| Binary | 11001 | 100110 | 10010110 | 1010011 | 1001011 | 0 | 101001 | 11101010 | 1000111 | 100010 |
Color Harmonies of #192696
Complementary color
Monochromatic Colors of #192696
Black with #192696
Text Example
Text Example
White with #192696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192696; }
p { color: rgb(25,38,150); }
H1.HeaderClassName
{
color: #192696;
}
.AnyTagClassName
{
color: #192696;
}
</style>
background-color css
<style>
a { background-color: #192696; }
a { background-color: rgb(25,38,150); }
div.DivClassName
{
background-color: #192696;
}
.BgClassName
{
background-color: #192696;
}
</style>
border-color css
<style>
span { border-color: #192696; }
span { border-color: rgb(25,38,150); }
td.TdClassName
{
border-color: #192696;
}
.TagClassName
{
border-color: #192696;
}
</style>