Shades of Egyptian Blue #192DA0
Tints of Egyptian Blue #192DA0
RGB
CMYK
RGB Variations
Color information
#192DA0 (or 0x192DA0) is known color: Egyptian Blue. HEX triplet: 19, 2D and A0. RGB value is (25,45,160). Sum of RGB (Red+Green+Blue) = 25+45+160=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #192DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192DA0 is #E6D25F. Grayscale: #333333. Windows color (decimal): -15127136 or 10497305. OLE color: 10497305.
HSL color Cylindrical-coordinate representation of color #192DA0: hue angle of 231.11º 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 #192DA0 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 45 | 160 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.37 |
| HSL | 231.11º | 0.73% | 0.36% | - |
| HSV(B) | 231.11º | 0.84% | 0.63% | - |
| XYZ | 7.68 | 4.62 | 33.74 | - |
| YUV | 52.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 160 | 0.84 | 0.72 | 0 | 0.37 | 231.11 | 0.73 | 0.36 |
| Hex | 19 | 2D | A0 | 54 | 48 | 0 | 25 | E7 | 49 | 24 |
| Octal | 31 | 55 | 240 | 124 | 110 | 0 | 45 | 347 | 111 | 44 |
| Binary | 11001 | 101101 | 10100000 | 1010100 | 1001000 | 0 | 100101 | 11100111 | 1001001 | 100100 |
Color Harmonies of #192DA0
Complementary color
Monochromatic Colors of #192DA0
Black with #192DA0
Text Example
Text Example
White with #192DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DA0; }
p { color: rgb(25,45,160); }
H1.HeaderClassName
{
color: #192DA0;
}
.AnyTagClassName
{
color: #192DA0;
}
</style>
background-color css
<style>
a { background-color: #192DA0; }
a { background-color: rgb(25,45,160); }
div.DivClassName
{
background-color: #192DA0;
}
.BgClassName
{
background-color: #192DA0;
}
</style>
border-color css
<style>
span { border-color: #192DA0; }
span { border-color: rgb(25,45,160); }
td.TdClassName
{
border-color: #192DA0;
}
.TagClassName
{
border-color: #192DA0;
}
</style>