Shades of Egyptian Blue #193A8B
Tints of Egyptian Blue #193A8B
RGB
CMYK
RGB Variations
Color information
#193A8B (or 0x193A8B) is known color: Egyptian Blue. HEX triplet: 19, 3A and 8B. RGB value is (25,58,139). Sum of RGB (Red+Green+Blue) = 25+58+139=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #193A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A8B is #E6C574. Grayscale: #393939. Windows color (decimal): -15123829 or 9124377. OLE color: 9124377.
HSL color Cylindrical-coordinate representation of color #193A8B: hue angle of 222.63º 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 #193A8B is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 58 | 139 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.45 |
| HSL | 222.63º | 0.7% | 0.32% | - |
| HSV(B) | 222.63º | 0.82% | 0.55% | - |
| XYZ | 6.57 | 5.1 | 25.06 | - |
| YUV | 57.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 139 | 0.82 | 0.58 | 0 | 0.45 | 222.63 | 0.7 | 0.32 |
| Hex | 19 | 3A | 8B | 52 | 3A | 0 | 2D | DF | 46 | 20 |
| Octal | 31 | 72 | 213 | 122 | 72 | 0 | 55 | 337 | 106 | 40 |
| Binary | 11001 | 111010 | 10001011 | 1010010 | 111010 | 0 | 101101 | 11011111 | 1000110 | 100000 |
Color Harmonies of #193A8B
Complementary color
Monochromatic Colors of #193A8B
Black with #193A8B
Text Example
Text Example
White with #193A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A8B; }
p { color: rgb(25,58,139); }
H1.HeaderClassName
{
color: #193A8B;
}
.AnyTagClassName
{
color: #193A8B;
}
</style>
background-color css
<style>
a { background-color: #193A8B; }
a { background-color: rgb(25,58,139); }
div.DivClassName
{
background-color: #193A8B;
}
.BgClassName
{
background-color: #193A8B;
}
</style>
border-color css
<style>
span { border-color: #193A8B; }
span { border-color: rgb(25,58,139); }
td.TdClassName
{
border-color: #193A8B;
}
.TagClassName
{
border-color: #193A8B;
}
</style>