Shades of Egyptian Blue #193D9A
Tints of Egyptian Blue #193D9A
RGB
CMYK
RGB Variations
Color information
#193D9A (or 0x193D9A) is known color: Egyptian Blue. HEX triplet: 19, 3D and 9A. RGB value is (25,61,154). Sum of RGB (Red+Green+Blue) = 25+61+154=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #193D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D9A is #E6C265. Grayscale: #3C3C3C. Windows color (decimal): -15123046 or 10108185. OLE color: 10108185.
HSL color Cylindrical-coordinate representation of color #193D9A: hue angle of 223.26º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193D9A is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 61 | 154 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.40 |
| HSL | 223.26º | 0.72% | 0.35% | - |
| HSV(B) | 223.26º | 0.84% | 0.6% | - |
| XYZ | 7.9 | 5.88 | 31.29 | - |
| YUV | 60.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 154 | 0.84 | 0.60 | 0 | 0.40 | 223.26 | 0.72 | 0.35 |
| Hex | 19 | 3D | 9A | 54 | 3C | 0 | 28 | DF | 48 | 23 |
| Octal | 31 | 75 | 232 | 124 | 74 | 0 | 50 | 337 | 110 | 43 |
| Binary | 11001 | 111101 | 10011010 | 1010100 | 111100 | 0 | 101000 | 11011111 | 1001000 | 100011 |
Color Harmonies of #193D9A
Complementary color
Monochromatic Colors of #193D9A
Black with #193D9A
Text Example
Text Example
White with #193D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D9A; }
p { color: rgb(25,61,154); }
H1.HeaderClassName
{
color: #193D9A;
}
.AnyTagClassName
{
color: #193D9A;
}
</style>
background-color css
<style>
a { background-color: #193D9A; }
a { background-color: rgb(25,61,154); }
div.DivClassName
{
background-color: #193D9A;
}
.BgClassName
{
background-color: #193D9A;
}
</style>
border-color css
<style>
span { border-color: #193D9A; }
span { border-color: rgb(25,61,154); }
td.TdClassName
{
border-color: #193D9A;
}
.TagClassName
{
border-color: #193D9A;
}
</style>