Shades of Egyptian Blue #192FAC
Tints of Egyptian Blue #192FAC
RGB
CMYK
RGB Variations
Color information
#192FAC (or 0x192FAC) is known color: Egyptian Blue. HEX triplet: 19, 2F and AC. RGB value is (25,47,172). Sum of RGB (Red+Green+Blue) = 25+47+172=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #192FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FAC is #E6D053. Grayscale: #363636. Windows color (decimal): -15126612 or 11284249. OLE color: 11284249.
HSL color Cylindrical-coordinate representation of color #192FAC: hue angle of 231.02º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192FAC is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 47 | 172 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.33 |
| HSL | 231.02º | 0.75% | 0.39% | - |
| HSV(B) | 231.02º | 0.85% | 0.67% | - |
| XYZ | 8.86 | 5.22 | 39.57 | - |
| YUV | 54.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 172 | 0.85 | 0.73 | 0 | 0.33 | 231.02 | 0.75 | 0.39 |
| Hex | 19 | 2F | AC | 55 | 49 | 0 | 21 | E7 | 4B | 27 |
| Octal | 31 | 57 | 254 | 125 | 111 | 0 | 41 | 347 | 113 | 47 |
| Binary | 11001 | 101111 | 10101100 | 1010101 | 1001001 | 0 | 100001 | 11100111 | 1001011 | 100111 |
Color Harmonies of #192FAC
Complementary color
Monochromatic Colors of #192FAC
Black with #192FAC
Text Example
Text Example
White with #192FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FAC; }
p { color: rgb(25,47,172); }
H1.HeaderClassName
{
color: #192FAC;
}
.AnyTagClassName
{
color: #192FAC;
}
</style>
background-color css
<style>
a { background-color: #192FAC; }
a { background-color: rgb(25,47,172); }
div.DivClassName
{
background-color: #192FAC;
}
.BgClassName
{
background-color: #192FAC;
}
</style>
border-color css
<style>
span { border-color: #192FAC; }
span { border-color: rgb(25,47,172); }
td.TdClassName
{
border-color: #192FAC;
}
.TagClassName
{
border-color: #192FAC;
}
</style>