Shades of Egyptian Blue #194194
Tints of Egyptian Blue #194194
RGB
CMYK
RGB Variations
Color information
#194194 (or 0x194194) is known color: Egyptian Blue. HEX triplet: 19, 41 and 94. RGB value is (25,65,148). Sum of RGB (Red+Green+Blue) = 25+65+148=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #194194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194194 is #E6BE6B. Grayscale: #3E3E3E. Windows color (decimal): -15122028 or 9715993. OLE color: 9715993.
HSL color Cylindrical-coordinate representation of color #194194: hue angle of 220.49º 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 #194194 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 65 | 148 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.42 |
| HSL | 220.49º | 0.71% | 0.34% | - |
| HSV(B) | 220.49º | 0.83% | 0.58% | - |
| XYZ | 7.64 | 6.13 | 28.8 | - |
| YUV | 62.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 148 | 0.83 | 0.56 | 0 | 0.42 | 220.49 | 0.71 | 0.34 |
| Hex | 19 | 41 | 94 | 53 | 38 | 0 | 2A | DC | 47 | 22 |
| Octal | 31 | 101 | 224 | 123 | 70 | 0 | 52 | 334 | 107 | 42 |
| Binary | 11001 | 1000001 | 10010100 | 1010011 | 111000 | 0 | 101010 | 11011100 | 1000111 | 100010 |
Color Harmonies of #194194
Complementary color
Monochromatic Colors of #194194
Black with #194194
Text Example
Text Example
White with #194194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194194; }
p { color: rgb(25,65,148); }
H1.HeaderClassName
{
color: #194194;
}
.AnyTagClassName
{
color: #194194;
}
</style>
background-color css
<style>
a { background-color: #194194; }
a { background-color: rgb(25,65,148); }
div.DivClassName
{
background-color: #194194;
}
.BgClassName
{
background-color: #194194;
}
</style>
border-color css
<style>
span { border-color: #194194; }
span { border-color: rgb(25,65,148); }
td.TdClassName
{
border-color: #194194;
}
.TagClassName
{
border-color: #194194;
}
</style>