Shades of Egyptian Blue #192693
Tints of Egyptian Blue #192693
RGB
CMYK
RGB Variations
Color information
#192693 (or 0x192693) is known color: Egyptian Blue. HEX triplet: 19, 26 and 93. RGB value is (25,38,147). Sum of RGB (Red+Green+Blue) = 25+38+147=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #192693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192693 is #E6D96C. Grayscale: #2E2E2E. Windows color (decimal): -15128941 or 9643545. OLE color: 9643545.
HSL color Cylindrical-coordinate representation of color #192693: hue angle of 233.61º 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 #192693 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 38 | 147 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.42 |
| HSL | 233.61º | 0.71% | 0.34% | - |
| HSV(B) | 233.61º | 0.83% | 0.58% | - |
| XYZ | 6.36 | 3.7 | 27.98 | - |
| YUV | 46.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 147 | 0.83 | 0.74 | 0 | 0.42 | 233.61 | 0.71 | 0.34 |
| Hex | 19 | 26 | 93 | 53 | 4A | 0 | 2A | EA | 47 | 22 |
| Octal | 31 | 46 | 223 | 123 | 112 | 0 | 52 | 352 | 107 | 42 |
| Binary | 11001 | 100110 | 10010011 | 1010011 | 1001010 | 0 | 101010 | 11101010 | 1000111 | 100010 |
Color Harmonies of #192693
Complementary color
Monochromatic Colors of #192693
Black with #192693
Text Example
Text Example
White with #192693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192693; }
p { color: rgb(25,38,147); }
H1.HeaderClassName
{
color: #192693;
}
.AnyTagClassName
{
color: #192693;
}
</style>
background-color css
<style>
a { background-color: #192693; }
a { background-color: rgb(25,38,147); }
div.DivClassName
{
background-color: #192693;
}
.BgClassName
{
background-color: #192693;
}
</style>
border-color css
<style>
span { border-color: #192693; }
span { border-color: rgb(25,38,147); }
td.TdClassName
{
border-color: #192693;
}
.TagClassName
{
border-color: #192693;
}
</style>