Shades of Egyptian Blue #192FA7
Tints of Egyptian Blue #192FA7
RGB
CMYK
RGB Variations
Color information
#192FA7 (or 0x192FA7) is known color: Egyptian Blue. HEX triplet: 19, 2F and A7. RGB value is (25,47,167). Sum of RGB (Red+Green+Blue) = 25+47+167=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 167 (65.62% from 255 or 69.87% from 239); Max value from RGB is 167 - color contains mainly: blue. Hex color #192FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FA7 is #E6D058. Grayscale: #353535. Windows color (decimal): -15126617 or 10956569. OLE color: 10956569.
HSL color Cylindrical-coordinate representation of color #192FA7: hue angle of 230.7º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192FA7 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 47 | 167 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.35 |
| HSL | 230.7º | 0.74% | 0.38% | - |
| HSV(B) | 230.7º | 0.85% | 0.65% | - |
| XYZ | 8.39 | 5.03 | 37.09 | - |
| YUV | 54.1 | 191.71 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 167 | 0.85 | 0.72 | 0 | 0.35 | 230.7 | 0.74 | 0.38 |
| Hex | 19 | 2F | A7 | 55 | 48 | 0 | 23 | E7 | 4A | 26 |
| Octal | 31 | 57 | 247 | 125 | 110 | 0 | 43 | 347 | 112 | 46 |
| Binary | 11001 | 101111 | 10100111 | 1010101 | 1001000 | 0 | 100011 | 11100111 | 1001010 | 100110 |
Color Harmonies of #192FA7
Complementary color
Monochromatic Colors of #192FA7
Black with #192FA7
Text Example
Text Example
White with #192FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FA7; }
p { color: rgb(25,47,167); }
H1.HeaderClassName
{
color: #192FA7;
}
.AnyTagClassName
{
color: #192FA7;
}
</style>
background-color css
<style>
a { background-color: #192FA7; }
a { background-color: rgb(25,47,167); }
div.DivClassName
{
background-color: #192FA7;
}
.BgClassName
{
background-color: #192FA7;
}
</style>
border-color css
<style>
span { border-color: #192FA7; }
span { border-color: rgb(25,47,167); }
td.TdClassName
{
border-color: #192FA7;
}
.TagClassName
{
border-color: #192FA7;
}
</style>