Shades of Egyptian Blue #193A8D
Tints of Egyptian Blue #193A8D
RGB
CMYK
RGB Variations
Color information
#193A8D (or 0x193A8D) is known color: Egyptian Blue. HEX triplet: 19, 3A and 8D. RGB value is (25,58,141). Sum of RGB (Red+Green+Blue) = 25+58+141=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #193A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A8D is #E6C572. Grayscale: #393939. Windows color (decimal): -15123827 or 9255449. OLE color: 9255449.
HSL color Cylindrical-coordinate representation of color #193A8D: hue angle of 222.93º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193A8D is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 58 | 141 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.45 |
| HSL | 222.93º | 0.7% | 0.33% | - |
| HSV(B) | 222.93º | 0.82% | 0.55% | - |
| XYZ | 6.72 | 5.16 | 25.84 | - |
| YUV | 57.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 141 | 0.82 | 0.59 | 0 | 0.45 | 222.93 | 0.7 | 0.33 |
| Hex | 19 | 3A | 8D | 52 | 3B | 0 | 2D | DF | 46 | 21 |
| Octal | 31 | 72 | 215 | 122 | 73 | 0 | 55 | 337 | 106 | 41 |
| Binary | 11001 | 111010 | 10001101 | 1010010 | 111011 | 0 | 101101 | 11011111 | 1000110 | 100001 |
Color Harmonies of #193A8D
Complementary color
Monochromatic Colors of #193A8D
Black with #193A8D
Text Example
Text Example
White with #193A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A8D; }
p { color: rgb(25,58,141); }
H1.HeaderClassName
{
color: #193A8D;
}
.AnyTagClassName
{
color: #193A8D;
}
</style>
background-color css
<style>
a { background-color: #193A8D; }
a { background-color: rgb(25,58,141); }
div.DivClassName
{
background-color: #193A8D;
}
.BgClassName
{
background-color: #193A8D;
}
</style>
border-color css
<style>
span { border-color: #193A8D; }
span { border-color: rgb(25,58,141); }
td.TdClassName
{
border-color: #193A8D;
}
.TagClassName
{
border-color: #193A8D;
}
</style>