Shades of Egyptian Blue #192BAB
Tints of Egyptian Blue #192BAB
RGB
CMYK
RGB Variations
Color information
#192BAB (or 0x192BAB) is known color: Egyptian Blue. HEX triplet: 19, 2B and AB. RGB value is (25,43,171). Sum of RGB (Red+Green+Blue) = 25+43+171=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #192BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192BAB is #E6D454. Grayscale: #333333. Windows color (decimal): -15127637 or 11217689. OLE color: 11217689.
HSL color Cylindrical-coordinate representation of color #192BAB: hue angle of 232.6º 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 #192BAB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 43 | 171 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.33 |
| HSL | 232.6º | 0.74% | 0.38% | - |
| HSV(B) | 232.6º | 0.85% | 0.67% | - |
| XYZ | 8.62 | 4.87 | 39.01 | - |
| YUV | 52.21 | 195.04 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 171 | 0.85 | 0.75 | 0 | 0.33 | 232.6 | 0.74 | 0.38 |
| Hex | 19 | 2B | AB | 55 | 4B | 0 | 21 | E9 | 4A | 26 |
| Octal | 31 | 53 | 253 | 125 | 113 | 0 | 41 | 351 | 112 | 46 |
| Binary | 11001 | 101011 | 10101011 | 1010101 | 1001011 | 0 | 100001 | 11101001 | 1001010 | 100110 |
Color Harmonies of #192BAB
Complementary color
Monochromatic Colors of #192BAB
Black with #192BAB
Text Example
Text Example
White with #192BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BAB; }
p { color: rgb(25,43,171); }
H1.HeaderClassName
{
color: #192BAB;
}
.AnyTagClassName
{
color: #192BAB;
}
</style>
background-color css
<style>
a { background-color: #192BAB; }
a { background-color: rgb(25,43,171); }
div.DivClassName
{
background-color: #192BAB;
}
.BgClassName
{
background-color: #192BAB;
}
</style>
border-color css
<style>
span { border-color: #192BAB; }
span { border-color: rgb(25,43,171); }
td.TdClassName
{
border-color: #192BAB;
}
.TagClassName
{
border-color: #192BAB;
}
</style>