Shades of Egyptian Blue #193D9D
Tints of Egyptian Blue #193D9D
RGB
CMYK
RGB Variations
Color information
#193D9D (or 0x193D9D) is known color: Egyptian Blue. HEX triplet: 19, 3D and 9D. RGB value is (25,61,157). Sum of RGB (Red+Green+Blue) = 25+61+157=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #193D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D9D is #E6C262. Grayscale: #3C3C3C. Windows color (decimal): -15123043 or 10304793. OLE color: 10304793.
HSL color Cylindrical-coordinate representation of color #193D9D: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193D9D is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 61 | 157 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.38 |
| HSL | 223.64º | 0.73% | 0.36% | - |
| HSV(B) | 223.64º | 0.84% | 0.62% | - |
| XYZ | 8.16 | 5.98 | 32.62 | - |
| YUV | 61.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 157 | 0.84 | 0.61 | 0 | 0.38 | 223.64 | 0.73 | 0.36 |
| Hex | 19 | 3D | 9D | 54 | 3D | 0 | 26 | E0 | 49 | 24 |
| Octal | 31 | 75 | 235 | 124 | 75 | 0 | 46 | 340 | 111 | 44 |
| Binary | 11001 | 111101 | 10011101 | 1010100 | 111101 | 0 | 100110 | 11100000 | 1001001 | 100100 |
Color Harmonies of #193D9D
Complementary color
Monochromatic Colors of #193D9D
Black with #193D9D
Text Example
Text Example
White with #193D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D9D; }
p { color: rgb(25,61,157); }
H1.HeaderClassName
{
color: #193D9D;
}
.AnyTagClassName
{
color: #193D9D;
}
</style>
background-color css
<style>
a { background-color: #193D9D; }
a { background-color: rgb(25,61,157); }
div.DivClassName
{
background-color: #193D9D;
}
.BgClassName
{
background-color: #193D9D;
}
</style>
border-color css
<style>
span { border-color: #193D9D; }
span { border-color: rgb(25,61,157); }
td.TdClassName
{
border-color: #193D9D;
}
.TagClassName
{
border-color: #193D9D;
}
</style>