Shades of Egyptian Blue #133194
Tints of Egyptian Blue #133194
RGB
CMYK
RGB Variations
Color information
#133194 (or 0x133194) is known color: Egyptian Blue. HEX triplet: 13, 31 and 94. RGB value is (19,49,148). Sum of RGB (Red+Green+Blue) = 19+49+148=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #133194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133194 is #ECCE6B. Grayscale: #323232. Windows color (decimal): -15519340 or 9711891. OLE color: 9711891.
HSL color Cylindrical-coordinate representation of color #133194: hue angle of 226.05º 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 #133194 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 49 | 148 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.42 |
| HSL | 226.05º | 0.77% | 0.33% | - |
| HSV(B) | 226.05º | 0.87% | 0.58% | - |
| XYZ | 6.71 | 4.47 | 28.53 | - |
| YUV | 51.32 | 182.56 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 148 | 0.87 | 0.67 | 0 | 0.42 | 226.05 | 0.77 | 0.33 |
| Hex | 13 | 31 | 94 | 57 | 43 | 0 | 2A | E2 | 4D | 21 |
| Octal | 23 | 61 | 224 | 127 | 103 | 0 | 52 | 342 | 115 | 41 |
| Binary | 10011 | 110001 | 10010100 | 1010111 | 1000011 | 0 | 101010 | 11100010 | 1001101 | 100001 |
Color Harmonies of #133194
Complementary color
Monochromatic Colors of #133194
Black with #133194
Text Example
Text Example
White with #133194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133194; }
p { color: rgb(19,49,148); }
H1.HeaderClassName
{
color: #133194;
}
.AnyTagClassName
{
color: #133194;
}
</style>
background-color css
<style>
a { background-color: #133194; }
a { background-color: rgb(19,49,148); }
div.DivClassName
{
background-color: #133194;
}
.BgClassName
{
background-color: #133194;
}
</style>
border-color css
<style>
span { border-color: #133194; }
span { border-color: rgb(19,49,148); }
td.TdClassName
{
border-color: #133194;
}
.TagClassName
{
border-color: #133194;
}
</style>