Shades of Egyptian Blue #134399
Tints of Egyptian Blue #134399
RGB
CMYK
RGB Variations
Color information
#134399 (or 0x134399) is known color: Egyptian Blue. HEX triplet: 13, 43 and 99. RGB value is (19,67,153). Sum of RGB (Red+Green+Blue) = 19+67+153=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #134399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134399 is #ECBC66. Grayscale: #3E3E3E. Windows color (decimal): -15514727 or 10044179. OLE color: 10044179.
HSL color Cylindrical-coordinate representation of color #134399: hue angle of 218.51º 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 #134399 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 67 | 153 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.4 |
| HSL | 218.51º | 0.78% | 0.34% | - |
| HSV(B) | 218.51º | 0.88% | 0.6% | - |
| XYZ | 8.03 | 6.45 | 30.96 | - |
| YUV | 62.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 153 | 0.88 | 0.56 | 0 | 0.4 | 218.51 | 0.78 | 0.34 |
| Hex | 13 | 43 | 99 | 58 | 38 | 0 | 28 | DB | 4E | 22 |
| Octal | 23 | 103 | 231 | 130 | 70 | 0 | 50 | 333 | 116 | 42 |
| Binary | 10011 | 1000011 | 10011001 | 1011000 | 111000 | 0 | 101000 | 11011011 | 1001110 | 100010 |
Color Harmonies of #134399
Complementary color
Monochromatic Colors of #134399
Black with #134399
Text Example
Text Example
White with #134399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134399; }
p { color: rgb(19,67,153); }
H1.HeaderClassName
{
color: #134399;
}
.AnyTagClassName
{
color: #134399;
}
</style>
background-color css
<style>
a { background-color: #134399; }
a { background-color: rgb(19,67,153); }
div.DivClassName
{
background-color: #134399;
}
.BgClassName
{
background-color: #134399;
}
</style>
border-color css
<style>
span { border-color: #134399; }
span { border-color: rgb(19,67,153); }
td.TdClassName
{
border-color: #134399;
}
.TagClassName
{
border-color: #134399;
}
</style>