Shades of Egyptian Blue #133195
Tints of Egyptian Blue #133195
RGB
CMYK
RGB Variations
Color information
#133195 (or 0x133195) is known color: Egyptian Blue. HEX triplet: 13, 31 and 95. RGB value is (19,49,149). Sum of RGB (Red+Green+Blue) = 19+49+149=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #133195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133195 is #ECCE6A. Grayscale: #333333. Windows color (decimal): -15519339 or 9777427. OLE color: 9777427.
HSL color Cylindrical-coordinate representation of color #133195: hue angle of 226.15º 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 #133195 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 49 | 149 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.42 |
| HSL | 226.15º | 0.77% | 0.33% | - |
| HSV(B) | 226.15º | 0.87% | 0.58% | - |
| XYZ | 6.79 | 4.5 | 28.95 | - |
| YUV | 51.43 | 183.06 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 149 | 0.87 | 0.67 | 0 | 0.42 | 226.15 | 0.77 | 0.33 |
| Hex | 13 | 31 | 95 | 57 | 43 | 0 | 2A | E2 | 4D | 21 |
| Octal | 23 | 61 | 225 | 127 | 103 | 0 | 52 | 342 | 115 | 41 |
| Binary | 10011 | 110001 | 10010101 | 1010111 | 1000011 | 0 | 101010 | 11100010 | 1001101 | 100001 |
Color Harmonies of #133195
Complementary color
Monochromatic Colors of #133195
Black with #133195
Text Example
Text Example
White with #133195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133195; }
p { color: rgb(19,49,149); }
H1.HeaderClassName
{
color: #133195;
}
.AnyTagClassName
{
color: #133195;
}
</style>
background-color css
<style>
a { background-color: #133195; }
a { background-color: rgb(19,49,149); }
div.DivClassName
{
background-color: #133195;
}
.BgClassName
{
background-color: #133195;
}
</style>
border-color css
<style>
span { border-color: #133195; }
span { border-color: rgb(19,49,149); }
td.TdClassName
{
border-color: #133195;
}
.TagClassName
{
border-color: #133195;
}
</style>