Shades of Egyptian Blue #193F9D
Tints of Egyptian Blue #193F9D
RGB
CMYK
RGB Variations
Color information
#193F9D (or 0x193F9D) is known color: Egyptian Blue. HEX triplet: 19, 3F and 9D. RGB value is (25,63,157). Sum of RGB (Red+Green+Blue) = 25+63+157=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #193F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F9D is #E6C062. Grayscale: #3D3D3D. Windows color (decimal): -15122531 or 10305305. OLE color: 10305305.
HSL color Cylindrical-coordinate representation of color #193F9D: hue angle of 222.73º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193F9D is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 63 | 157 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.38 |
| HSL | 222.73º | 0.73% | 0.36% | - |
| HSV(B) | 222.73º | 0.84% | 0.62% | - |
| XYZ | 8.26 | 6.2 | 32.66 | - |
| YUV | 62.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 157 | 0.84 | 0.60 | 0 | 0.38 | 222.73 | 0.73 | 0.36 |
| Hex | 19 | 3F | 9D | 54 | 3C | 0 | 26 | DF | 49 | 24 |
| Octal | 31 | 77 | 235 | 124 | 74 | 0 | 46 | 337 | 111 | 44 |
| Binary | 11001 | 111111 | 10011101 | 1010100 | 111100 | 0 | 100110 | 11011111 | 1001001 | 100100 |
Color Harmonies of #193F9D
Complementary color
Monochromatic Colors of #193F9D
Black with #193F9D
Text Example
Text Example
White with #193F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F9D; }
p { color: rgb(25,63,157); }
H1.HeaderClassName
{
color: #193F9D;
}
.AnyTagClassName
{
color: #193F9D;
}
</style>
background-color css
<style>
a { background-color: #193F9D; }
a { background-color: rgb(25,63,157); }
div.DivClassName
{
background-color: #193F9D;
}
.BgClassName
{
background-color: #193F9D;
}
</style>
border-color css
<style>
span { border-color: #193F9D; }
span { border-color: rgb(25,63,157); }
td.TdClassName
{
border-color: #193F9D;
}
.TagClassName
{
border-color: #193F9D;
}
</style>