Shades of Egyptian Blue #19278C
Tints of Egyptian Blue #19278C
RGB
CMYK
RGB Variations
Color information
#19278C (or 0x19278C) is known color: Egyptian Blue. HEX triplet: 19, 27 and 8C. RGB value is (25,39,140). Sum of RGB (Red+Green+Blue) = 25+39+140=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #19278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19278C is #E6D873. Grayscale: #2D2D2D. Windows color (decimal): -15128692 or 9185049. OLE color: 9185049.
HSL color Cylindrical-coordinate representation of color #19278C: hue angle of 232.7º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19278C is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 39 | 140 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.45 |
| HSL | 232.7º | 0.7% | 0.32% | - |
| HSV(B) | 232.7º | 0.82% | 0.55% | - |
| XYZ | 5.86 | 3.55 | 25.19 | - |
| YUV | 46.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 140 | 0.82 | 0.72 | 0 | 0.45 | 232.7 | 0.7 | 0.32 |
| Hex | 19 | 27 | 8C | 52 | 48 | 0 | 2D | E9 | 46 | 20 |
| Octal | 31 | 47 | 214 | 122 | 110 | 0 | 55 | 351 | 106 | 40 |
| Binary | 11001 | 100111 | 10001100 | 1010010 | 1001000 | 0 | 101101 | 11101001 | 1000110 | 100000 |
Color Harmonies of #19278C
Complementary color
Monochromatic Colors of #19278C
Black with #19278C
Text Example
Text Example
White with #19278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19278C; }
p { color: rgb(25,39,140); }
H1.HeaderClassName
{
color: #19278C;
}
.AnyTagClassName
{
color: #19278C;
}
</style>
background-color css
<style>
a { background-color: #19278C; }
a { background-color: rgb(25,39,140); }
div.DivClassName
{
background-color: #19278C;
}
.BgClassName
{
background-color: #19278C;
}
</style>
border-color css
<style>
span { border-color: #19278C; }
span { border-color: rgb(25,39,140); }
td.TdClassName
{
border-color: #19278C;
}
.TagClassName
{
border-color: #19278C;
}
</style>