Shades of Egyptian Blue #193C8E
Tints of Egyptian Blue #193C8E
RGB
CMYK
RGB Variations
Color information
#193C8E (or 0x193C8E) is known color: Egyptian Blue. HEX triplet: 19, 3C and 8E. RGB value is (25,60,142). Sum of RGB (Red+Green+Blue) = 25+60+142=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #193C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C8E is #E6C371. Grayscale: #3A3A3A. Windows color (decimal): -15123314 or 9321497. OLE color: 9321497.
HSL color Cylindrical-coordinate representation of color #193C8E: hue angle of 222.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193C8E is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 60 | 142 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.44 |
| HSL | 222.05º | 0.7% | 0.33% | - |
| HSV(B) | 222.05º | 0.82% | 0.56% | - |
| XYZ | 6.9 | 5.39 | 26.27 | - |
| YUV | 58.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 142 | 0.82 | 0.58 | 0 | 0.44 | 222.05 | 0.7 | 0.33 |
| Hex | 19 | 3C | 8E | 52 | 3A | 0 | 2C | DE | 46 | 21 |
| Octal | 31 | 74 | 216 | 122 | 72 | 0 | 54 | 336 | 106 | 41 |
| Binary | 11001 | 111100 | 10001110 | 1010010 | 111010 | 0 | 101100 | 11011110 | 1000110 | 100001 |
Color Harmonies of #193C8E
Complementary color
Monochromatic Colors of #193C8E
Black with #193C8E
Text Example
Text Example
White with #193C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C8E; }
p { color: rgb(25,60,142); }
H1.HeaderClassName
{
color: #193C8E;
}
.AnyTagClassName
{
color: #193C8E;
}
</style>
background-color css
<style>
a { background-color: #193C8E; }
a { background-color: rgb(25,60,142); }
div.DivClassName
{
background-color: #193C8E;
}
.BgClassName
{
background-color: #193C8E;
}
</style>
border-color css
<style>
span { border-color: #193C8E; }
span { border-color: rgb(25,60,142); }
td.TdClassName
{
border-color: #193C8E;
}
.TagClassName
{
border-color: #193C8E;
}
</style>