Shades of Egyptian Blue #192590
Tints of Egyptian Blue #192590
RGB
CMYK
RGB Variations
Color information
#192590 (or 0x192590) is known color: Egyptian Blue. HEX triplet: 19, 25 and 90. RGB value is (25,37,144). Sum of RGB (Red+Green+Blue) = 25+37+144=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #192590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192590 is #E6DA6F. Grayscale: #2D2D2D. Windows color (decimal): -15129200 or 9446681. OLE color: 9446681.
HSL color Cylindrical-coordinate representation of color #192590: hue angle of 233.95º 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 #192590 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 37 | 144 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.44 |
| HSL | 233.95º | 0.7% | 0.33% | - |
| HSV(B) | 233.95º | 0.83% | 0.56% | - |
| XYZ | 6.1 | 3.54 | 26.75 | - |
| YUV | 45.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 144 | 0.83 | 0.74 | 0 | 0.44 | 233.95 | 0.7 | 0.33 |
| Hex | 19 | 25 | 90 | 53 | 4A | 0 | 2C | EA | 46 | 21 |
| Octal | 31 | 45 | 220 | 123 | 112 | 0 | 54 | 352 | 106 | 41 |
| Binary | 11001 | 100101 | 10010000 | 1010011 | 1001010 | 0 | 101100 | 11101010 | 1000110 | 100001 |
Color Harmonies of #192590
Complementary color
Monochromatic Colors of #192590
Black with #192590
Text Example
Text Example
White with #192590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192590; }
p { color: rgb(25,37,144); }
H1.HeaderClassName
{
color: #192590;
}
.AnyTagClassName
{
color: #192590;
}
</style>
background-color css
<style>
a { background-color: #192590; }
a { background-color: rgb(25,37,144); }
div.DivClassName
{
background-color: #192590;
}
.BgClassName
{
background-color: #192590;
}
</style>
border-color css
<style>
span { border-color: #192590; }
span { border-color: rgb(25,37,144); }
td.TdClassName
{
border-color: #192590;
}
.TagClassName
{
border-color: #192590;
}
</style>