Shades of Egyptian Blue #192BA0
Tints of Egyptian Blue #192BA0
RGB
CMYK
RGB Variations
Color information
#192BA0 (or 0x192BA0) is known color: Egyptian Blue. HEX triplet: 19, 2B and A0. RGB value is (25,43,160). Sum of RGB (Red+Green+Blue) = 25+43+160=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #192BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192BA0 is #E6D45F. Grayscale: #323232. Windows color (decimal): -15127648 or 10496793. OLE color: 10496793.
HSL color Cylindrical-coordinate representation of color #192BA0: hue angle of 232º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192BA0 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 43 | 160 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.37 |
| HSL | 232º | 0.73% | 0.36% | - |
| HSV(B) | 232º | 0.84% | 0.63% | - |
| XYZ | 7.61 | 4.47 | 33.72 | - |
| YUV | 50.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 160 | 0.84 | 0.73 | 0 | 0.37 | 232 | 0.73 | 0.36 |
| Hex | 19 | 2B | A0 | 54 | 49 | 0 | 25 | E8 | 49 | 24 |
| Octal | 31 | 53 | 240 | 124 | 111 | 0 | 45 | 350 | 111 | 44 |
| Binary | 11001 | 101011 | 10100000 | 1010100 | 1001001 | 0 | 100101 | 11101000 | 1001001 | 100100 |
Color Harmonies of #192BA0
Complementary color
Monochromatic Colors of #192BA0
Black with #192BA0
Text Example
Text Example
White with #192BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BA0; }
p { color: rgb(25,43,160); }
H1.HeaderClassName
{
color: #192BA0;
}
.AnyTagClassName
{
color: #192BA0;
}
</style>
background-color css
<style>
a { background-color: #192BA0; }
a { background-color: rgb(25,43,160); }
div.DivClassName
{
background-color: #192BA0;
}
.BgClassName
{
background-color: #192BA0;
}
</style>
border-color css
<style>
span { border-color: #192BA0; }
span { border-color: rgb(25,43,160); }
td.TdClassName
{
border-color: #192BA0;
}
.TagClassName
{
border-color: #192BA0;
}
</style>