Shades of Egyptian Blue #19378B
Tints of Egyptian Blue #19378B
RGB
CMYK
RGB Variations
Color information
#19378B (or 0x19378B) is known color: Egyptian Blue. HEX triplet: 19, 37 and 8B. RGB value is (25,55,139). Sum of RGB (Red+Green+Blue) = 25+55+139=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #19378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19378B is #E6C874. Grayscale: #373737. Windows color (decimal): -15124597 or 9123609. OLE color: 9123609.
HSL color Cylindrical-coordinate representation of color #19378B: hue angle of 224.21º 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 #19378B is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 55 | 139 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.45 |
| HSL | 224.21º | 0.7% | 0.32% | - |
| HSV(B) | 224.21º | 0.82% | 0.55% | - |
| XYZ | 6.43 | 4.8 | 25.01 | - |
| YUV | 55.61 | 175.06 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 139 | 0.82 | 0.60 | 0 | 0.45 | 224.21 | 0.7 | 0.32 |
| Hex | 19 | 37 | 8B | 52 | 3C | 0 | 2D | E0 | 46 | 20 |
| Octal | 31 | 67 | 213 | 122 | 74 | 0 | 55 | 340 | 106 | 40 |
| Binary | 11001 | 110111 | 10001011 | 1010010 | 111100 | 0 | 101101 | 11100000 | 1000110 | 100000 |
Color Harmonies of #19378B
Complementary color
Monochromatic Colors of #19378B
Black with #19378B
Text Example
Text Example
White with #19378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19378B; }
p { color: rgb(25,55,139); }
H1.HeaderClassName
{
color: #19378B;
}
.AnyTagClassName
{
color: #19378B;
}
</style>
background-color css
<style>
a { background-color: #19378B; }
a { background-color: rgb(25,55,139); }
div.DivClassName
{
background-color: #19378B;
}
.BgClassName
{
background-color: #19378B;
}
</style>
border-color css
<style>
span { border-color: #19378B; }
span { border-color: rgb(25,55,139); }
td.TdClassName
{
border-color: #19378B;
}
.TagClassName
{
border-color: #19378B;
}
</style>