Shades of Egyptian Blue #193CAA
Tints of Egyptian Blue #193CAA
RGB
CMYK
RGB Variations
Color information
#193CAA (or 0x193CAA) is known color: Egyptian Blue. HEX triplet: 19, 3C and AA. RGB value is (25,60,170). Sum of RGB (Red+Green+Blue) = 25+60+170=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #193CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CAA is #E6C355. Grayscale: #3D3D3D. Windows color (decimal): -15123286 or 11156505. OLE color: 11156505.
HSL color Cylindrical-coordinate representation of color #193CAA: hue angle of 225.52º 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 #193CAA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 60 | 170 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.33 |
| HSL | 225.52º | 0.74% | 0.38% | - |
| HSV(B) | 225.52º | 0.85% | 0.67% | - |
| XYZ | 9.27 | 6.34 | 38.77 | - |
| YUV | 62.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 170 | 0.85 | 0.65 | 0 | 0.33 | 225.52 | 0.74 | 0.38 |
| Hex | 19 | 3C | AA | 55 | 41 | 0 | 21 | E2 | 4A | 26 |
| Octal | 31 | 74 | 252 | 125 | 101 | 0 | 41 | 342 | 112 | 46 |
| Binary | 11001 | 111100 | 10101010 | 1010101 | 1000001 | 0 | 100001 | 11100010 | 1001010 | 100110 |
Color Harmonies of #193CAA
Complementary color
Monochromatic Colors of #193CAA
Black with #193CAA
Text Example
Text Example
White with #193CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CAA; }
p { color: rgb(25,60,170); }
H1.HeaderClassName
{
color: #193CAA;
}
.AnyTagClassName
{
color: #193CAA;
}
</style>
background-color css
<style>
a { background-color: #193CAA; }
a { background-color: rgb(25,60,170); }
div.DivClassName
{
background-color: #193CAA;
}
.BgClassName
{
background-color: #193CAA;
}
</style>
border-color css
<style>
span { border-color: #193CAA; }
span { border-color: rgb(25,60,170); }
td.TdClassName
{
border-color: #193CAA;
}
.TagClassName
{
border-color: #193CAA;
}
</style>