Shades of Egyptian Blue #193B8D
Tints of Egyptian Blue #193B8D
RGB
CMYK
RGB Variations
Color information
#193B8D (or 0x193B8D) is known color: Egyptian Blue. HEX triplet: 19, 3B and 8D. RGB value is (25,59,141). Sum of RGB (Red+Green+Blue) = 25+59+141=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #193B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B8D is #E6C472. Grayscale: #393939. Windows color (decimal): -15123571 or 9255705. OLE color: 9255705.
HSL color Cylindrical-coordinate representation of color #193B8D: hue angle of 222.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193B8D is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 59 | 141 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.45 |
| HSL | 222.41º | 0.7% | 0.33% | - |
| HSV(B) | 222.41º | 0.82% | 0.55% | - |
| XYZ | 6.77 | 5.26 | 25.86 | - |
| YUV | 58.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 141 | 0.82 | 0.58 | 0 | 0.45 | 222.41 | 0.7 | 0.33 |
| Hex | 19 | 3B | 8D | 52 | 3A | 0 | 2D | DE | 46 | 21 |
| Octal | 31 | 73 | 215 | 122 | 72 | 0 | 55 | 336 | 106 | 41 |
| Binary | 11001 | 111011 | 10001101 | 1010010 | 111010 | 0 | 101101 | 11011110 | 1000110 | 100001 |
Color Harmonies of #193B8D
Complementary color
Monochromatic Colors of #193B8D
Black with #193B8D
Text Example
Text Example
White with #193B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B8D; }
p { color: rgb(25,59,141); }
H1.HeaderClassName
{
color: #193B8D;
}
.AnyTagClassName
{
color: #193B8D;
}
</style>
background-color css
<style>
a { background-color: #193B8D; }
a { background-color: rgb(25,59,141); }
div.DivClassName
{
background-color: #193B8D;
}
.BgClassName
{
background-color: #193B8D;
}
</style>
border-color css
<style>
span { border-color: #193B8D; }
span { border-color: rgb(25,59,141); }
td.TdClassName
{
border-color: #193B8D;
}
.TagClassName
{
border-color: #193B8D;
}
</style>