Shades of Egyptian Blue #19378A
Tints of Egyptian Blue #19378A
RGB
CMYK
RGB Variations
Color information
#19378A (or 0x19378A) is known color: Egyptian Blue. HEX triplet: 19, 37 and 8A. RGB value is (25,55,138). Sum of RGB (Red+Green+Blue) = 25+55+138=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #19378A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19378A is #E6C875. Grayscale: #373737. Windows color (decimal): -15124598 or 9058073. OLE color: 9058073.
HSL color Cylindrical-coordinate representation of color #19378A: hue angle of 224.07º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19378A is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 55 | 138 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.46 |
| HSL | 224.07º | 0.69% | 0.32% | - |
| HSV(B) | 224.07º | 0.82% | 0.54% | - |
| XYZ | 6.35 | 4.77 | 24.63 | - |
| YUV | 55.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 138 | 0.82 | 0.60 | 0 | 0.46 | 224.07 | 0.69 | 0.32 |
| Hex | 19 | 37 | 8A | 52 | 3C | 0 | 2E | E0 | 45 | 20 |
| Octal | 31 | 67 | 212 | 122 | 74 | 0 | 56 | 340 | 105 | 40 |
| Binary | 11001 | 110111 | 10001010 | 1010010 | 111100 | 0 | 101110 | 11100000 | 1000101 | 100000 |
Color Harmonies of #19378A
Complementary color
Monochromatic Colors of #19378A
Black with #19378A
Text Example
Text Example
White with #19378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19378A; }
p { color: rgb(25,55,138); }
H1.HeaderClassName
{
color: #19378A;
}
.AnyTagClassName
{
color: #19378A;
}
</style>
background-color css
<style>
a { background-color: #19378A; }
a { background-color: rgb(25,55,138); }
div.DivClassName
{
background-color: #19378A;
}
.BgClassName
{
background-color: #19378A;
}
</style>
border-color css
<style>
span { border-color: #19378A; }
span { border-color: rgb(25,55,138); }
td.TdClassName
{
border-color: #19378A;
}
.TagClassName
{
border-color: #19378A;
}
</style>