Shades of Egyptian Blue #193F93
Tints of Egyptian Blue #193F93
RGB
CMYK
RGB Variations
Color information
#193F93 (or 0x193F93) is known color: Egyptian Blue. HEX triplet: 19, 3F and 93. RGB value is (25,63,147). Sum of RGB (Red+Green+Blue) = 25+63+147=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #193F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F93 is #E6C06C. Grayscale: #3C3C3C. Windows color (decimal): -15122541 or 9649945. OLE color: 9649945.
HSL color Cylindrical-coordinate representation of color #193F93: hue angle of 221.31º 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 #193F93 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 63 | 147 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.42 |
| HSL | 221.31º | 0.71% | 0.34% | - |
| HSV(B) | 221.31º | 0.83% | 0.58% | - |
| XYZ | 7.44 | 5.87 | 28.34 | - |
| YUV | 61.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 147 | 0.83 | 0.57 | 0 | 0.42 | 221.31 | 0.71 | 0.34 |
| Hex | 19 | 3F | 93 | 53 | 39 | 0 | 2A | DD | 47 | 22 |
| Octal | 31 | 77 | 223 | 123 | 71 | 0 | 52 | 335 | 107 | 42 |
| Binary | 11001 | 111111 | 10010011 | 1010011 | 111001 | 0 | 101010 | 11011101 | 1000111 | 100010 |
Color Harmonies of #193F93
Complementary color
Monochromatic Colors of #193F93
Black with #193F93
Text Example
Text Example
White with #193F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F93; }
p { color: rgb(25,63,147); }
H1.HeaderClassName
{
color: #193F93;
}
.AnyTagClassName
{
color: #193F93;
}
</style>
background-color css
<style>
a { background-color: #193F93; }
a { background-color: rgb(25,63,147); }
div.DivClassName
{
background-color: #193F93;
}
.BgClassName
{
background-color: #193F93;
}
</style>
border-color css
<style>
span { border-color: #193F93; }
span { border-color: rgb(25,63,147); }
td.TdClassName
{
border-color: #193F93;
}
.TagClassName
{
border-color: #193F93;
}
</style>