Shades of Egyptian Blue #133193
Tints of Egyptian Blue #133193
RGB
CMYK
RGB Variations
Color information
#133193 (or 0x133193) is known color: Egyptian Blue. HEX triplet: 13, 31 and 93. RGB value is (19,49,147). Sum of RGB (Red+Green+Blue) = 19+49+147=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #133193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133193 is #ECCE6C. Grayscale: #323232. Windows color (decimal): -15519341 or 9646355. OLE color: 9646355.
HSL color Cylindrical-coordinate representation of color #133193: hue angle of 225.94º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133193 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 49 | 147 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.42 |
| HSL | 225.94º | 0.77% | 0.33% | - |
| HSV(B) | 225.94º | 0.87% | 0.58% | - |
| XYZ | 6.63 | 4.44 | 28.11 | - |
| YUV | 51.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 147 | 0.87 | 0.67 | 0 | 0.42 | 225.94 | 0.77 | 0.33 |
| Hex | 13 | 31 | 93 | 57 | 43 | 0 | 2A | E2 | 4D | 21 |
| Octal | 23 | 61 | 223 | 127 | 103 | 0 | 52 | 342 | 115 | 41 |
| Binary | 10011 | 110001 | 10010011 | 1010111 | 1000011 | 0 | 101010 | 11100010 | 1001101 | 100001 |
Color Harmonies of #133193
Complementary color
Monochromatic Colors of #133193
Black with #133193
Text Example
Text Example
White with #133193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133193; }
p { color: rgb(19,49,147); }
H1.HeaderClassName
{
color: #133193;
}
.AnyTagClassName
{
color: #133193;
}
</style>
background-color css
<style>
a { background-color: #133193; }
a { background-color: rgb(19,49,147); }
div.DivClassName
{
background-color: #133193;
}
.BgClassName
{
background-color: #133193;
}
</style>
border-color css
<style>
span { border-color: #133193; }
span { border-color: rgb(19,49,147); }
td.TdClassName
{
border-color: #133193;
}
.TagClassName
{
border-color: #133193;
}
</style>