Shades of Egyptian Blue #193399
Tints of Egyptian Blue #193399
RGB
CMYK
RGB Variations
Color information
#193399 (or 0x193399) is known color: Egyptian Blue. HEX triplet: 19, 33 and 99. RGB value is (25,51,153). Sum of RGB (Red+Green+Blue) = 25+51+153=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #193399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193399 is #E6CC66. Grayscale: #363636. Windows color (decimal): -15125607 or 10040089. OLE color: 10040089.
HSL color Cylindrical-coordinate representation of color #193399: hue angle of 227.81º 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 #193399 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 51 | 153 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.4 |
| HSL | 227.81º | 0.72% | 0.35% | - |
| HSV(B) | 227.81º | 0.84% | 0.6% | - |
| XYZ | 7.33 | 4.87 | 30.69 | - |
| YUV | 54.85 | 183.39 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 153 | 0.84 | 0.67 | 0 | 0.4 | 227.81 | 0.72 | 0.35 |
| Hex | 19 | 33 | 99 | 54 | 43 | 0 | 28 | E4 | 48 | 23 |
| Octal | 31 | 63 | 231 | 124 | 103 | 0 | 50 | 344 | 110 | 43 |
| Binary | 11001 | 110011 | 10011001 | 1010100 | 1000011 | 0 | 101000 | 11100100 | 1001000 | 100011 |
Color Harmonies of #193399
Complementary color
Monochromatic Colors of #193399
Black with #193399
Text Example
Text Example
White with #193399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193399; }
p { color: rgb(25,51,153); }
H1.HeaderClassName
{
color: #193399;
}
.AnyTagClassName
{
color: #193399;
}
</style>
background-color css
<style>
a { background-color: #193399; }
a { background-color: rgb(25,51,153); }
div.DivClassName
{
background-color: #193399;
}
.BgClassName
{
background-color: #193399;
}
</style>
border-color css
<style>
span { border-color: #193399; }
span { border-color: rgb(25,51,153); }
td.TdClassName
{
border-color: #193399;
}
.TagClassName
{
border-color: #193399;
}
</style>