Shades of Egyptian Blue #193FAA
Tints of Egyptian Blue #193FAA
RGB
CMYK
RGB Variations
Color information
#193FAA (or 0x193FAA) is known color: Egyptian Blue. HEX triplet: 19, 3F and AA. RGB value is (25,63,170). Sum of RGB (Red+Green+Blue) = 25+63+170=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #193FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193FAA is #E6C055. Grayscale: #3F3F3F. Windows color (decimal): -15122518 or 11157273. OLE color: 11157273.
HSL color Cylindrical-coordinate representation of color #193FAA: hue angle of 224.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193FAA is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 63 | 170 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.33 |
| HSL | 224.28º | 0.74% | 0.38% | - |
| HSV(B) | 224.28º | 0.85% | 0.67% | - |
| XYZ | 9.43 | 6.66 | 38.82 | - |
| YUV | 63.84 | 187.91 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 170 | 0.85 | 0.63 | 0 | 0.33 | 224.28 | 0.74 | 0.38 |
| Hex | 19 | 3F | AA | 55 | 3F | 0 | 21 | E0 | 4A | 26 |
| Octal | 31 | 77 | 252 | 125 | 77 | 0 | 41 | 340 | 112 | 46 |
| Binary | 11001 | 111111 | 10101010 | 1010101 | 111111 | 0 | 100001 | 11100000 | 1001010 | 100110 |
Color Harmonies of #193FAA
Complementary color
Monochromatic Colors of #193FAA
Black with #193FAA
Text Example
Text Example
White with #193FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FAA; }
p { color: rgb(25,63,170); }
H1.HeaderClassName
{
color: #193FAA;
}
.AnyTagClassName
{
color: #193FAA;
}
</style>
background-color css
<style>
a { background-color: #193FAA; }
a { background-color: rgb(25,63,170); }
div.DivClassName
{
background-color: #193FAA;
}
.BgClassName
{
background-color: #193FAA;
}
</style>
border-color css
<style>
span { border-color: #193FAA; }
span { border-color: rgb(25,63,170); }
td.TdClassName
{
border-color: #193FAA;
}
.TagClassName
{
border-color: #193FAA;
}
</style>