Shades of Egyptian Blue #19288B
Tints of Egyptian Blue #19288B
RGB
CMYK
RGB Variations
Color information
#19288B (or 0x19288B) is known color: Egyptian Blue. HEX triplet: 19, 28 and 8B. RGB value is (25,40,139). Sum of RGB (Red+Green+Blue) = 25+40+139=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #19288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19288B is #E6D774. Grayscale: #2E2E2E. Windows color (decimal): -15128437 or 9119769. OLE color: 9119769.
HSL color Cylindrical-coordinate representation of color #19288B: hue angle of 232.11º 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 #19288B is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 40 | 139 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.45 |
| HSL | 232.11º | 0.7% | 0.32% | - |
| HSV(B) | 232.11º | 0.82% | 0.55% | - |
| XYZ | 5.82 | 3.59 | 24.81 | - |
| YUV | 46.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 139 | 0.82 | 0.71 | 0 | 0.45 | 232.11 | 0.7 | 0.32 |
| Hex | 19 | 28 | 8B | 52 | 47 | 0 | 2D | E8 | 46 | 20 |
| Octal | 31 | 50 | 213 | 122 | 107 | 0 | 55 | 350 | 106 | 40 |
| Binary | 11001 | 101000 | 10001011 | 1010010 | 1000111 | 0 | 101101 | 11101000 | 1000110 | 100000 |
Color Harmonies of #19288B
Complementary color
Monochromatic Colors of #19288B
Black with #19288B
Text Example
Text Example
White with #19288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19288B; }
p { color: rgb(25,40,139); }
H1.HeaderClassName
{
color: #19288B;
}
.AnyTagClassName
{
color: #19288B;
}
</style>
background-color css
<style>
a { background-color: #19288B; }
a { background-color: rgb(25,40,139); }
div.DivClassName
{
background-color: #19288B;
}
.BgClassName
{
background-color: #19288B;
}
</style>
border-color css
<style>
span { border-color: #19288B; }
span { border-color: rgb(25,40,139); }
td.TdClassName
{
border-color: #19288B;
}
.TagClassName
{
border-color: #19288B;
}
</style>