Shades of Egyptian Blue #192CAB
Tints of Egyptian Blue #192CAB
RGB
CMYK
RGB Variations
Color information
#192CAB (or 0x192CAB) is known color: Egyptian Blue. HEX triplet: 19, 2C and AB. RGB value is (25,44,171). Sum of RGB (Red+Green+Blue) = 25+44+171=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #192CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192CAB is #E6D354. Grayscale: #343434. Windows color (decimal): -15127381 or 11217945. OLE color: 11217945.
HSL color Cylindrical-coordinate representation of color #192CAB: hue angle of 232.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192CAB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 44 | 171 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.33 |
| HSL | 232.19º | 0.74% | 0.38% | - |
| HSV(B) | 232.19º | 0.85% | 0.67% | - |
| XYZ | 8.65 | 4.95 | 39.03 | - |
| YUV | 52.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 171 | 0.85 | 0.74 | 0 | 0.33 | 232.19 | 0.74 | 0.38 |
| Hex | 19 | 2C | AB | 55 | 4A | 0 | 21 | E8 | 4A | 26 |
| Octal | 31 | 54 | 253 | 125 | 112 | 0 | 41 | 350 | 112 | 46 |
| Binary | 11001 | 101100 | 10101011 | 1010101 | 1001010 | 0 | 100001 | 11101000 | 1001010 | 100110 |
Color Harmonies of #192CAB
Complementary color
Monochromatic Colors of #192CAB
Black with #192CAB
Text Example
Text Example
White with #192CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CAB; }
p { color: rgb(25,44,171); }
H1.HeaderClassName
{
color: #192CAB;
}
.AnyTagClassName
{
color: #192CAB;
}
</style>
background-color css
<style>
a { background-color: #192CAB; }
a { background-color: rgb(25,44,171); }
div.DivClassName
{
background-color: #192CAB;
}
.BgClassName
{
background-color: #192CAB;
}
</style>
border-color css
<style>
span { border-color: #192CAB; }
span { border-color: rgb(25,44,171); }
td.TdClassName
{
border-color: #192CAB;
}
.TagClassName
{
border-color: #192CAB;
}
</style>