Shades of Egyptian Blue #192E8F
Tints of Egyptian Blue #192E8F
RGB
CMYK
RGB Variations
Color information
#192E8F (or 0x192E8F) is known color: Egyptian Blue. HEX triplet: 19, 2E and 8F. RGB value is (25,46,143). Sum of RGB (Red+Green+Blue) = 25+46+143=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #192E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192E8F is #E6D170. Grayscale: #323232. Windows color (decimal): -15126897 or 9383449. OLE color: 9383449.
HSL color Cylindrical-coordinate representation of color #192E8F: hue angle of 229.32º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192E8F is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 46 | 143 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.44 |
| HSL | 229.32º | 0.7% | 0.33% | - |
| HSV(B) | 229.32º | 0.83% | 0.56% | - |
| XYZ | 6.34 | 4.14 | 26.45 | - |
| YUV | 50.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 143 | 0.83 | 0.68 | 0 | 0.44 | 229.32 | 0.7 | 0.33 |
| Hex | 19 | 2E | 8F | 53 | 44 | 0 | 2C | E5 | 46 | 21 |
| Octal | 31 | 56 | 217 | 123 | 104 | 0 | 54 | 345 | 106 | 41 |
| Binary | 11001 | 101110 | 10001111 | 1010011 | 1000100 | 0 | 101100 | 11100101 | 1000110 | 100001 |
Color Harmonies of #192E8F
Complementary color
Monochromatic Colors of #192E8F
Black with #192E8F
Text Example
Text Example
White with #192E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E8F; }
p { color: rgb(25,46,143); }
H1.HeaderClassName
{
color: #192E8F;
}
.AnyTagClassName
{
color: #192E8F;
}
</style>
background-color css
<style>
a { background-color: #192E8F; }
a { background-color: rgb(25,46,143); }
div.DivClassName
{
background-color: #192E8F;
}
.BgClassName
{
background-color: #192E8F;
}
</style>
border-color css
<style>
span { border-color: #192E8F; }
span { border-color: rgb(25,46,143); }
td.TdClassName
{
border-color: #192E8F;
}
.TagClassName
{
border-color: #192E8F;
}
</style>