Shades of Egyptian Blue #193F92
Tints of Egyptian Blue #193F92
RGB
CMYK
RGB Variations
Color information
#193F92 (or 0x193F92) is known color: Egyptian Blue. HEX triplet: 19, 3F and 92. RGB value is (25,63,146). Sum of RGB (Red+Green+Blue) = 25+63+146=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #193F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F92 is #E6C06D. Grayscale: #3C3C3C. Windows color (decimal): -15122542 or 9584409. OLE color: 9584409.
HSL color Cylindrical-coordinate representation of color #193F92: hue angle of 221.16º 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 #193F92 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 63 | 146 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.43 |
| HSL | 221.16º | 0.71% | 0.34% | - |
| HSV(B) | 221.16º | 0.83% | 0.57% | - |
| XYZ | 7.37 | 5.84 | 27.93 | - |
| YUV | 61.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 146 | 0.83 | 0.57 | 0 | 0.43 | 221.16 | 0.71 | 0.34 |
| Hex | 19 | 3F | 92 | 53 | 39 | 0 | 2B | DD | 47 | 22 |
| Octal | 31 | 77 | 222 | 123 | 71 | 0 | 53 | 335 | 107 | 42 |
| Binary | 11001 | 111111 | 10010010 | 1010011 | 111001 | 0 | 101011 | 11011101 | 1000111 | 100010 |
Color Harmonies of #193F92
Complementary color
Monochromatic Colors of #193F92
Black with #193F92
Text Example
Text Example
White with #193F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F92; }
p { color: rgb(25,63,146); }
H1.HeaderClassName
{
color: #193F92;
}
.AnyTagClassName
{
color: #193F92;
}
</style>
background-color css
<style>
a { background-color: #193F92; }
a { background-color: rgb(25,63,146); }
div.DivClassName
{
background-color: #193F92;
}
.BgClassName
{
background-color: #193F92;
}
</style>
border-color css
<style>
span { border-color: #193F92; }
span { border-color: rgb(25,63,146); }
td.TdClassName
{
border-color: #193F92;
}
.TagClassName
{
border-color: #193F92;
}
</style>