Shades of Egyptian Blue #193D8E
Tints of Egyptian Blue #193D8E
RGB
CMYK
RGB Variations
Color information
#193D8E (or 0x193D8E) is known color: Egyptian Blue. HEX triplet: 19, 3D and 8E. RGB value is (25,61,142). Sum of RGB (Red+Green+Blue) = 25+61+142=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #193D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D8E is #E6C271. Grayscale: #3B3B3B. Windows color (decimal): -15123058 or 9321753. OLE color: 9321753.
HSL color Cylindrical-coordinate representation of color #193D8E: hue angle of 221.54º 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 #193D8E is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 61 | 142 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.44 |
| HSL | 221.54º | 0.7% | 0.33% | - |
| HSV(B) | 221.54º | 0.82% | 0.56% | - |
| XYZ | 6.95 | 5.5 | 26.29 | - |
| YUV | 59.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 142 | 0.82 | 0.57 | 0 | 0.44 | 221.54 | 0.7 | 0.33 |
| Hex | 19 | 3D | 8E | 52 | 39 | 0 | 2C | DE | 46 | 21 |
| Octal | 31 | 75 | 216 | 122 | 71 | 0 | 54 | 336 | 106 | 41 |
| Binary | 11001 | 111101 | 10001110 | 1010010 | 111001 | 0 | 101100 | 11011110 | 1000110 | 100001 |
Color Harmonies of #193D8E
Complementary color
Monochromatic Colors of #193D8E
Black with #193D8E
Text Example
Text Example
White with #193D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D8E; }
p { color: rgb(25,61,142); }
H1.HeaderClassName
{
color: #193D8E;
}
.AnyTagClassName
{
color: #193D8E;
}
</style>
background-color css
<style>
a { background-color: #193D8E; }
a { background-color: rgb(25,61,142); }
div.DivClassName
{
background-color: #193D8E;
}
.BgClassName
{
background-color: #193D8E;
}
</style>
border-color css
<style>
span { border-color: #193D8E; }
span { border-color: rgb(25,61,142); }
td.TdClassName
{
border-color: #193D8E;
}
.TagClassName
{
border-color: #193D8E;
}
</style>