Shades of Egyptian Blue #193FA2
Tints of Egyptian Blue #193FA2
RGB
CMYK
RGB Variations
Color information
#193FA2 (or 0x193FA2) is known color: Egyptian Blue. HEX triplet: 19, 3F and A2. RGB value is (25,63,162). Sum of RGB (Red+Green+Blue) = 25+63+162=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #193FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193FA2 is #E6C05D. Grayscale: #3E3E3E. Windows color (decimal): -15122526 or 10632985. OLE color: 10632985.
HSL color Cylindrical-coordinate representation of color #193FA2: hue angle of 223.36º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193FA2 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 63 | 162 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.36 |
| HSL | 223.36º | 0.73% | 0.37% | - |
| HSV(B) | 223.36º | 0.85% | 0.64% | - |
| XYZ | 8.7 | 6.37 | 34.95 | - |
| YUV | 62.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 162 | 0.85 | 0.61 | 0 | 0.36 | 223.36 | 0.73 | 0.37 |
| Hex | 19 | 3F | A2 | 55 | 3D | 0 | 24 | DF | 49 | 25 |
| Octal | 31 | 77 | 242 | 125 | 75 | 0 | 44 | 337 | 111 | 45 |
| Binary | 11001 | 111111 | 10100010 | 1010101 | 111101 | 0 | 100100 | 11011111 | 1001001 | 100101 |
Color Harmonies of #193FA2
Complementary color
Monochromatic Colors of #193FA2
Black with #193FA2
Text Example
Text Example
White with #193FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FA2; }
p { color: rgb(25,63,162); }
H1.HeaderClassName
{
color: #193FA2;
}
.AnyTagClassName
{
color: #193FA2;
}
</style>
background-color css
<style>
a { background-color: #193FA2; }
a { background-color: rgb(25,63,162); }
div.DivClassName
{
background-color: #193FA2;
}
.BgClassName
{
background-color: #193FA2;
}
</style>
border-color css
<style>
span { border-color: #193FA2; }
span { border-color: rgb(25,63,162); }
td.TdClassName
{
border-color: #193FA2;
}
.TagClassName
{
border-color: #193FA2;
}
</style>