Shades of Egyptian Blue #192FA8
Tints of Egyptian Blue #192FA8
RGB
CMYK
RGB Variations
Color information
#192FA8 (or 0x192FA8) is known color: Egyptian Blue. HEX triplet: 19, 2F and A8. RGB value is (25,47,168). Sum of RGB (Red+Green+Blue) = 25+47+168=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 168 (66.02% from 255 or 70% from 240); Max value from RGB is 168 - color contains mainly: blue. Hex color #192FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FA8 is #E6D057. Grayscale: #353535. Windows color (decimal): -15126616 or 11022105. OLE color: 11022105.
HSL color Cylindrical-coordinate representation of color #192FA8: hue angle of 230.77º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192FA8 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 47 | 168 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.34 |
| HSL | 230.77º | 0.74% | 0.38% | - |
| HSV(B) | 230.77º | 0.85% | 0.66% | - |
| XYZ | 8.49 | 5.07 | 37.58 | - |
| YUV | 54.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 168 | 0.85 | 0.72 | 0 | 0.34 | 230.77 | 0.74 | 0.38 |
| Hex | 19 | 2F | A8 | 55 | 48 | 0 | 22 | E7 | 4A | 26 |
| Octal | 31 | 57 | 250 | 125 | 110 | 0 | 42 | 347 | 112 | 46 |
| Binary | 11001 | 101111 | 10101000 | 1010101 | 1001000 | 0 | 100010 | 11100111 | 1001010 | 100110 |
Color Harmonies of #192FA8
Complementary color
Monochromatic Colors of #192FA8
Black with #192FA8
Text Example
Text Example
White with #192FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FA8; }
p { color: rgb(25,47,168); }
H1.HeaderClassName
{
color: #192FA8;
}
.AnyTagClassName
{
color: #192FA8;
}
</style>
background-color css
<style>
a { background-color: #192FA8; }
a { background-color: rgb(25,47,168); }
div.DivClassName
{
background-color: #192FA8;
}
.BgClassName
{
background-color: #192FA8;
}
</style>
border-color css
<style>
span { border-color: #192FA8; }
span { border-color: rgb(25,47,168); }
td.TdClassName
{
border-color: #192FA8;
}
.TagClassName
{
border-color: #192FA8;
}
</style>