Shades of Egyptian Blue #193FA3
Tints of Egyptian Blue #193FA3
RGB
CMYK
RGB Variations
Color information
#193FA3 (or 0x193FA3) is known color: Egyptian Blue. HEX triplet: 19, 3F and A3. RGB value is (25,63,163). Sum of RGB (Red+Green+Blue) = 25+63+163=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #193FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193FA3 is #E6C05C. Grayscale: #3E3E3E. Windows color (decimal): -15122525 or 10698521. OLE color: 10698521.
HSL color Cylindrical-coordinate representation of color #193FA3: hue angle of 223.48º 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 #193FA3 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 63 | 163 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.36 |
| HSL | 223.48º | 0.73% | 0.37% | - |
| HSV(B) | 223.48º | 0.85% | 0.64% | - |
| XYZ | 8.79 | 6.41 | 35.42 | - |
| YUV | 63.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 163 | 0.85 | 0.61 | 0 | 0.36 | 223.48 | 0.73 | 0.37 |
| Hex | 19 | 3F | A3 | 55 | 3D | 0 | 24 | DF | 49 | 25 |
| Octal | 31 | 77 | 243 | 125 | 75 | 0 | 44 | 337 | 111 | 45 |
| Binary | 11001 | 111111 | 10100011 | 1010101 | 111101 | 0 | 100100 | 11011111 | 1001001 | 100101 |
Color Harmonies of #193FA3
Complementary color
Monochromatic Colors of #193FA3
Black with #193FA3
Text Example
Text Example
White with #193FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FA3; }
p { color: rgb(25,63,163); }
H1.HeaderClassName
{
color: #193FA3;
}
.AnyTagClassName
{
color: #193FA3;
}
</style>
background-color css
<style>
a { background-color: #193FA3; }
a { background-color: rgb(25,63,163); }
div.DivClassName
{
background-color: #193FA3;
}
.BgClassName
{
background-color: #193FA3;
}
</style>
border-color css
<style>
span { border-color: #193FA3; }
span { border-color: rgb(25,63,163); }
td.TdClassName
{
border-color: #193FA3;
}
.TagClassName
{
border-color: #193FA3;
}
</style>