Shades of Egyptian Blue #192F96
Tints of Egyptian Blue #192F96
RGB
CMYK
RGB Variations
Color information
#192F96 (or 0x192F96) is known color: Egyptian Blue. HEX triplet: 19, 2F and 96. RGB value is (25,47,150). Sum of RGB (Red+Green+Blue) = 25+47+150=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #192F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F96 is #E6D069. Grayscale: #333333. Windows color (decimal): -15126634 or 9842457. OLE color: 9842457.
HSL color Cylindrical-coordinate representation of color #192F96: hue angle of 229.44º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192F96 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 47 | 150 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.41 |
| HSL | 229.44º | 0.71% | 0.34% | - |
| HSV(B) | 229.44º | 0.83% | 0.59% | - |
| XYZ | 6.92 | 4.44 | 29.35 | - |
| YUV | 52.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 150 | 0.83 | 0.69 | 0 | 0.41 | 229.44 | 0.71 | 0.34 |
| Hex | 19 | 2F | 96 | 53 | 45 | 0 | 29 | E5 | 47 | 22 |
| Octal | 31 | 57 | 226 | 123 | 105 | 0 | 51 | 345 | 107 | 42 |
| Binary | 11001 | 101111 | 10010110 | 1010011 | 1000101 | 0 | 101001 | 11100101 | 1000111 | 100010 |
Color Harmonies of #192F96
Complementary color
Monochromatic Colors of #192F96
Black with #192F96
Text Example
Text Example
White with #192F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F96; }
p { color: rgb(25,47,150); }
H1.HeaderClassName
{
color: #192F96;
}
.AnyTagClassName
{
color: #192F96;
}
</style>
background-color css
<style>
a { background-color: #192F96; }
a { background-color: rgb(25,47,150); }
div.DivClassName
{
background-color: #192F96;
}
.BgClassName
{
background-color: #192F96;
}
</style>
border-color css
<style>
span { border-color: #192F96; }
span { border-color: rgb(25,47,150); }
td.TdClassName
{
border-color: #192F96;
}
.TagClassName
{
border-color: #192F96;
}
</style>