Shades of Egyptian Blue #193DA0
Tints of Egyptian Blue #193DA0
RGB
CMYK
RGB Variations
Color information
#193DA0 (or 0x193DA0) is known color: Egyptian Blue. HEX triplet: 19, 3D and A0. RGB value is (25,61,160). Sum of RGB (Red+Green+Blue) = 25+61+160=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #193DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DA0 is #E6C25F. Grayscale: #3D3D3D. Windows color (decimal): -15123040 or 10501401. OLE color: 10501401.
HSL color Cylindrical-coordinate representation of color #193DA0: hue angle of 224º 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 #193DA0 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 61 | 160 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.37 |
| HSL | 224º | 0.73% | 0.36% | - |
| HSV(B) | 224º | 0.84% | 0.63% | - |
| XYZ | 8.41 | 6.08 | 33.99 | - |
| YUV | 61.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 160 | 0.84 | 0.62 | 0 | 0.37 | 224 | 0.73 | 0.36 |
| Hex | 19 | 3D | A0 | 54 | 3E | 0 | 25 | E0 | 49 | 24 |
| Octal | 31 | 75 | 240 | 124 | 76 | 0 | 45 | 340 | 111 | 44 |
| Binary | 11001 | 111101 | 10100000 | 1010100 | 111110 | 0 | 100101 | 11100000 | 1001001 | 100100 |
Color Harmonies of #193DA0
Complementary color
Monochromatic Colors of #193DA0
Black with #193DA0
Text Example
Text Example
White with #193DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DA0; }
p { color: rgb(25,61,160); }
H1.HeaderClassName
{
color: #193DA0;
}
.AnyTagClassName
{
color: #193DA0;
}
</style>
background-color css
<style>
a { background-color: #193DA0; }
a { background-color: rgb(25,61,160); }
div.DivClassName
{
background-color: #193DA0;
}
.BgClassName
{
background-color: #193DA0;
}
</style>
border-color css
<style>
span { border-color: #193DA0; }
span { border-color: rgb(25,61,160); }
td.TdClassName
{
border-color: #193DA0;
}
.TagClassName
{
border-color: #193DA0;
}
</style>