Shades of Egyptian Blue #134699
Tints of Egyptian Blue #134699
RGB
CMYK
RGB Variations
Color information
#134699 (or 0x134699) is known color: Egyptian Blue. HEX triplet: 13, 46 and 99. RGB value is (19,70,153). Sum of RGB (Red+Green+Blue) = 19+70+153=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #134699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134699 is #ECB966. Grayscale: #3F3F3F. Windows color (decimal): -15513959 or 10044947. OLE color: 10044947.
HSL color Cylindrical-coordinate representation of color #134699: hue angle of 217.16º 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 #134699 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 70 | 153 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.4 |
| HSL | 217.16º | 0.78% | 0.34% | - |
| HSV(B) | 217.16º | 0.88% | 0.6% | - |
| XYZ | 8.21 | 6.82 | 31.02 | - |
| YUV | 64.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 153 | 0.88 | 0.54 | 0 | 0.4 | 217.16 | 0.78 | 0.34 |
| Hex | 13 | 46 | 99 | 58 | 36 | 0 | 28 | D9 | 4E | 22 |
| Octal | 23 | 106 | 231 | 130 | 66 | 0 | 50 | 331 | 116 | 42 |
| Binary | 10011 | 1000110 | 10011001 | 1011000 | 110110 | 0 | 101000 | 11011001 | 1001110 | 100010 |
Color Harmonies of #134699
Complementary color
Monochromatic Colors of #134699
Black with #134699
Text Example
Text Example
White with #134699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134699; }
p { color: rgb(19,70,153); }
H1.HeaderClassName
{
color: #134699;
}
.AnyTagClassName
{
color: #134699;
}
</style>
background-color css
<style>
a { background-color: #134699; }
a { background-color: rgb(19,70,153); }
div.DivClassName
{
background-color: #134699;
}
.BgClassName
{
background-color: #134699;
}
</style>
border-color css
<style>
span { border-color: #134699; }
span { border-color: rgb(19,70,153); }
td.TdClassName
{
border-color: #134699;
}
.TagClassName
{
border-color: #134699;
}
</style>