Shades of Egyptian Blue #192A89
Tints of Egyptian Blue #192A89
RGB
CMYK
RGB Variations
Color information
#192A89 (or 0x192A89) is known color: Egyptian Blue. HEX triplet: 19, 2A and 89. RGB value is (25,42,137). Sum of RGB (Red+Green+Blue) = 25+42+137=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #192A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192A89 is #E6D576. Grayscale: #2F2F2F. Windows color (decimal): -15127927 or 8989209. OLE color: 8989209.
HSL color Cylindrical-coordinate representation of color #192A89: hue angle of 230.89º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192A89 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 42 | 137 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.46 |
| HSL | 230.89º | 0.69% | 0.32% | - |
| HSV(B) | 230.89º | 0.82% | 0.54% | - |
| XYZ | 5.74 | 3.67 | 24.07 | - |
| YUV | 47.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 137 | 0.82 | 0.69 | 0 | 0.46 | 230.89 | 0.69 | 0.32 |
| Hex | 19 | 2A | 89 | 52 | 45 | 0 | 2E | E7 | 45 | 20 |
| Octal | 31 | 52 | 211 | 122 | 105 | 0 | 56 | 347 | 105 | 40 |
| Binary | 11001 | 101010 | 10001001 | 1010010 | 1000101 | 0 | 101110 | 11100111 | 1000101 | 100000 |
Color Harmonies of #192A89
Complementary color
Monochromatic Colors of #192A89
Black with #192A89
Text Example
Text Example
White with #192A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A89; }
p { color: rgb(25,42,137); }
H1.HeaderClassName
{
color: #192A89;
}
.AnyTagClassName
{
color: #192A89;
}
</style>
background-color css
<style>
a { background-color: #192A89; }
a { background-color: rgb(25,42,137); }
div.DivClassName
{
background-color: #192A89;
}
.BgClassName
{
background-color: #192A89;
}
</style>
border-color css
<style>
span { border-color: #192A89; }
span { border-color: rgb(25,42,137); }
td.TdClassName
{
border-color: #192A89;
}
.TagClassName
{
border-color: #192A89;
}
</style>