Shades of Egyptian Blue #193296
Tints of Egyptian Blue #193296
RGB
CMYK
RGB Variations
Color information
#193296 (or 0x193296) is known color: Egyptian Blue. HEX triplet: 19, 32 and 96. RGB value is (25,50,150). Sum of RGB (Red+Green+Blue) = 25+50+150=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #193296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193296 is #E6CD69. Grayscale: #353535. Windows color (decimal): -15125866 or 9843225. OLE color: 9843225.
HSL color Cylindrical-coordinate representation of color #193296: hue angle of 228º 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 #193296 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 50 | 150 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.41 |
| HSL | 228º | 0.71% | 0.34% | - |
| HSV(B) | 228º | 0.83% | 0.59% | - |
| XYZ | 7.05 | 4.69 | 29.39 | - |
| YUV | 53.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 150 | 0.83 | 0.67 | 0 | 0.41 | 228 | 0.71 | 0.34 |
| Hex | 19 | 32 | 96 | 53 | 43 | 0 | 29 | E4 | 47 | 22 |
| Octal | 31 | 62 | 226 | 123 | 103 | 0 | 51 | 344 | 107 | 42 |
| Binary | 11001 | 110010 | 10010110 | 1010011 | 1000011 | 0 | 101001 | 11100100 | 1000111 | 100010 |
Color Harmonies of #193296
Complementary color
Monochromatic Colors of #193296
Black with #193296
Text Example
Text Example
White with #193296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193296; }
p { color: rgb(25,50,150); }
H1.HeaderClassName
{
color: #193296;
}
.AnyTagClassName
{
color: #193296;
}
</style>
background-color css
<style>
a { background-color: #193296; }
a { background-color: rgb(25,50,150); }
div.DivClassName
{
background-color: #193296;
}
.BgClassName
{
background-color: #193296;
}
</style>
border-color css
<style>
span { border-color: #193296; }
span { border-color: rgb(25,50,150); }
td.TdClassName
{
border-color: #193296;
}
.TagClassName
{
border-color: #193296;
}
</style>