Shades of Egyptian Blue #193C9D
Tints of Egyptian Blue #193C9D
RGB
CMYK
RGB Variations
Color information
#193C9D (or 0x193C9D) is known color: Egyptian Blue. HEX triplet: 19, 3C and 9D. RGB value is (25,60,157). Sum of RGB (Red+Green+Blue) = 25+60+157=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #193C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C9D is #E6C362. Grayscale: #3C3C3C. Windows color (decimal): -15123299 or 10304537. OLE color: 10304537.
HSL color Cylindrical-coordinate representation of color #193C9D: hue angle of 224.09º 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 #193C9D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 60 | 157 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.38 |
| HSL | 224.09º | 0.73% | 0.36% | - |
| HSV(B) | 224.09º | 0.84% | 0.62% | - |
| XYZ | 8.1 | 5.87 | 32.6 | - |
| YUV | 60.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 157 | 0.84 | 0.62 | 0 | 0.38 | 224.09 | 0.73 | 0.36 |
| Hex | 19 | 3C | 9D | 54 | 3E | 0 | 26 | E0 | 49 | 24 |
| Octal | 31 | 74 | 235 | 124 | 76 | 0 | 46 | 340 | 111 | 44 |
| Binary | 11001 | 111100 | 10011101 | 1010100 | 111110 | 0 | 100110 | 11100000 | 1001001 | 100100 |
Color Harmonies of #193C9D
Complementary color
Monochromatic Colors of #193C9D
Black with #193C9D
Text Example
Text Example
White with #193C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C9D; }
p { color: rgb(25,60,157); }
H1.HeaderClassName
{
color: #193C9D;
}
.AnyTagClassName
{
color: #193C9D;
}
</style>
background-color css
<style>
a { background-color: #193C9D; }
a { background-color: rgb(25,60,157); }
div.DivClassName
{
background-color: #193C9D;
}
.BgClassName
{
background-color: #193C9D;
}
</style>
border-color css
<style>
span { border-color: #193C9D; }
span { border-color: rgb(25,60,157); }
td.TdClassName
{
border-color: #193C9D;
}
.TagClassName
{
border-color: #193C9D;
}
</style>