Shades of Egyptian Blue #192690
Tints of Egyptian Blue #192690
RGB
CMYK
RGB Variations
Color information
#192690 (or 0x192690) is known color: Egyptian Blue. HEX triplet: 19, 26 and 90. RGB value is (25,38,144). Sum of RGB (Red+Green+Blue) = 25+38+144=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #192690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192690 is #E6D96F. Grayscale: #2D2D2D. Windows color (decimal): -15128944 or 9446937. OLE color: 9446937.
HSL color Cylindrical-coordinate representation of color #192690: hue angle of 233.45º 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 #192690 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 38 | 144 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.44 |
| HSL | 233.45º | 0.7% | 0.33% | - |
| HSV(B) | 233.45º | 0.83% | 0.56% | - |
| XYZ | 6.13 | 3.61 | 26.76 | - |
| YUV | 46.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 144 | 0.83 | 0.74 | 0 | 0.44 | 233.45 | 0.7 | 0.33 |
| Hex | 19 | 26 | 90 | 53 | 4A | 0 | 2C | E9 | 46 | 21 |
| Octal | 31 | 46 | 220 | 123 | 112 | 0 | 54 | 351 | 106 | 41 |
| Binary | 11001 | 100110 | 10010000 | 1010011 | 1001010 | 0 | 101100 | 11101001 | 1000110 | 100001 |
Color Harmonies of #192690
Complementary color
Monochromatic Colors of #192690
Black with #192690
Text Example
Text Example
White with #192690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192690; }
p { color: rgb(25,38,144); }
H1.HeaderClassName
{
color: #192690;
}
.AnyTagClassName
{
color: #192690;
}
</style>
background-color css
<style>
a { background-color: #192690; }
a { background-color: rgb(25,38,144); }
div.DivClassName
{
background-color: #192690;
}
.BgClassName
{
background-color: #192690;
}
</style>
border-color css
<style>
span { border-color: #192690; }
span { border-color: rgb(25,38,144); }
td.TdClassName
{
border-color: #192690;
}
.TagClassName
{
border-color: #192690;
}
</style>