Shades of Egyptian Blue #192D8D
Tints of Egyptian Blue #192D8D
RGB
CMYK
RGB Variations
Color information
#192D8D (or 0x192D8D) is known color: Egyptian Blue. HEX triplet: 19, 2D and 8D. RGB value is (25,45,141). Sum of RGB (Red+Green+Blue) = 25+45+141=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #192D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192D8D is #E6D272. Grayscale: #313131. Windows color (decimal): -15127155 or 9252121. OLE color: 9252121.
HSL color Cylindrical-coordinate representation of color #192D8D: hue angle of 229.66º 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 #192D8D is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 45 | 141 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.45 |
| HSL | 229.66º | 0.7% | 0.33% | - |
| HSV(B) | 229.66º | 0.82% | 0.55% | - |
| XYZ | 6.15 | 4.01 | 25.65 | - |
| YUV | 49.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 141 | 0.82 | 0.68 | 0 | 0.45 | 229.66 | 0.7 | 0.33 |
| Hex | 19 | 2D | 8D | 52 | 44 | 0 | 2D | E6 | 46 | 21 |
| Octal | 31 | 55 | 215 | 122 | 104 | 0 | 55 | 346 | 106 | 41 |
| Binary | 11001 | 101101 | 10001101 | 1010010 | 1000100 | 0 | 101101 | 11100110 | 1000110 | 100001 |
Color Harmonies of #192D8D
Complementary color
Monochromatic Colors of #192D8D
Black with #192D8D
Text Example
Text Example
White with #192D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D8D; }
p { color: rgb(25,45,141); }
H1.HeaderClassName
{
color: #192D8D;
}
.AnyTagClassName
{
color: #192D8D;
}
</style>
background-color css
<style>
a { background-color: #192D8D; }
a { background-color: rgb(25,45,141); }
div.DivClassName
{
background-color: #192D8D;
}
.BgClassName
{
background-color: #192D8D;
}
</style>
border-color css
<style>
span { border-color: #192D8D; }
span { border-color: rgb(25,45,141); }
td.TdClassName
{
border-color: #192D8D;
}
.TagClassName
{
border-color: #192D8D;
}
</style>