Shades of Egyptian Blue #193B96
Tints of Egyptian Blue #193B96
RGB
CMYK
RGB Variations
Color information
#193B96 (or 0x193B96) is known color: Egyptian Blue. HEX triplet: 19, 3B and 96. RGB value is (25,59,150). Sum of RGB (Red+Green+Blue) = 25+59+150=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #193B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B96 is #E6C469. Grayscale: #3A3A3A. Windows color (decimal): -15123562 or 9845529. OLE color: 9845529.
HSL color Cylindrical-coordinate representation of color #193B96: hue angle of 223.68º 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 #193B96 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 59 | 150 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.41 |
| HSL | 223.68º | 0.71% | 0.34% | - |
| HSV(B) | 223.68º | 0.83% | 0.59% | - |
| XYZ | 7.47 | 5.54 | 29.53 | - |
| YUV | 59.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 150 | 0.83 | 0.61 | 0 | 0.41 | 223.68 | 0.71 | 0.34 |
| Hex | 19 | 3B | 96 | 53 | 3D | 0 | 29 | E0 | 47 | 22 |
| Octal | 31 | 73 | 226 | 123 | 75 | 0 | 51 | 340 | 107 | 42 |
| Binary | 11001 | 111011 | 10010110 | 1010011 | 111101 | 0 | 101001 | 11100000 | 1000111 | 100010 |
Color Harmonies of #193B96
Complementary color
Monochromatic Colors of #193B96
Black with #193B96
Text Example
Text Example
White with #193B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B96; }
p { color: rgb(25,59,150); }
H1.HeaderClassName
{
color: #193B96;
}
.AnyTagClassName
{
color: #193B96;
}
</style>
background-color css
<style>
a { background-color: #193B96; }
a { background-color: rgb(25,59,150); }
div.DivClassName
{
background-color: #193B96;
}
.BgClassName
{
background-color: #193B96;
}
</style>
border-color css
<style>
span { border-color: #193B96; }
span { border-color: rgb(25,59,150); }
td.TdClassName
{
border-color: #193B96;
}
.TagClassName
{
border-color: #193B96;
}
</style>