Shades of Egyptian Blue #133197
Tints of Egyptian Blue #133197
RGB
CMYK
RGB Variations
Color information
#133197 (or 0x133197) is known color: Egyptian Blue. HEX triplet: 13, 31 and 97. RGB value is (19,49,151). Sum of RGB (Red+Green+Blue) = 19+49+151=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #133197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133197 is #ECCE68. Grayscale: #333333. Windows color (decimal): -15519337 or 9908499. OLE color: 9908499.
HSL color Cylindrical-coordinate representation of color #133197: hue angle of 226.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133197 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 49 | 151 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.41 |
| HSL | 226.36º | 0.78% | 0.33% | - |
| HSV(B) | 226.36º | 0.87% | 0.59% | - |
| XYZ | 6.95 | 4.57 | 29.79 | - |
| YUV | 51.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 151 | 0.87 | 0.68 | 0 | 0.41 | 226.36 | 0.78 | 0.33 |
| Hex | 13 | 31 | 97 | 57 | 44 | 0 | 29 | E2 | 4E | 21 |
| Octal | 23 | 61 | 227 | 127 | 104 | 0 | 51 | 342 | 116 | 41 |
| Binary | 10011 | 110001 | 10010111 | 1010111 | 1000100 | 0 | 101001 | 11100010 | 1001110 | 100001 |
Color Harmonies of #133197
Complementary color
Monochromatic Colors of #133197
Black with #133197
Text Example
Text Example
White with #133197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133197; }
p { color: rgb(19,49,151); }
H1.HeaderClassName
{
color: #133197;
}
.AnyTagClassName
{
color: #133197;
}
</style>
background-color css
<style>
a { background-color: #133197; }
a { background-color: rgb(19,49,151); }
div.DivClassName
{
background-color: #133197;
}
.BgClassName
{
background-color: #133197;
}
</style>
border-color css
<style>
span { border-color: #133197; }
span { border-color: rgb(19,49,151); }
td.TdClassName
{
border-color: #133197;
}
.TagClassName
{
border-color: #133197;
}
</style>