Shades of Egyptian Blue #19269C
Tints of Egyptian Blue #19269C
RGB
CMYK
RGB Variations
Color information
#19269C (or 0x19269C) is known color: Egyptian Blue. HEX triplet: 19, 26 and 9C. RGB value is (25,38,156). Sum of RGB (Red+Green+Blue) = 25+38+156=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #19269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19269C is #E6D963. Grayscale: #2F2F2F. Windows color (decimal): -15128932 or 10233369. OLE color: 10233369.
HSL color Cylindrical-coordinate representation of color #19269C: hue angle of 234.05º 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 #19269C is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 38 | 156 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.39 |
| HSL | 234.05º | 0.72% | 0.35% | - |
| HSV(B) | 234.05º | 0.84% | 0.61% | - |
| XYZ | 7.09 | 3.99 | 31.85 | - |
| YUV | 47.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 156 | 0.84 | 0.76 | 0 | 0.39 | 234.05 | 0.72 | 0.35 |
| Hex | 19 | 26 | 9C | 54 | 4C | 0 | 27 | EA | 48 | 23 |
| Octal | 31 | 46 | 234 | 124 | 114 | 0 | 47 | 352 | 110 | 43 |
| Binary | 11001 | 100110 | 10011100 | 1010100 | 1001100 | 0 | 100111 | 11101010 | 1001000 | 100011 |
Color Harmonies of #19269C
Complementary color
Monochromatic Colors of #19269C
Black with #19269C
Text Example
Text Example
White with #19269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19269C; }
p { color: rgb(25,38,156); }
H1.HeaderClassName
{
color: #19269C;
}
.AnyTagClassName
{
color: #19269C;
}
</style>
background-color css
<style>
a { background-color: #19269C; }
a { background-color: rgb(25,38,156); }
div.DivClassName
{
background-color: #19269C;
}
.BgClassName
{
background-color: #19269C;
}
</style>
border-color css
<style>
span { border-color: #19269C; }
span { border-color: rgb(25,38,156); }
td.TdClassName
{
border-color: #19269C;
}
.TagClassName
{
border-color: #19269C;
}
</style>