Shades of Egyptian Blue #193D8D
Tints of Egyptian Blue #193D8D
RGB
CMYK
RGB Variations
Color information
#193D8D (or 0x193D8D) is known color: Egyptian Blue. HEX triplet: 19, 3D and 8D. RGB value is (25,61,141). Sum of RGB (Red+Green+Blue) = 25+61+141=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #193D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D8D is #E6C272. Grayscale: #3A3A3A. Windows color (decimal): -15123059 or 9256217. OLE color: 9256217.
HSL color Cylindrical-coordinate representation of color #193D8D: hue angle of 221.38º 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 #193D8D is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 61 | 141 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.45 |
| HSL | 221.38º | 0.7% | 0.33% | - |
| HSV(B) | 221.38º | 0.82% | 0.55% | - |
| XYZ | 6.88 | 5.47 | 25.89 | - |
| YUV | 59.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 141 | 0.82 | 0.57 | 0 | 0.45 | 221.38 | 0.7 | 0.33 |
| Hex | 19 | 3D | 8D | 52 | 39 | 0 | 2D | DD | 46 | 21 |
| Octal | 31 | 75 | 215 | 122 | 71 | 0 | 55 | 335 | 106 | 41 |
| Binary | 11001 | 111101 | 10001101 | 1010010 | 111001 | 0 | 101101 | 11011101 | 1000110 | 100001 |
Color Harmonies of #193D8D
Complementary color
Monochromatic Colors of #193D8D
Black with #193D8D
Text Example
Text Example
White with #193D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D8D; }
p { color: rgb(25,61,141); }
H1.HeaderClassName
{
color: #193D8D;
}
.AnyTagClassName
{
color: #193D8D;
}
</style>
background-color css
<style>
a { background-color: #193D8D; }
a { background-color: rgb(25,61,141); }
div.DivClassName
{
background-color: #193D8D;
}
.BgClassName
{
background-color: #193D8D;
}
</style>
border-color css
<style>
span { border-color: #193D8D; }
span { border-color: rgb(25,61,141); }
td.TdClassName
{
border-color: #193D8D;
}
.TagClassName
{
border-color: #193D8D;
}
</style>