Shades of Egyptian Blue #192F8D
Tints of Egyptian Blue #192F8D
RGB
CMYK
RGB Variations
Color information
#192F8D (or 0x192F8D) is known color: Egyptian Blue. HEX triplet: 19, 2F and 8D. RGB value is (25,47,141). Sum of RGB (Red+Green+Blue) = 25+47+141=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #192F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F8D is #E6D072. Grayscale: #323232. Windows color (decimal): -15126643 or 9252633. OLE color: 9252633.
HSL color Cylindrical-coordinate representation of color #192F8D: hue angle of 228.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192F8D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 47 | 141 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.45 |
| HSL | 228.62º | 0.7% | 0.33% | - |
| HSV(B) | 228.62º | 0.82% | 0.55% | - |
| XYZ | 6.23 | 4.16 | 25.67 | - |
| YUV | 51.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 141 | 0.82 | 0.67 | 0 | 0.45 | 228.62 | 0.7 | 0.33 |
| Hex | 19 | 2F | 8D | 52 | 43 | 0 | 2D | E5 | 46 | 21 |
| Octal | 31 | 57 | 215 | 122 | 103 | 0 | 55 | 345 | 106 | 41 |
| Binary | 11001 | 101111 | 10001101 | 1010010 | 1000011 | 0 | 101101 | 11100101 | 1000110 | 100001 |
Color Harmonies of #192F8D
Complementary color
Monochromatic Colors of #192F8D
Black with #192F8D
Text Example
Text Example
White with #192F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F8D; }
p { color: rgb(25,47,141); }
H1.HeaderClassName
{
color: #192F8D;
}
.AnyTagClassName
{
color: #192F8D;
}
</style>
background-color css
<style>
a { background-color: #192F8D; }
a { background-color: rgb(25,47,141); }
div.DivClassName
{
background-color: #192F8D;
}
.BgClassName
{
background-color: #192F8D;
}
</style>
border-color css
<style>
span { border-color: #192F8D; }
span { border-color: rgb(25,47,141); }
td.TdClassName
{
border-color: #192F8D;
}
.TagClassName
{
border-color: #192F8D;
}
</style>