Shades of Egyptian Blue #192C88
Tints of Egyptian Blue #192C88
RGB
CMYK
RGB Variations
Color information
#192C88 (or 0x192C88) is known color: Egyptian Blue. HEX triplet: 19, 2C and 88. RGB value is (25,44,136). Sum of RGB (Red+Green+Blue) = 25+44+136=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #192C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C88 is #E6D377. Grayscale: #303030. Windows color (decimal): -15127416 or 8924185. OLE color: 8924185.
HSL color Cylindrical-coordinate representation of color #192C88: hue angle of 229.73º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192C88 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 44 | 136 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.47 |
| HSL | 229.73º | 0.69% | 0.32% | - |
| HSV(B) | 229.73º | 0.82% | 0.53% | - |
| XYZ | 5.75 | 3.79 | 23.72 | - |
| YUV | 48.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 136 | 0.82 | 0.68 | 0 | 0.47 | 229.73 | 0.69 | 0.32 |
| Hex | 19 | 2C | 88 | 52 | 44 | 0 | 2F | E6 | 45 | 20 |
| Octal | 31 | 54 | 210 | 122 | 104 | 0 | 57 | 346 | 105 | 40 |
| Binary | 11001 | 101100 | 10001000 | 1010010 | 1000100 | 0 | 101111 | 11100110 | 1000101 | 100000 |
Color Harmonies of #192C88
Complementary color
Monochromatic Colors of #192C88
Black with #192C88
Text Example
Text Example
White with #192C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C88; }
p { color: rgb(25,44,136); }
H1.HeaderClassName
{
color: #192C88;
}
.AnyTagClassName
{
color: #192C88;
}
</style>
background-color css
<style>
a { background-color: #192C88; }
a { background-color: rgb(25,44,136); }
div.DivClassName
{
background-color: #192C88;
}
.BgClassName
{
background-color: #192C88;
}
</style>
border-color css
<style>
span { border-color: #192C88; }
span { border-color: rgb(25,44,136); }
td.TdClassName
{
border-color: #192C88;
}
.TagClassName
{
border-color: #192C88;
}
</style>