Shades of Egyptian Blue #19229F
Tints of Egyptian Blue #19229F
RGB
CMYK
RGB Variations
Color information
#19229F (or 0x19229F) is known color: Egyptian Blue. HEX triplet: 19, 22 and 9F. RGB value is (25,34,159). Sum of RGB (Red+Green+Blue) = 25+34+159=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #19229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19229F is #E6DD60. Grayscale: #2D2D2D. Windows color (decimal): -15129953 or 10428953. OLE color: 10428953.
HSL color Cylindrical-coordinate representation of color #19229F: hue angle of 235.97º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19229F is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 34 | 159 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.38 |
| HSL | 235.97º | 0.73% | 0.36% | - |
| HSV(B) | 235.97º | 0.84% | 0.62% | - |
| XYZ | 7.23 | 3.85 | 33.16 | - |
| YUV | 45.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 159 | 0.84 | 0.79 | 0 | 0.38 | 235.97 | 0.73 | 0.36 |
| Hex | 19 | 22 | 9F | 54 | 4F | 0 | 26 | EC | 49 | 24 |
| Octal | 31 | 42 | 237 | 124 | 117 | 0 | 46 | 354 | 111 | 44 |
| Binary | 11001 | 100010 | 10011111 | 1010100 | 1001111 | 0 | 100110 | 11101100 | 1001001 | 100100 |
Color Harmonies of #19229F
Complementary color
Monochromatic Colors of #19229F
Black with #19229F
Text Example
Text Example
White with #19229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19229F; }
p { color: rgb(25,34,159); }
H1.HeaderClassName
{
color: #19229F;
}
.AnyTagClassName
{
color: #19229F;
}
</style>
background-color css
<style>
a { background-color: #19229F; }
a { background-color: rgb(25,34,159); }
div.DivClassName
{
background-color: #19229F;
}
.BgClassName
{
background-color: #19229F;
}
</style>
border-color css
<style>
span { border-color: #19229F; }
span { border-color: rgb(25,34,159); }
td.TdClassName
{
border-color: #19229F;
}
.TagClassName
{
border-color: #19229F;
}
</style>