Shades of Egyptian Blue #19369F
Tints of Egyptian Blue #19369F
RGB
CMYK
RGB Variations
Color information
#19369F (or 0x19369F) is known color: Egyptian Blue. HEX triplet: 19, 36 and 9F. RGB value is (25,54,159). Sum of RGB (Red+Green+Blue) = 25+54+159=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #19369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19369F is #E6C960. Grayscale: #383838. Windows color (decimal): -15124833 or 10434073. OLE color: 10434073.
HSL color Cylindrical-coordinate representation of color #19369F: hue angle of 227.01º 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 #19369F is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 54 | 159 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.38 |
| HSL | 227.01º | 0.73% | 0.36% | - |
| HSV(B) | 227.01º | 0.84% | 0.62% | - |
| XYZ | 7.98 | 5.35 | 33.41 | - |
| YUV | 57.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 159 | 0.84 | 0.66 | 0 | 0.38 | 227.01 | 0.73 | 0.36 |
| Hex | 19 | 36 | 9F | 54 | 42 | 0 | 26 | E3 | 49 | 24 |
| Octal | 31 | 66 | 237 | 124 | 102 | 0 | 46 | 343 | 111 | 44 |
| Binary | 11001 | 110110 | 10011111 | 1010100 | 1000010 | 0 | 100110 | 11100011 | 1001001 | 100100 |
Color Harmonies of #19369F
Complementary color
Monochromatic Colors of #19369F
Black with #19369F
Text Example
Text Example
White with #19369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19369F; }
p { color: rgb(25,54,159); }
H1.HeaderClassName
{
color: #19369F;
}
.AnyTagClassName
{
color: #19369F;
}
</style>
background-color css
<style>
a { background-color: #19369F; }
a { background-color: rgb(25,54,159); }
div.DivClassName
{
background-color: #19369F;
}
.BgClassName
{
background-color: #19369F;
}
</style>
border-color css
<style>
span { border-color: #19369F; }
span { border-color: rgb(25,54,159); }
td.TdClassName
{
border-color: #19369F;
}
.TagClassName
{
border-color: #19369F;
}
</style>