Shades of Egyptian Blue #193892
Tints of Egyptian Blue #193892
RGB
CMYK
RGB Variations
Color information
#193892 (or 0x193892) is known color: Egyptian Blue. HEX triplet: 19, 38 and 92. RGB value is (25,56,146). Sum of RGB (Red+Green+Blue) = 25+56+146=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #193892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193892 is #E6C76D. Grayscale: #383838. Windows color (decimal): -15124334 or 9582617. OLE color: 9582617.
HSL color Cylindrical-coordinate representation of color #193892: hue angle of 224.63º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193892 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 56 | 146 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.43 |
| HSL | 224.63º | 0.71% | 0.34% | - |
| HSV(B) | 224.63º | 0.83% | 0.57% | - |
| XYZ | 7 | 5.11 | 27.81 | - |
| YUV | 56.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 146 | 0.83 | 0.62 | 0 | 0.43 | 224.63 | 0.71 | 0.34 |
| Hex | 19 | 38 | 92 | 53 | 3E | 0 | 2B | E1 | 47 | 22 |
| Octal | 31 | 70 | 222 | 123 | 76 | 0 | 53 | 341 | 107 | 42 |
| Binary | 11001 | 111000 | 10010010 | 1010011 | 111110 | 0 | 101011 | 11100001 | 1000111 | 100010 |
Color Harmonies of #193892
Complementary color
Monochromatic Colors of #193892
Black with #193892
Text Example
Text Example
White with #193892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193892; }
p { color: rgb(25,56,146); }
H1.HeaderClassName
{
color: #193892;
}
.AnyTagClassName
{
color: #193892;
}
</style>
background-color css
<style>
a { background-color: #193892; }
a { background-color: rgb(25,56,146); }
div.DivClassName
{
background-color: #193892;
}
.BgClassName
{
background-color: #193892;
}
</style>
border-color css
<style>
span { border-color: #193892; }
span { border-color: rgb(25,56,146); }
td.TdClassName
{
border-color: #193892;
}
.TagClassName
{
border-color: #193892;
}
</style>