Shades of Egyptian Blue #19309B
Tints of Egyptian Blue #19309B
RGB
CMYK
RGB Variations
Color information
#19309B (or 0x19309B) is known color: Egyptian Blue. HEX triplet: 19, 30 and 9B. RGB value is (25,48,155). Sum of RGB (Red+Green+Blue) = 25+48+155=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #19309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19309B is #E6CF64. Grayscale: #343434. Windows color (decimal): -15126373 or 10170393. OLE color: 10170393.
HSL color Cylindrical-coordinate representation of color #19309B: hue angle of 229.38º 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 #19309B is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 48 | 155 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.39 |
| HSL | 229.38º | 0.72% | 0.35% | - |
| HSV(B) | 229.38º | 0.84% | 0.61% | - |
| XYZ | 7.37 | 4.69 | 31.53 | - |
| YUV | 53.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 155 | 0.84 | 0.69 | 0 | 0.39 | 229.38 | 0.72 | 0.35 |
| Hex | 19 | 30 | 9B | 54 | 45 | 0 | 27 | E5 | 48 | 23 |
| Octal | 31 | 60 | 233 | 124 | 105 | 0 | 47 | 345 | 110 | 43 |
| Binary | 11001 | 110000 | 10011011 | 1010100 | 1000101 | 0 | 100111 | 11100101 | 1001000 | 100011 |
Color Harmonies of #19309B
Complementary color
Monochromatic Colors of #19309B
Black with #19309B
Text Example
Text Example
White with #19309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19309B; }
p { color: rgb(25,48,155); }
H1.HeaderClassName
{
color: #19309B;
}
.AnyTagClassName
{
color: #19309B;
}
</style>
background-color css
<style>
a { background-color: #19309B; }
a { background-color: rgb(25,48,155); }
div.DivClassName
{
background-color: #19309B;
}
.BgClassName
{
background-color: #19309B;
}
</style>
border-color css
<style>
span { border-color: #19309B; }
span { border-color: rgb(25,48,155); }
td.TdClassName
{
border-color: #19309B;
}
.TagClassName
{
border-color: #19309B;
}
</style>