Shades of Egyptian Blue #193BA3
Tints of Egyptian Blue #193BA3
RGB
CMYK
RGB Variations
Color information
#193BA3 (or 0x193BA3) is known color: Egyptian Blue. HEX triplet: 19, 3B and A3. RGB value is (25,59,163). Sum of RGB (Red+Green+Blue) = 25+59+163=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #193BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BA3 is #E6C45C. Grayscale: #3C3C3C. Windows color (decimal): -15123549 or 10697497. OLE color: 10697497.
HSL color Cylindrical-coordinate representation of color #193BA3: hue angle of 225.22º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193BA3 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 59 | 163 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.36 |
| HSL | 225.22º | 0.73% | 0.37% | - |
| HSV(B) | 225.22º | 0.85% | 0.64% | - |
| XYZ | 8.58 | 5.98 | 35.35 | - |
| YUV | 60.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 163 | 0.85 | 0.64 | 0 | 0.36 | 225.22 | 0.73 | 0.37 |
| Hex | 19 | 3B | A3 | 55 | 40 | 0 | 24 | E1 | 49 | 25 |
| Octal | 31 | 73 | 243 | 125 | 100 | 0 | 44 | 341 | 111 | 45 |
| Binary | 11001 | 111011 | 10100011 | 1010101 | 1000000 | 0 | 100100 | 11100001 | 1001001 | 100101 |
Color Harmonies of #193BA3
Complementary color
Monochromatic Colors of #193BA3
Black with #193BA3
Text Example
Text Example
White with #193BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BA3; }
p { color: rgb(25,59,163); }
H1.HeaderClassName
{
color: #193BA3;
}
.AnyTagClassName
{
color: #193BA3;
}
</style>
background-color css
<style>
a { background-color: #193BA3; }
a { background-color: rgb(25,59,163); }
div.DivClassName
{
background-color: #193BA3;
}
.BgClassName
{
background-color: #193BA3;
}
</style>
border-color css
<style>
span { border-color: #193BA3; }
span { border-color: rgb(25,59,163); }
td.TdClassName
{
border-color: #193BA3;
}
.TagClassName
{
border-color: #193BA3;
}
</style>