Shades of Egyptian Blue #133699
Tints of Egyptian Blue #133699
RGB
CMYK
RGB Variations
Color information
#133699 (or 0x133699) is known color: Egyptian Blue. HEX triplet: 13, 36 and 99. RGB value is (19,54,153). Sum of RGB (Red+Green+Blue) = 19+54+153=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #133699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133699 is #ECC966. Grayscale: #363636. Windows color (decimal): -15518055 or 10040851. OLE color: 10040851.
HSL color Cylindrical-coordinate representation of color #133699: hue angle of 224.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133699 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 54 | 153 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.4 |
| HSL | 224.33º | 0.78% | 0.34% | - |
| HSV(B) | 224.33º | 0.88% | 0.6% | - |
| XYZ | 7.34 | 5.08 | 30.73 | - |
| YUV | 54.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 153 | 0.88 | 0.65 | 0 | 0.4 | 224.33 | 0.78 | 0.34 |
| Hex | 13 | 36 | 99 | 58 | 41 | 0 | 28 | E0 | 4E | 22 |
| Octal | 23 | 66 | 231 | 130 | 101 | 0 | 50 | 340 | 116 | 42 |
| Binary | 10011 | 110110 | 10011001 | 1011000 | 1000001 | 0 | 101000 | 11100000 | 1001110 | 100010 |
Color Harmonies of #133699
Complementary color
Monochromatic Colors of #133699
Black with #133699
Text Example
Text Example
White with #133699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133699; }
p { color: rgb(19,54,153); }
H1.HeaderClassName
{
color: #133699;
}
.AnyTagClassName
{
color: #133699;
}
</style>
background-color css
<style>
a { background-color: #133699; }
a { background-color: rgb(19,54,153); }
div.DivClassName
{
background-color: #133699;
}
.BgClassName
{
background-color: #133699;
}
</style>
border-color css
<style>
span { border-color: #133699; }
span { border-color: rgb(19,54,153); }
td.TdClassName
{
border-color: #133699;
}
.TagClassName
{
border-color: #133699;
}
</style>