Shades of Egyptian Blue #193696
Tints of Egyptian Blue #193696
RGB
CMYK
RGB Variations
Color information
#193696 (or 0x193696) is known color: Egyptian Blue. HEX triplet: 19, 36 and 96. RGB value is (25,54,150). Sum of RGB (Red+Green+Blue) = 25+54+150=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #193696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193696 is #E6C969. Grayscale: #373737. Windows color (decimal): -15124842 or 9844249. OLE color: 9844249.
HSL color Cylindrical-coordinate representation of color #193696: hue angle of 226.08º 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 #193696 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 54 | 150 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.41 |
| HSL | 226.08º | 0.71% | 0.34% | - |
| HSV(B) | 226.08º | 0.83% | 0.59% | - |
| XYZ | 7.23 | 5.05 | 29.45 | - |
| YUV | 56.27 | 180.89 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 150 | 0.83 | 0.64 | 0 | 0.41 | 226.08 | 0.71 | 0.34 |
| Hex | 19 | 36 | 96 | 53 | 40 | 0 | 29 | E2 | 47 | 22 |
| Octal | 31 | 66 | 226 | 123 | 100 | 0 | 51 | 342 | 107 | 42 |
| Binary | 11001 | 110110 | 10010110 | 1010011 | 1000000 | 0 | 101001 | 11100010 | 1000111 | 100010 |
Color Harmonies of #193696
Complementary color
Monochromatic Colors of #193696
Black with #193696
Text Example
Text Example
White with #193696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193696; }
p { color: rgb(25,54,150); }
H1.HeaderClassName
{
color: #193696;
}
.AnyTagClassName
{
color: #193696;
}
</style>
background-color css
<style>
a { background-color: #193696; }
a { background-color: rgb(25,54,150); }
div.DivClassName
{
background-color: #193696;
}
.BgClassName
{
background-color: #193696;
}
</style>
border-color css
<style>
span { border-color: #193696; }
span { border-color: rgb(25,54,150); }
td.TdClassName
{
border-color: #193696;
}
.TagClassName
{
border-color: #193696;
}
</style>