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