Shades of Egyptian Blue #19449F
Tints of Egyptian Blue #19449F
RGB
CMYK
RGB Variations
Color information
#19449F (or 0x19449F) is known color: Egyptian Blue. HEX triplet: 19, 44 and 9F. RGB value is (25,68,159). Sum of RGB (Red+Green+Blue) = 25+68+159=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #19449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19449F is #E6BB60. Grayscale: #414141. Windows color (decimal): -15121249 or 10437657. OLE color: 10437657.
HSL color Cylindrical-coordinate representation of color #19449F: hue angle of 220.75º 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 #19449F is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 68 | 159 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.38 |
| HSL | 220.75º | 0.73% | 0.36% | - |
| HSV(B) | 220.75º | 0.84% | 0.62% | - |
| XYZ | 8.73 | 6.84 | 33.66 | - |
| YUV | 65.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 159 | 0.84 | 0.57 | 0 | 0.38 | 220.75 | 0.73 | 0.36 |
| Hex | 19 | 44 | 9F | 54 | 39 | 0 | 26 | DD | 49 | 24 |
| Octal | 31 | 104 | 237 | 124 | 71 | 0 | 46 | 335 | 111 | 44 |
| Binary | 11001 | 1000100 | 10011111 | 1010100 | 111001 | 0 | 100110 | 11011101 | 1001001 | 100100 |
Color Harmonies of #19449F
Complementary color
Monochromatic Colors of #19449F
Black with #19449F
Text Example
Text Example
White with #19449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19449F; }
p { color: rgb(25,68,159); }
H1.HeaderClassName
{
color: #19449F;
}
.AnyTagClassName
{
color: #19449F;
}
</style>
background-color css
<style>
a { background-color: #19449F; }
a { background-color: rgb(25,68,159); }
div.DivClassName
{
background-color: #19449F;
}
.BgClassName
{
background-color: #19449F;
}
</style>
border-color css
<style>
span { border-color: #19449F; }
span { border-color: rgb(25,68,159); }
td.TdClassName
{
border-color: #19449F;
}
.TagClassName
{
border-color: #19449F;
}
</style>