Shades of Egyptian Blue #192599
Tints of Egyptian Blue #192599
RGB
CMYK
RGB Variations
Color information
#192599 (or 0x192599) is known color: Egyptian Blue. HEX triplet: 19, 25 and 99. RGB value is (25,37,153). Sum of RGB (Red+Green+Blue) = 25+37+153=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #192599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192599 is #E6DA66. Grayscale: #2E2E2E. Windows color (decimal): -15129191 or 10036505. OLE color: 10036505.
HSL color Cylindrical-coordinate representation of color #192599: hue angle of 234.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192599 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 37 | 153 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.4 |
| HSL | 234.38º | 0.72% | 0.35% | - |
| HSV(B) | 234.38º | 0.84% | 0.6% | - |
| XYZ | 6.81 | 3.83 | 30.52 | - |
| YUV | 46.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 153 | 0.84 | 0.76 | 0 | 0.4 | 234.38 | 0.72 | 0.35 |
| Hex | 19 | 25 | 99 | 54 | 4C | 0 | 28 | EA | 48 | 23 |
| Octal | 31 | 45 | 231 | 124 | 114 | 0 | 50 | 352 | 110 | 43 |
| Binary | 11001 | 100101 | 10011001 | 1010100 | 1001100 | 0 | 101000 | 11101010 | 1001000 | 100011 |
Color Harmonies of #192599
Complementary color
Monochromatic Colors of #192599
Black with #192599
Text Example
Text Example
White with #192599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192599; }
p { color: rgb(25,37,153); }
H1.HeaderClassName
{
color: #192599;
}
.AnyTagClassName
{
color: #192599;
}
</style>
background-color css
<style>
a { background-color: #192599; }
a { background-color: rgb(25,37,153); }
div.DivClassName
{
background-color: #192599;
}
.BgClassName
{
background-color: #192599;
}
</style>
border-color css
<style>
span { border-color: #192599; }
span { border-color: rgb(25,37,153); }
td.TdClassName
{
border-color: #192599;
}
.TagClassName
{
border-color: #192599;
}
</style>