Shades of Egyptian Blue #193996
Tints of Egyptian Blue #193996
RGB
CMYK
RGB Variations
Color information
#193996 (or 0x193996) is known color: Egyptian Blue. HEX triplet: 19, 39 and 96. RGB value is (25,57,150). Sum of RGB (Red+Green+Blue) = 25+57+150=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #193996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193996 is #E6C669. Grayscale: #393939. Windows color (decimal): -15124074 or 9845017. OLE color: 9845017.
HSL color Cylindrical-coordinate representation of color #193996: hue angle of 224.64º 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 #193996 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 57 | 150 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.41 |
| HSL | 224.64º | 0.71% | 0.34% | - |
| HSV(B) | 224.64º | 0.83% | 0.59% | - |
| XYZ | 7.37 | 5.33 | 29.5 | - |
| YUV | 58.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 150 | 0.83 | 0.62 | 0 | 0.41 | 224.64 | 0.71 | 0.34 |
| Hex | 19 | 39 | 96 | 53 | 3E | 0 | 29 | E1 | 47 | 22 |
| Octal | 31 | 71 | 226 | 123 | 76 | 0 | 51 | 341 | 107 | 42 |
| Binary | 11001 | 111001 | 10010110 | 1010011 | 111110 | 0 | 101001 | 11100001 | 1000111 | 100010 |
Color Harmonies of #193996
Complementary color
Monochromatic Colors of #193996
Black with #193996
Text Example
Text Example
White with #193996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193996; }
p { color: rgb(25,57,150); }
H1.HeaderClassName
{
color: #193996;
}
.AnyTagClassName
{
color: #193996;
}
</style>
background-color css
<style>
a { background-color: #193996; }
a { background-color: rgb(25,57,150); }
div.DivClassName
{
background-color: #193996;
}
.BgClassName
{
background-color: #193996;
}
</style>
border-color css
<style>
span { border-color: #193996; }
span { border-color: rgb(25,57,150); }
td.TdClassName
{
border-color: #193996;
}
.TagClassName
{
border-color: #193996;
}
</style>