Shades of Egyptian Blue #19459D
Tints of Egyptian Blue #19459D
RGB
CMYK
RGB Variations
Color information
#19459D (or 0x19459D) is known color: Egyptian Blue. HEX triplet: 19, 45 and 9D. RGB value is (25,69,157). Sum of RGB (Red+Green+Blue) = 25+69+157=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #19459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19459D is #E6BA62. Grayscale: #414141. Windows color (decimal): -15120995 or 10306841. OLE color: 10306841.
HSL color Cylindrical-coordinate representation of color #19459D: hue angle of 220º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19459D is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 69 | 157 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.38 |
| HSL | 220º | 0.73% | 0.36% | - |
| HSV(B) | 220º | 0.84% | 0.62% | - |
| XYZ | 8.61 | 6.9 | 32.78 | - |
| YUV | 65.88 | 179.42 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 157 | 0.84 | 0.56 | 0 | 0.38 | 220 | 0.73 | 0.36 |
| Hex | 19 | 45 | 9D | 54 | 38 | 0 | 26 | DC | 49 | 24 |
| Octal | 31 | 105 | 235 | 124 | 70 | 0 | 46 | 334 | 111 | 44 |
| Binary | 11001 | 1000101 | 10011101 | 1010100 | 111000 | 0 | 100110 | 11011100 | 1001001 | 100100 |
Color Harmonies of #19459D
Complementary color
Monochromatic Colors of #19459D
Black with #19459D
Text Example
Text Example
White with #19459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19459D; }
p { color: rgb(25,69,157); }
H1.HeaderClassName
{
color: #19459D;
}
.AnyTagClassName
{
color: #19459D;
}
</style>
background-color css
<style>
a { background-color: #19459D; }
a { background-color: rgb(25,69,157); }
div.DivClassName
{
background-color: #19459D;
}
.BgClassName
{
background-color: #19459D;
}
</style>
border-color css
<style>
span { border-color: #19459D; }
span { border-color: rgb(25,69,157); }
td.TdClassName
{
border-color: #19459D;
}
.TagClassName
{
border-color: #19459D;
}
</style>