Shades of Egyptian Blue #19459B
Tints of Egyptian Blue #19459B
RGB
CMYK
RGB Variations
Color information
#19459B (or 0x19459B) is known color: Egyptian Blue. HEX triplet: 19, 45 and 9B. RGB value is (25,69,155). Sum of RGB (Red+Green+Blue) = 25+69+155=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #19459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19459B is #E6BA64. Grayscale: #414141. Windows color (decimal): -15120997 or 10175769. OLE color: 10175769.
HSL color Cylindrical-coordinate representation of color #19459B: hue angle of 219.69º 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 #19459B is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 69 | 155 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.39 |
| HSL | 219.69º | 0.72% | 0.35% | - |
| HSV(B) | 219.69º | 0.84% | 0.61% | - |
| XYZ | 8.45 | 6.83 | 31.88 | - |
| YUV | 65.65 | 178.42 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 155 | 0.84 | 0.55 | 0 | 0.39 | 219.69 | 0.72 | 0.35 |
| Hex | 19 | 45 | 9B | 54 | 37 | 0 | 27 | DC | 48 | 23 |
| Octal | 31 | 105 | 233 | 124 | 67 | 0 | 47 | 334 | 110 | 43 |
| Binary | 11001 | 1000101 | 10011011 | 1010100 | 110111 | 0 | 100111 | 11011100 | 1001000 | 100011 |
Color Harmonies of #19459B
Complementary color
Monochromatic Colors of #19459B
Black with #19459B
Text Example
Text Example
White with #19459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19459B; }
p { color: rgb(25,69,155); }
H1.HeaderClassName
{
color: #19459B;
}
.AnyTagClassName
{
color: #19459B;
}
</style>
background-color css
<style>
a { background-color: #19459B; }
a { background-color: rgb(25,69,155); }
div.DivClassName
{
background-color: #19459B;
}
.BgClassName
{
background-color: #19459B;
}
</style>
border-color css
<style>
span { border-color: #19459B; }
span { border-color: rgb(25,69,155); }
td.TdClassName
{
border-color: #19459B;
}
.TagClassName
{
border-color: #19459B;
}
</style>