Shades of Egyptian Blue #192592
Tints of Egyptian Blue #192592
RGB
CMYK
RGB Variations
Color information
#192592 (or 0x192592) is known color: Egyptian Blue. HEX triplet: 19, 25 and 92. RGB value is (25,37,146). Sum of RGB (Red+Green+Blue) = 25+37+146=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #192592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192592 is #E6DA6D. Grayscale: #2D2D2D. Windows color (decimal): -15129198 or 9577753. OLE color: 9577753.
HSL color Cylindrical-coordinate representation of color #192592: hue angle of 234.05º 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 #192592 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 37 | 146 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.43 |
| HSL | 234.05º | 0.71% | 0.34% | - |
| HSV(B) | 234.05º | 0.83% | 0.57% | - |
| XYZ | 6.25 | 3.61 | 27.56 | - |
| YUV | 45.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 146 | 0.83 | 0.75 | 0 | 0.43 | 234.05 | 0.71 | 0.34 |
| Hex | 19 | 25 | 92 | 53 | 4B | 0 | 2B | EA | 47 | 22 |
| Octal | 31 | 45 | 222 | 123 | 113 | 0 | 53 | 352 | 107 | 42 |
| Binary | 11001 | 100101 | 10010010 | 1010011 | 1001011 | 0 | 101011 | 11101010 | 1000111 | 100010 |
Color Harmonies of #192592
Complementary color
Monochromatic Colors of #192592
Black with #192592
Text Example
Text Example
White with #192592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192592; }
p { color: rgb(25,37,146); }
H1.HeaderClassName
{
color: #192592;
}
.AnyTagClassName
{
color: #192592;
}
</style>
background-color css
<style>
a { background-color: #192592; }
a { background-color: rgb(25,37,146); }
div.DivClassName
{
background-color: #192592;
}
.BgClassName
{
background-color: #192592;
}
</style>
border-color css
<style>
span { border-color: #192592; }
span { border-color: rgb(25,37,146); }
td.TdClassName
{
border-color: #192592;
}
.TagClassName
{
border-color: #192592;
}
</style>