Shades of Egyptian Blue #192C8B
Tints of Egyptian Blue #192C8B
RGB
CMYK
RGB Variations
Color information
#192C8B (or 0x192C8B) is known color: Egyptian Blue. HEX triplet: 19, 2C and 8B. RGB value is (25,44,139). Sum of RGB (Red+Green+Blue) = 25+44+139=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #192C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C8B is #E6D374. Grayscale: #303030. Windows color (decimal): -15127413 or 9120793. OLE color: 9120793.
HSL color Cylindrical-coordinate representation of color #192C8B: hue angle of 230º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192C8B is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 44 | 139 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.45 |
| HSL | 230º | 0.7% | 0.32% | - |
| HSV(B) | 230º | 0.82% | 0.55% | - |
| XYZ | 5.96 | 3.87 | 24.86 | - |
| YUV | 49.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 139 | 0.82 | 0.68 | 0 | 0.45 | 230 | 0.7 | 0.32 |
| Hex | 19 | 2C | 8B | 52 | 44 | 0 | 2D | E6 | 46 | 20 |
| Octal | 31 | 54 | 213 | 122 | 104 | 0 | 55 | 346 | 106 | 40 |
| Binary | 11001 | 101100 | 10001011 | 1010010 | 1000100 | 0 | 101101 | 11100110 | 1000110 | 100000 |
Color Harmonies of #192C8B
Complementary color
Monochromatic Colors of #192C8B
Black with #192C8B
Text Example
Text Example
White with #192C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C8B; }
p { color: rgb(25,44,139); }
H1.HeaderClassName
{
color: #192C8B;
}
.AnyTagClassName
{
color: #192C8B;
}
</style>
background-color css
<style>
a { background-color: #192C8B; }
a { background-color: rgb(25,44,139); }
div.DivClassName
{
background-color: #192C8B;
}
.BgClassName
{
background-color: #192C8B;
}
</style>
border-color css
<style>
span { border-color: #192C8B; }
span { border-color: rgb(25,44,139); }
td.TdClassName
{
border-color: #192C8B;
}
.TagClassName
{
border-color: #192C8B;
}
</style>