Shades of Egyptian Blue #192FAB
Tints of Egyptian Blue #192FAB
RGB
CMYK
RGB Variations
Color information
#192FAB (or 0x192FAB) is known color: Egyptian Blue. HEX triplet: 19, 2F and AB. RGB value is (25,47,171). Sum of RGB (Red+Green+Blue) = 25+47+171=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #192FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FAB is #E6D054. Grayscale: #363636. Windows color (decimal): -15126613 or 11218713. OLE color: 11218713.
HSL color Cylindrical-coordinate representation of color #192FAB: hue angle of 230.96º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192FAB is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 47 | 171 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.33 |
| HSL | 230.96º | 0.74% | 0.38% | - |
| HSV(B) | 230.96º | 0.85% | 0.67% | - |
| XYZ | 8.77 | 5.18 | 39.07 | - |
| YUV | 54.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 171 | 0.85 | 0.73 | 0 | 0.33 | 230.96 | 0.74 | 0.38 |
| Hex | 19 | 2F | AB | 55 | 49 | 0 | 21 | E7 | 4A | 26 |
| Octal | 31 | 57 | 253 | 125 | 111 | 0 | 41 | 347 | 112 | 46 |
| Binary | 11001 | 101111 | 10101011 | 1010101 | 1001001 | 0 | 100001 | 11100111 | 1001010 | 100110 |
Color Harmonies of #192FAB
Complementary color
Monochromatic Colors of #192FAB
Black with #192FAB
Text Example
Text Example
White with #192FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FAB; }
p { color: rgb(25,47,171); }
H1.HeaderClassName
{
color: #192FAB;
}
.AnyTagClassName
{
color: #192FAB;
}
</style>
background-color css
<style>
a { background-color: #192FAB; }
a { background-color: rgb(25,47,171); }
div.DivClassName
{
background-color: #192FAB;
}
.BgClassName
{
background-color: #192FAB;
}
</style>
border-color css
<style>
span { border-color: #192FAB; }
span { border-color: rgb(25,47,171); }
td.TdClassName
{
border-color: #192FAB;
}
.TagClassName
{
border-color: #192FAB;
}
</style>