Shades of Egyptian Blue #19399C
Tints of Egyptian Blue #19399C
RGB
CMYK
RGB Variations
Color information
#19399C (or 0x19399C) is known color: Egyptian Blue. HEX triplet: 19, 39 and 9C. RGB value is (25,57,156). Sum of RGB (Red+Green+Blue) = 25+57+156=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #19399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19399C is #E6C663. Grayscale: #3A3A3A. Windows color (decimal): -15124068 or 10238233. OLE color: 10238233.
HSL color Cylindrical-coordinate representation of color #19399C: hue angle of 225.34º 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 #19399C is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 57 | 156 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.39 |
| HSL | 225.34º | 0.72% | 0.35% | - |
| HSV(B) | 225.34º | 0.84% | 0.61% | - |
| XYZ | 7.86 | 5.53 | 32.11 | - |
| YUV | 58.72 | 182.9 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 156 | 0.84 | 0.63 | 0 | 0.39 | 225.34 | 0.72 | 0.35 |
| Hex | 19 | 39 | 9C | 54 | 3F | 0 | 27 | E1 | 48 | 23 |
| Octal | 31 | 71 | 234 | 124 | 77 | 0 | 47 | 341 | 110 | 43 |
| Binary | 11001 | 111001 | 10011100 | 1010100 | 111111 | 0 | 100111 | 11100001 | 1001000 | 100011 |
Color Harmonies of #19399C
Complementary color
Monochromatic Colors of #19399C
Black with #19399C
Text Example
Text Example
White with #19399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19399C; }
p { color: rgb(25,57,156); }
H1.HeaderClassName
{
color: #19399C;
}
.AnyTagClassName
{
color: #19399C;
}
</style>
background-color css
<style>
a { background-color: #19399C; }
a { background-color: rgb(25,57,156); }
div.DivClassName
{
background-color: #19399C;
}
.BgClassName
{
background-color: #19399C;
}
</style>
border-color css
<style>
span { border-color: #19399C; }
span { border-color: rgb(25,57,156); }
td.TdClassName
{
border-color: #19399C;
}
.TagClassName
{
border-color: #19399C;
}
</style>