Shades of Egyptian Blue #193997
Tints of Egyptian Blue #193997
RGB
CMYK
RGB Variations
Color information
#193997 (or 0x193997) is known color: Egyptian Blue. HEX triplet: 19, 39 and 97. RGB value is (25,57,151). Sum of RGB (Red+Green+Blue) = 25+57+151=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #193997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193997 is #E6C668. Grayscale: #393939. Windows color (decimal): -15124073 or 9910553. OLE color: 9910553.
HSL color Cylindrical-coordinate representation of color #193997: hue angle of 224.76º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193997 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 57 | 151 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.41 |
| HSL | 224.76º | 0.72% | 0.35% | - |
| HSV(B) | 224.76º | 0.83% | 0.59% | - |
| XYZ | 7.45 | 5.37 | 29.92 | - |
| YUV | 58.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 151 | 0.83 | 0.62 | 0 | 0.41 | 224.76 | 0.72 | 0.35 |
| Hex | 19 | 39 | 97 | 53 | 3E | 0 | 29 | E1 | 48 | 23 |
| Octal | 31 | 71 | 227 | 123 | 76 | 0 | 51 | 341 | 110 | 43 |
| Binary | 11001 | 111001 | 10010111 | 1010011 | 111110 | 0 | 101001 | 11100001 | 1001000 | 100011 |
Color Harmonies of #193997
Complementary color
Monochromatic Colors of #193997
Black with #193997
Text Example
Text Example
White with #193997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193997; }
p { color: rgb(25,57,151); }
H1.HeaderClassName
{
color: #193997;
}
.AnyTagClassName
{
color: #193997;
}
</style>
background-color css
<style>
a { background-color: #193997; }
a { background-color: rgb(25,57,151); }
div.DivClassName
{
background-color: #193997;
}
.BgClassName
{
background-color: #193997;
}
</style>
border-color css
<style>
span { border-color: #193997; }
span { border-color: rgb(25,57,151); }
td.TdClassName
{
border-color: #193997;
}
.TagClassName
{
border-color: #193997;
}
</style>