Shades of Egyptian Blue #193DA1
Tints of Egyptian Blue #193DA1
RGB
CMYK
RGB Variations
Color information
#193DA1 (or 0x193DA1) is known color: Egyptian Blue. HEX triplet: 19, 3D and A1. RGB value is (25,61,161). Sum of RGB (Red+Green+Blue) = 25+61+161=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #193DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DA1 is #E6C25E. Grayscale: #3D3D3D. Windows color (decimal): -15123039 or 10566937. OLE color: 10566937.
HSL color Cylindrical-coordinate representation of color #193DA1: hue angle of 224.12º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193DA1 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 61 | 161 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.37 |
| HSL | 224.12º | 0.73% | 0.36% | - |
| HSV(B) | 224.12º | 0.84% | 0.63% | - |
| XYZ | 8.5 | 6.12 | 34.45 | - |
| YUV | 61.64 | 184.07 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 161 | 0.84 | 0.62 | 0 | 0.37 | 224.12 | 0.73 | 0.36 |
| Hex | 19 | 3D | A1 | 54 | 3E | 0 | 25 | E0 | 49 | 24 |
| Octal | 31 | 75 | 241 | 124 | 76 | 0 | 45 | 340 | 111 | 44 |
| Binary | 11001 | 111101 | 10100001 | 1010100 | 111110 | 0 | 100101 | 11100000 | 1001001 | 100100 |
Color Harmonies of #193DA1
Complementary color
Monochromatic Colors of #193DA1
Black with #193DA1
Text Example
Text Example
White with #193DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DA1; }
p { color: rgb(25,61,161); }
H1.HeaderClassName
{
color: #193DA1;
}
.AnyTagClassName
{
color: #193DA1;
}
</style>
background-color css
<style>
a { background-color: #193DA1; }
a { background-color: rgb(25,61,161); }
div.DivClassName
{
background-color: #193DA1;
}
.BgClassName
{
background-color: #193DA1;
}
</style>
border-color css
<style>
span { border-color: #193DA1; }
span { border-color: rgb(25,61,161); }
td.TdClassName
{
border-color: #193DA1;
}
.TagClassName
{
border-color: #193DA1;
}
</style>