Shades of Egyptian Blue #19339C
Tints of Egyptian Blue #19339C
RGB
CMYK
RGB Variations
Color information
#19339C (or 0x19339C) is known color: Egyptian Blue. HEX triplet: 19, 33 and 9C. RGB value is (25,51,156). Sum of RGB (Red+Green+Blue) = 25+51+156=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #19339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19339C is #E6CC63. Grayscale: #363636. Windows color (decimal): -15125604 or 10236697. OLE color: 10236697.
HSL color Cylindrical-coordinate representation of color #19339C: hue angle of 228.09º 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 #19339C is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 51 | 156 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.39 |
| HSL | 228.09º | 0.72% | 0.35% | - |
| HSV(B) | 228.09º | 0.84% | 0.61% | - |
| XYZ | 7.59 | 4.97 | 32.01 | - |
| YUV | 55.2 | 184.89 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 156 | 0.84 | 0.67 | 0 | 0.39 | 228.09 | 0.72 | 0.35 |
| Hex | 19 | 33 | 9C | 54 | 43 | 0 | 27 | E4 | 48 | 23 |
| Octal | 31 | 63 | 234 | 124 | 103 | 0 | 47 | 344 | 110 | 43 |
| Binary | 11001 | 110011 | 10011100 | 1010100 | 1000011 | 0 | 100111 | 11100100 | 1001000 | 100011 |
Color Harmonies of #19339C
Complementary color
Monochromatic Colors of #19339C
Black with #19339C
Text Example
Text Example
White with #19339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19339C; }
p { color: rgb(25,51,156); }
H1.HeaderClassName
{
color: #19339C;
}
.AnyTagClassName
{
color: #19339C;
}
</style>
background-color css
<style>
a { background-color: #19339C; }
a { background-color: rgb(25,51,156); }
div.DivClassName
{
background-color: #19339C;
}
.BgClassName
{
background-color: #19339C;
}
</style>
border-color css
<style>
span { border-color: #19339C; }
span { border-color: rgb(25,51,156); }
td.TdClassName
{
border-color: #19339C;
}
.TagClassName
{
border-color: #19339C;
}
</style>