Shades of Egyptian Blue #193D9C
Tints of Egyptian Blue #193D9C
RGB
CMYK
RGB Variations
Color information
#193D9C (or 0x193D9C) is known color: Egyptian Blue. HEX triplet: 19, 3D and 9C. RGB value is (25,61,156). Sum of RGB (Red+Green+Blue) = 25+61+156=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #193D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D9C is #E6C263. Grayscale: #3C3C3C. Windows color (decimal): -15123044 or 10239257. OLE color: 10239257.
HSL color Cylindrical-coordinate representation of color #193D9C: hue angle of 223.51º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193D9C is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 61 | 156 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.39 |
| HSL | 223.51º | 0.72% | 0.35% | - |
| HSV(B) | 223.51º | 0.84% | 0.61% | - |
| XYZ | 8.07 | 5.94 | 32.17 | - |
| YUV | 61.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 156 | 0.84 | 0.61 | 0 | 0.39 | 223.51 | 0.72 | 0.35 |
| Hex | 19 | 3D | 9C | 54 | 3D | 0 | 27 | E0 | 48 | 23 |
| Octal | 31 | 75 | 234 | 124 | 75 | 0 | 47 | 340 | 110 | 43 |
| Binary | 11001 | 111101 | 10011100 | 1010100 | 111101 | 0 | 100111 | 11100000 | 1001000 | 100011 |
Color Harmonies of #193D9C
Complementary color
Monochromatic Colors of #193D9C
Black with #193D9C
Text Example
Text Example
White with #193D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D9C; }
p { color: rgb(25,61,156); }
H1.HeaderClassName
{
color: #193D9C;
}
.AnyTagClassName
{
color: #193D9C;
}
</style>
background-color css
<style>
a { background-color: #193D9C; }
a { background-color: rgb(25,61,156); }
div.DivClassName
{
background-color: #193D9C;
}
.BgClassName
{
background-color: #193D9C;
}
</style>
border-color css
<style>
span { border-color: #193D9C; }
span { border-color: rgb(25,61,156); }
td.TdClassName
{
border-color: #193D9C;
}
.TagClassName
{
border-color: #193D9C;
}
</style>