Shades of Egyptian Blue #192FA0
Tints of Egyptian Blue #192FA0
RGB
CMYK
RGB Variations
Color information
#192FA0 (or 0x192FA0) is known color: Egyptian Blue. HEX triplet: 19, 2F and A0. RGB value is (25,47,160). Sum of RGB (Red+Green+Blue) = 25+47+160=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #192FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FA0 is #E6D05F. Grayscale: #343434. Windows color (decimal): -15126624 or 10497817. OLE color: 10497817.
HSL color Cylindrical-coordinate representation of color #192FA0: hue angle of 230.22º 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 #192FA0 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 47 | 160 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.37 |
| HSL | 230.22º | 0.73% | 0.36% | - |
| HSV(B) | 230.22º | 0.84% | 0.63% | - |
| XYZ | 7.76 | 4.78 | 33.77 | - |
| YUV | 53.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 160 | 0.84 | 0.71 | 0 | 0.37 | 230.22 | 0.73 | 0.36 |
| Hex | 19 | 2F | A0 | 54 | 47 | 0 | 25 | E6 | 49 | 24 |
| Octal | 31 | 57 | 240 | 124 | 107 | 0 | 45 | 346 | 111 | 44 |
| Binary | 11001 | 101111 | 10100000 | 1010100 | 1000111 | 0 | 100101 | 11100110 | 1001001 | 100100 |
Color Harmonies of #192FA0
Complementary color
Monochromatic Colors of #192FA0
Black with #192FA0
Text Example
Text Example
White with #192FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FA0; }
p { color: rgb(25,47,160); }
H1.HeaderClassName
{
color: #192FA0;
}
.AnyTagClassName
{
color: #192FA0;
}
</style>
background-color css
<style>
a { background-color: #192FA0; }
a { background-color: rgb(25,47,160); }
div.DivClassName
{
background-color: #192FA0;
}
.BgClassName
{
background-color: #192FA0;
}
</style>
border-color css
<style>
span { border-color: #192FA0; }
span { border-color: rgb(25,47,160); }
td.TdClassName
{
border-color: #192FA0;
}
.TagClassName
{
border-color: #192FA0;
}
</style>