Shades of Egyptian Blue #193388
Tints of Egyptian Blue #193388
RGB
CMYK
RGB Variations
Color information
#193388 (or 0x193388) is known color: Egyptian Blue. HEX triplet: 19, 33 and 88. RGB value is (25,51,136). Sum of RGB (Red+Green+Blue) = 25+51+136=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #193388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193388 is #E6CC77. Grayscale: #343434. Windows color (decimal): -15125624 or 8925977. OLE color: 8925977.
HSL color Cylindrical-coordinate representation of color #193388: hue angle of 225.95º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193388 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 51 | 136 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.47 |
| HSL | 225.95º | 0.69% | 0.32% | - |
| HSV(B) | 225.95º | 0.82% | 0.53% | - |
| XYZ | 6.03 | 4.35 | 23.81 | - |
| YUV | 52.92 | 174.89 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 136 | 0.82 | 0.62 | 0 | 0.47 | 225.95 | 0.69 | 0.32 |
| Hex | 19 | 33 | 88 | 52 | 3E | 0 | 2F | E2 | 45 | 20 |
| Octal | 31 | 63 | 210 | 122 | 76 | 0 | 57 | 342 | 105 | 40 |
| Binary | 11001 | 110011 | 10001000 | 1010010 | 111110 | 0 | 101111 | 11100010 | 1000101 | 100000 |
Color Harmonies of #193388
Complementary color
Monochromatic Colors of #193388
Black with #193388
Text Example
Text Example
White with #193388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193388; }
p { color: rgb(25,51,136); }
H1.HeaderClassName
{
color: #193388;
}
.AnyTagClassName
{
color: #193388;
}
</style>
background-color css
<style>
a { background-color: #193388; }
a { background-color: rgb(25,51,136); }
div.DivClassName
{
background-color: #193388;
}
.BgClassName
{
background-color: #193388;
}
</style>
border-color css
<style>
span { border-color: #193388; }
span { border-color: rgb(25,51,136); }
td.TdClassName
{
border-color: #193388;
}
.TagClassName
{
border-color: #193388;
}
</style>