Shades of Egyptian Blue #192EAB
Tints of Egyptian Blue #192EAB
RGB
CMYK
RGB Variations
Color information
#192EAB (or 0x192EAB) is known color: Egyptian Blue. HEX triplet: 19, 2E and AB. RGB value is (25,46,171). Sum of RGB (Red+Green+Blue) = 25+46+171=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #192EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EAB is #E6D154. Grayscale: #353535. Windows color (decimal): -15126869 or 11218457. OLE color: 11218457.
HSL color Cylindrical-coordinate representation of color #192EAB: hue angle of 231.37º 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 #192EAB is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 46 | 171 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.33 |
| HSL | 231.37º | 0.74% | 0.38% | - |
| HSV(B) | 231.37º | 0.85% | 0.67% | - |
| XYZ | 8.73 | 5.1 | 39.05 | - |
| YUV | 53.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 171 | 0.85 | 0.73 | 0 | 0.33 | 231.37 | 0.74 | 0.38 |
| Hex | 19 | 2E | AB | 55 | 49 | 0 | 21 | E7 | 4A | 26 |
| Octal | 31 | 56 | 253 | 125 | 111 | 0 | 41 | 347 | 112 | 46 |
| Binary | 11001 | 101110 | 10101011 | 1010101 | 1001001 | 0 | 100001 | 11100111 | 1001010 | 100110 |
Color Harmonies of #192EAB
Complementary color
Monochromatic Colors of #192EAB
Black with #192EAB
Text Example
Text Example
White with #192EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EAB; }
p { color: rgb(25,46,171); }
H1.HeaderClassName
{
color: #192EAB;
}
.AnyTagClassName
{
color: #192EAB;
}
</style>
background-color css
<style>
a { background-color: #192EAB; }
a { background-color: rgb(25,46,171); }
div.DivClassName
{
background-color: #192EAB;
}
.BgClassName
{
background-color: #192EAB;
}
</style>
border-color css
<style>
span { border-color: #192EAB; }
span { border-color: rgb(25,46,171); }
td.TdClassName
{
border-color: #192EAB;
}
.TagClassName
{
border-color: #192EAB;
}
</style>