Shades of Egyptian Blue #193893
Tints of Egyptian Blue #193893
RGB
CMYK
RGB Variations
Color information
#193893 (or 0x193893) is known color: Egyptian Blue. HEX triplet: 19, 38 and 93. RGB value is (25,56,147). Sum of RGB (Red+Green+Blue) = 25+56+147=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #193893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193893 is #E6C76C. Grayscale: #383838. Windows color (decimal): -15124333 or 9648153. OLE color: 9648153.
HSL color Cylindrical-coordinate representation of color #193893: hue angle of 224.75º 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 #193893 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 56 | 147 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.42 |
| HSL | 224.75º | 0.71% | 0.34% | - |
| HSV(B) | 224.75º | 0.83% | 0.58% | - |
| XYZ | 7.08 | 5.14 | 28.22 | - |
| YUV | 57.11 | 178.73 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 147 | 0.83 | 0.62 | 0 | 0.42 | 224.75 | 0.71 | 0.34 |
| Hex | 19 | 38 | 93 | 53 | 3E | 0 | 2A | E1 | 47 | 22 |
| Octal | 31 | 70 | 223 | 123 | 76 | 0 | 52 | 341 | 107 | 42 |
| Binary | 11001 | 111000 | 10010011 | 1010011 | 111110 | 0 | 101010 | 11100001 | 1000111 | 100010 |
Color Harmonies of #193893
Complementary color
Monochromatic Colors of #193893
Black with #193893
Text Example
Text Example
White with #193893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193893; }
p { color: rgb(25,56,147); }
H1.HeaderClassName
{
color: #193893;
}
.AnyTagClassName
{
color: #193893;
}
</style>
background-color css
<style>
a { background-color: #193893; }
a { background-color: rgb(25,56,147); }
div.DivClassName
{
background-color: #193893;
}
.BgClassName
{
background-color: #193893;
}
</style>
border-color css
<style>
span { border-color: #193893; }
span { border-color: rgb(25,56,147); }
td.TdClassName
{
border-color: #193893;
}
.TagClassName
{
border-color: #193893;
}
</style>