Shades of Egyptian Blue #193A8C
Tints of Egyptian Blue #193A8C
RGB
CMYK
RGB Variations
Color information
#193A8C (or 0x193A8C) is known color: Egyptian Blue. HEX triplet: 19, 3A and 8C. RGB value is (25,58,140). Sum of RGB (Red+Green+Blue) = 25+58+140=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #193A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A8C is #E6C573. Grayscale: #393939. Windows color (decimal): -15123828 or 9189913. OLE color: 9189913.
HSL color Cylindrical-coordinate representation of color #193A8C: hue angle of 222.78º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193A8C is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 58 | 140 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.45 |
| HSL | 222.78º | 0.7% | 0.32% | - |
| HSV(B) | 222.78º | 0.82% | 0.55% | - |
| XYZ | 6.65 | 5.13 | 25.45 | - |
| YUV | 57.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 140 | 0.82 | 0.59 | 0 | 0.45 | 222.78 | 0.7 | 0.32 |
| Hex | 19 | 3A | 8C | 52 | 3B | 0 | 2D | DF | 46 | 20 |
| Octal | 31 | 72 | 214 | 122 | 73 | 0 | 55 | 337 | 106 | 40 |
| Binary | 11001 | 111010 | 10001100 | 1010010 | 111011 | 0 | 101101 | 11011111 | 1000110 | 100000 |
Color Harmonies of #193A8C
Complementary color
Monochromatic Colors of #193A8C
Black with #193A8C
Text Example
Text Example
White with #193A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A8C; }
p { color: rgb(25,58,140); }
H1.HeaderClassName
{
color: #193A8C;
}
.AnyTagClassName
{
color: #193A8C;
}
</style>
background-color css
<style>
a { background-color: #193A8C; }
a { background-color: rgb(25,58,140); }
div.DivClassName
{
background-color: #193A8C;
}
.BgClassName
{
background-color: #193A8C;
}
</style>
border-color css
<style>
span { border-color: #193A8C; }
span { border-color: rgb(25,58,140); }
td.TdClassName
{
border-color: #193A8C;
}
.TagClassName
{
border-color: #193A8C;
}
</style>