Shades of Egyptian Blue #192BAE
Tints of Egyptian Blue #192BAE
RGB
CMYK
RGB Variations
Color information
#192BAE (or 0x192BAE) is known color: Egyptian Blue. HEX triplet: 19, 2B and AE. RGB value is (25,43,174). Sum of RGB (Red+Green+Blue) = 25+43+174=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #192BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192BAE is #E6D451. Grayscale: #343434. Windows color (decimal): -15127634 or 11414297. OLE color: 11414297.
HSL color Cylindrical-coordinate representation of color #192BAE: hue angle of 232.75º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192BAE is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 43 | 174 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.32 |
| HSL | 232.75º | 0.75% | 0.39% | - |
| HSV(B) | 232.75º | 0.86% | 0.68% | - |
| XYZ | 8.9 | 4.99 | 40.54 | - |
| YUV | 52.55 | 196.54 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 174 | 0.86 | 0.75 | 0 | 0.32 | 232.75 | 0.75 | 0.39 |
| Hex | 19 | 2B | AE | 56 | 4B | 0 | 20 | E9 | 4B | 27 |
| Octal | 31 | 53 | 256 | 126 | 113 | 0 | 40 | 351 | 113 | 47 |
| Binary | 11001 | 101011 | 10101110 | 1010110 | 1001011 | 0 | 100000 | 11101001 | 1001011 | 100111 |
Color Harmonies of #192BAE
Complementary color
Monochromatic Colors of #192BAE
Black with #192BAE
Text Example
Text Example
White with #192BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BAE; }
p { color: rgb(25,43,174); }
H1.HeaderClassName
{
color: #192BAE;
}
.AnyTagClassName
{
color: #192BAE;
}
</style>
background-color css
<style>
a { background-color: #192BAE; }
a { background-color: rgb(25,43,174); }
div.DivClassName
{
background-color: #192BAE;
}
.BgClassName
{
background-color: #192BAE;
}
</style>
border-color css
<style>
span { border-color: #192BAE; }
span { border-color: rgb(25,43,174); }
td.TdClassName
{
border-color: #192BAE;
}
.TagClassName
{
border-color: #192BAE;
}
</style>