Shades of Egyptian Blue #192C8D
Tints of Egyptian Blue #192C8D
RGB
CMYK
RGB Variations
Color information
#192C8D (or 0x192C8D) is known color: Egyptian Blue. HEX triplet: 19, 2C and 8D. RGB value is (25,44,141). Sum of RGB (Red+Green+Blue) = 25+44+141=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #192C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C8D is #E6D372. Grayscale: #303030. Windows color (decimal): -15127411 or 9251865. OLE color: 9251865.
HSL color Cylindrical-coordinate representation of color #192C8D: hue angle of 230.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192C8D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 44 | 141 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.45 |
| HSL | 230.17º | 0.7% | 0.33% | - |
| HSV(B) | 230.17º | 0.82% | 0.55% | - |
| XYZ | 6.11 | 3.93 | 25.64 | - |
| YUV | 49.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 141 | 0.82 | 0.69 | 0 | 0.45 | 230.17 | 0.7 | 0.33 |
| Hex | 19 | 2C | 8D | 52 | 45 | 0 | 2D | E6 | 46 | 21 |
| Octal | 31 | 54 | 215 | 122 | 105 | 0 | 55 | 346 | 106 | 41 |
| Binary | 11001 | 101100 | 10001101 | 1010010 | 1000101 | 0 | 101101 | 11100110 | 1000110 | 100001 |
Color Harmonies of #192C8D
Complementary color
Monochromatic Colors of #192C8D
Black with #192C8D
Text Example
Text Example
White with #192C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C8D; }
p { color: rgb(25,44,141); }
H1.HeaderClassName
{
color: #192C8D;
}
.AnyTagClassName
{
color: #192C8D;
}
</style>
background-color css
<style>
a { background-color: #192C8D; }
a { background-color: rgb(25,44,141); }
div.DivClassName
{
background-color: #192C8D;
}
.BgClassName
{
background-color: #192C8D;
}
</style>
border-color css
<style>
span { border-color: #192C8D; }
span { border-color: rgb(25,44,141); }
td.TdClassName
{
border-color: #192C8D;
}
.TagClassName
{
border-color: #192C8D;
}
</style>