Shades of Egyptian Blue #192692
Tints of Egyptian Blue #192692
RGB
CMYK
RGB Variations
Color information
#192692 (or 0x192692) is known color: Egyptian Blue. HEX triplet: 19, 26 and 92. RGB value is (25,38,146). Sum of RGB (Red+Green+Blue) = 25+38+146=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #192692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192692 is #E6D96D. Grayscale: #2D2D2D. Windows color (decimal): -15128942 or 9578009. OLE color: 9578009.
HSL color Cylindrical-coordinate representation of color #192692: hue angle of 233.55º 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 #192692 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 38 | 146 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.43 |
| HSL | 233.55º | 0.71% | 0.34% | - |
| HSV(B) | 233.55º | 0.83% | 0.57% | - |
| XYZ | 6.28 | 3.67 | 27.57 | - |
| YUV | 46.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 146 | 0.83 | 0.74 | 0 | 0.43 | 233.55 | 0.71 | 0.34 |
| Hex | 19 | 26 | 92 | 53 | 4A | 0 | 2B | EA | 47 | 22 |
| Octal | 31 | 46 | 222 | 123 | 112 | 0 | 53 | 352 | 107 | 42 |
| Binary | 11001 | 100110 | 10010010 | 1010011 | 1001010 | 0 | 101011 | 11101010 | 1000111 | 100010 |
Color Harmonies of #192692
Complementary color
Monochromatic Colors of #192692
Black with #192692
Text Example
Text Example
White with #192692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192692; }
p { color: rgb(25,38,146); }
H1.HeaderClassName
{
color: #192692;
}
.AnyTagClassName
{
color: #192692;
}
</style>
background-color css
<style>
a { background-color: #192692; }
a { background-color: rgb(25,38,146); }
div.DivClassName
{
background-color: #192692;
}
.BgClassName
{
background-color: #192692;
}
</style>
border-color css
<style>
span { border-color: #192692; }
span { border-color: rgb(25,38,146); }
td.TdClassName
{
border-color: #192692;
}
.TagClassName
{
border-color: #192692;
}
</style>