Shades of Egyptian Blue #192C8A
Tints of Egyptian Blue #192C8A
RGB
CMYK
RGB Variations
Color information
#192C8A (or 0x192C8A) is known color: Egyptian Blue. HEX triplet: 19, 2C and 8A. RGB value is (25,44,138). Sum of RGB (Red+Green+Blue) = 25+44+138=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #192C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C8A is #E6D375. Grayscale: #303030. Windows color (decimal): -15127414 or 9055257. OLE color: 9055257.
HSL color Cylindrical-coordinate representation of color #192C8A: hue angle of 229.91º 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 #192C8A is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 44 | 138 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.46 |
| HSL | 229.91º | 0.69% | 0.32% | - |
| HSV(B) | 229.91º | 0.82% | 0.54% | - |
| XYZ | 5.89 | 3.84 | 24.48 | - |
| YUV | 49.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 138 | 0.82 | 0.68 | 0 | 0.46 | 229.91 | 0.69 | 0.32 |
| Hex | 19 | 2C | 8A | 52 | 44 | 0 | 2E | E6 | 45 | 20 |
| Octal | 31 | 54 | 212 | 122 | 104 | 0 | 56 | 346 | 105 | 40 |
| Binary | 11001 | 101100 | 10001010 | 1010010 | 1000100 | 0 | 101110 | 11100110 | 1000101 | 100000 |
Color Harmonies of #192C8A
Complementary color
Monochromatic Colors of #192C8A
Black with #192C8A
Text Example
Text Example
White with #192C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C8A; }
p { color: rgb(25,44,138); }
H1.HeaderClassName
{
color: #192C8A;
}
.AnyTagClassName
{
color: #192C8A;
}
</style>
background-color css
<style>
a { background-color: #192C8A; }
a { background-color: rgb(25,44,138); }
div.DivClassName
{
background-color: #192C8A;
}
.BgClassName
{
background-color: #192C8A;
}
</style>
border-color css
<style>
span { border-color: #192C8A; }
span { border-color: rgb(25,44,138); }
td.TdClassName
{
border-color: #192C8A;
}
.TagClassName
{
border-color: #192C8A;
}
</style>