Shades of Egyptian Blue #193AAA
Tints of Egyptian Blue #193AAA
RGB
CMYK
RGB Variations
Color information
#193AAA (or 0x193AAA) is known color: Egyptian Blue. HEX triplet: 19, 3A and AA. RGB value is (25,58,170). Sum of RGB (Red+Green+Blue) = 25+58+170=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #193AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AAA is #E6C555. Grayscale: #3C3C3C. Windows color (decimal): -15123798 or 11155993. OLE color: 11155993.
HSL color Cylindrical-coordinate representation of color #193AAA: hue angle of 226.34º 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 #193AAA is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 58 | 170 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.33 |
| HSL | 226.34º | 0.74% | 0.38% | - |
| HSV(B) | 226.34º | 0.85% | 0.67% | - |
| XYZ | 9.17 | 6.14 | 38.73 | - |
| YUV | 60.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 170 | 0.85 | 0.66 | 0 | 0.33 | 226.34 | 0.74 | 0.38 |
| Hex | 19 | 3A | AA | 55 | 42 | 0 | 21 | E2 | 4A | 26 |
| Octal | 31 | 72 | 252 | 125 | 102 | 0 | 41 | 342 | 112 | 46 |
| Binary | 11001 | 111010 | 10101010 | 1010101 | 1000010 | 0 | 100001 | 11100010 | 1001010 | 100110 |
Color Harmonies of #193AAA
Complementary color
Monochromatic Colors of #193AAA
Black with #193AAA
Text Example
Text Example
White with #193AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AAA; }
p { color: rgb(25,58,170); }
H1.HeaderClassName
{
color: #193AAA;
}
.AnyTagClassName
{
color: #193AAA;
}
</style>
background-color css
<style>
a { background-color: #193AAA; }
a { background-color: rgb(25,58,170); }
div.DivClassName
{
background-color: #193AAA;
}
.BgClassName
{
background-color: #193AAA;
}
</style>
border-color css
<style>
span { border-color: #193AAA; }
span { border-color: rgb(25,58,170); }
td.TdClassName
{
border-color: #193AAA;
}
.TagClassName
{
border-color: #193AAA;
}
</style>