Shades of Egyptian Blue #194092
Tints of Egyptian Blue #194092
RGB
CMYK
RGB Variations
Color information
#194092 (or 0x194092) is known color: Egyptian Blue. HEX triplet: 19, 40 and 92. RGB value is (25,64,146). Sum of RGB (Red+Green+Blue) = 25+64+146=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #194092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194092 is #E6BF6D. Grayscale: #3D3D3D. Windows color (decimal): -15122286 or 9584665. OLE color: 9584665.
HSL color Cylindrical-coordinate representation of color #194092: hue angle of 220.66º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194092 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 64 | 146 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.43 |
| HSL | 220.66º | 0.71% | 0.34% | - |
| HSV(B) | 220.66º | 0.83% | 0.57% | - |
| XYZ | 7.42 | 5.95 | 27.95 | - |
| YUV | 61.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 146 | 0.83 | 0.56 | 0 | 0.43 | 220.66 | 0.71 | 0.34 |
| Hex | 19 | 40 | 92 | 53 | 38 | 0 | 2B | DD | 47 | 22 |
| Octal | 31 | 100 | 222 | 123 | 70 | 0 | 53 | 335 | 107 | 42 |
| Binary | 11001 | 1000000 | 10010010 | 1010011 | 111000 | 0 | 101011 | 11011101 | 1000111 | 100010 |
Color Harmonies of #194092
Complementary color
Monochromatic Colors of #194092
Black with #194092
Text Example
Text Example
White with #194092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194092; }
p { color: rgb(25,64,146); }
H1.HeaderClassName
{
color: #194092;
}
.AnyTagClassName
{
color: #194092;
}
</style>
background-color css
<style>
a { background-color: #194092; }
a { background-color: rgb(25,64,146); }
div.DivClassName
{
background-color: #194092;
}
.BgClassName
{
background-color: #194092;
}
</style>
border-color css
<style>
span { border-color: #194092; }
span { border-color: rgb(25,64,146); }
td.TdClassName
{
border-color: #194092;
}
.TagClassName
{
border-color: #194092;
}
</style>