Shades of Egyptian Blue #19378F
Tints of Egyptian Blue #19378F
RGB
CMYK
RGB Variations
Color information
#19378F (or 0x19378F) is known color: Egyptian Blue. HEX triplet: 19, 37 and 8F. RGB value is (25,55,143). Sum of RGB (Red+Green+Blue) = 25+55+143=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #19378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19378F is #E6C870. Grayscale: #373737. Windows color (decimal): -15124593 or 9385753. OLE color: 9385753.
HSL color Cylindrical-coordinate representation of color #19378F: hue angle of 224.75º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19378F is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 55 | 143 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.44 |
| HSL | 224.75º | 0.7% | 0.33% | - |
| HSV(B) | 224.75º | 0.83% | 0.56% | - |
| XYZ | 6.73 | 4.92 | 26.58 | - |
| YUV | 56.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 143 | 0.83 | 0.62 | 0 | 0.44 | 224.75 | 0.7 | 0.33 |
| Hex | 19 | 37 | 8F | 53 | 3E | 0 | 2C | E1 | 46 | 21 |
| Octal | 31 | 67 | 217 | 123 | 76 | 0 | 54 | 341 | 106 | 41 |
| Binary | 11001 | 110111 | 10001111 | 1010011 | 111110 | 0 | 101100 | 11100001 | 1000110 | 100001 |
Color Harmonies of #19378F
Complementary color
Monochromatic Colors of #19378F
Black with #19378F
Text Example
Text Example
White with #19378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19378F; }
p { color: rgb(25,55,143); }
H1.HeaderClassName
{
color: #19378F;
}
.AnyTagClassName
{
color: #19378F;
}
</style>
background-color css
<style>
a { background-color: #19378F; }
a { background-color: rgb(25,55,143); }
div.DivClassName
{
background-color: #19378F;
}
.BgClassName
{
background-color: #19378F;
}
</style>
border-color css
<style>
span { border-color: #19378F; }
span { border-color: rgb(25,55,143); }
td.TdClassName
{
border-color: #19378F;
}
.TagClassName
{
border-color: #19378F;
}
</style>