Shades of Egyptian Blue #19409B
Tints of Egyptian Blue #19409B
RGB
CMYK
RGB Variations
Color information
#19409B (or 0x19409B) is known color: Egyptian Blue. HEX triplet: 19, 40 and 9B. RGB value is (25,64,155). Sum of RGB (Red+Green+Blue) = 25+64+155=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #19409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19409B is #E6BF64. Grayscale: #3E3E3E. Windows color (decimal): -15122277 or 10174489. OLE color: 10174489.
HSL color Cylindrical-coordinate representation of color #19409B: hue angle of 222º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19409B is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 64 | 155 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.39 |
| HSL | 222º | 0.72% | 0.35% | - |
| HSV(B) | 222º | 0.84% | 0.61% | - |
| XYZ | 8.15 | 6.24 | 31.79 | - |
| YUV | 62.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 155 | 0.84 | 0.59 | 0 | 0.39 | 222 | 0.72 | 0.35 |
| Hex | 19 | 40 | 9B | 54 | 3B | 0 | 27 | DE | 48 | 23 |
| Octal | 31 | 100 | 233 | 124 | 73 | 0 | 47 | 336 | 110 | 43 |
| Binary | 11001 | 1000000 | 10011011 | 1010100 | 111011 | 0 | 100111 | 11011110 | 1001000 | 100011 |
Color Harmonies of #19409B
Complementary color
Monochromatic Colors of #19409B
Black with #19409B
Text Example
Text Example
White with #19409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19409B; }
p { color: rgb(25,64,155); }
H1.HeaderClassName
{
color: #19409B;
}
.AnyTagClassName
{
color: #19409B;
}
</style>
background-color css
<style>
a { background-color: #19409B; }
a { background-color: rgb(25,64,155); }
div.DivClassName
{
background-color: #19409B;
}
.BgClassName
{
background-color: #19409B;
}
</style>
border-color css
<style>
span { border-color: #19409B; }
span { border-color: rgb(25,64,155); }
td.TdClassName
{
border-color: #19409B;
}
.TagClassName
{
border-color: #19409B;
}
</style>