Shades of Egyptian Blue #193AAC
Tints of Egyptian Blue #193AAC
RGB
CMYK
RGB Variations
Color information
#193AAC (or 0x193AAC) is known color: Egyptian Blue. HEX triplet: 19, 3A and AC. RGB value is (25,58,172). Sum of RGB (Red+Green+Blue) = 25+58+172=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #193AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AAC is #E6C553. Grayscale: #3C3C3C. Windows color (decimal): -15123796 or 11287065. OLE color: 11287065.
HSL color Cylindrical-coordinate representation of color #193AAC: hue angle of 226.53º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193AAC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 58 | 172 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.33 |
| HSL | 226.53º | 0.75% | 0.39% | - |
| HSV(B) | 226.53º | 0.85% | 0.67% | - |
| XYZ | 9.36 | 6.21 | 39.74 | - |
| YUV | 61.13 | 190.57 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 172 | 0.85 | 0.66 | 0 | 0.33 | 226.53 | 0.75 | 0.39 |
| Hex | 19 | 3A | AC | 55 | 42 | 0 | 21 | E3 | 4B | 27 |
| Octal | 31 | 72 | 254 | 125 | 102 | 0 | 41 | 343 | 113 | 47 |
| Binary | 11001 | 111010 | 10101100 | 1010101 | 1000010 | 0 | 100001 | 11100011 | 1001011 | 100111 |
Color Harmonies of #193AAC
Complementary color
Monochromatic Colors of #193AAC
Black with #193AAC
Text Example
Text Example
White with #193AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AAC; }
p { color: rgb(25,58,172); }
H1.HeaderClassName
{
color: #193AAC;
}
.AnyTagClassName
{
color: #193AAC;
}
</style>
background-color css
<style>
a { background-color: #193AAC; }
a { background-color: rgb(25,58,172); }
div.DivClassName
{
background-color: #193AAC;
}
.BgClassName
{
background-color: #193AAC;
}
</style>
border-color css
<style>
span { border-color: #193AAC; }
span { border-color: rgb(25,58,172); }
td.TdClassName
{
border-color: #193AAC;
}
.TagClassName
{
border-color: #193AAC;
}
</style>