Shades of Egyptian Blue #193299
Tints of Egyptian Blue #193299
RGB
CMYK
RGB Variations
Color information
#193299 (or 0x193299) is known color: Egyptian Blue. HEX triplet: 19, 32 and 99. RGB value is (25,50,153). Sum of RGB (Red+Green+Blue) = 25+50+153=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #193299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193299 is #E6CD66. Grayscale: #353535. Windows color (decimal): -15125863 or 10039833. OLE color: 10039833.
HSL color Cylindrical-coordinate representation of color #193299: hue angle of 228.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193299 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 50 | 153 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.4 |
| HSL | 228.28º | 0.72% | 0.35% | - |
| HSV(B) | 228.28º | 0.84% | 0.6% | - |
| XYZ | 7.29 | 4.79 | 30.68 | - |
| YUV | 54.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 153 | 0.84 | 0.67 | 0 | 0.4 | 228.28 | 0.72 | 0.35 |
| Hex | 19 | 32 | 99 | 54 | 43 | 0 | 28 | E4 | 48 | 23 |
| Octal | 31 | 62 | 231 | 124 | 103 | 0 | 50 | 344 | 110 | 43 |
| Binary | 11001 | 110010 | 10011001 | 1010100 | 1000011 | 0 | 101000 | 11100100 | 1001000 | 100011 |
Color Harmonies of #193299
Complementary color
Monochromatic Colors of #193299
Black with #193299
Text Example
Text Example
White with #193299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193299; }
p { color: rgb(25,50,153); }
H1.HeaderClassName
{
color: #193299;
}
.AnyTagClassName
{
color: #193299;
}
</style>
background-color css
<style>
a { background-color: #193299; }
a { background-color: rgb(25,50,153); }
div.DivClassName
{
background-color: #193299;
}
.BgClassName
{
background-color: #193299;
}
</style>
border-color css
<style>
span { border-color: #193299; }
span { border-color: rgb(25,50,153); }
td.TdClassName
{
border-color: #193299;
}
.TagClassName
{
border-color: #193299;
}
</style>