Shades of Egyptian Blue #192793
Tints of Egyptian Blue #192793
RGB
CMYK
RGB Variations
Color information
#192793 (or 0x192793) is known color: Egyptian Blue. HEX triplet: 19, 27 and 93. RGB value is (25,39,147). Sum of RGB (Red+Green+Blue) = 25+39+147=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #192793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192793 is #E6D86C. Grayscale: #2E2E2E. Windows color (decimal): -15128685 or 9643801. OLE color: 9643801.
HSL color Cylindrical-coordinate representation of color #192793: hue angle of 233.11º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192793 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 39 | 147 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.42 |
| HSL | 233.11º | 0.71% | 0.34% | - |
| HSV(B) | 233.11º | 0.83% | 0.58% | - |
| XYZ | 6.39 | 3.76 | 27.99 | - |
| YUV | 47.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 147 | 0.83 | 0.73 | 0 | 0.42 | 233.11 | 0.71 | 0.34 |
| Hex | 19 | 27 | 93 | 53 | 49 | 0 | 2A | E9 | 47 | 22 |
| Octal | 31 | 47 | 223 | 123 | 111 | 0 | 52 | 351 | 107 | 42 |
| Binary | 11001 | 100111 | 10010011 | 1010011 | 1001001 | 0 | 101010 | 11101001 | 1000111 | 100010 |
Color Harmonies of #192793
Complementary color
Monochromatic Colors of #192793
Black with #192793
Text Example
Text Example
White with #192793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192793; }
p { color: rgb(25,39,147); }
H1.HeaderClassName
{
color: #192793;
}
.AnyTagClassName
{
color: #192793;
}
</style>
background-color css
<style>
a { background-color: #192793; }
a { background-color: rgb(25,39,147); }
div.DivClassName
{
background-color: #192793;
}
.BgClassName
{
background-color: #192793;
}
</style>
border-color css
<style>
span { border-color: #192793; }
span { border-color: rgb(25,39,147); }
td.TdClassName
{
border-color: #192793;
}
.TagClassName
{
border-color: #192793;
}
</style>