Shades of Egyptian Blue #134499
Tints of Egyptian Blue #134499
RGB
CMYK
RGB Variations
Color information
#134499 (or 0x134499) is known color: Egyptian Blue. HEX triplet: 13, 44 and 99. RGB value is (19,68,153). Sum of RGB (Red+Green+Blue) = 19+68+153=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #134499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134499 is #ECBB66. Grayscale: #3E3E3E. Windows color (decimal): -15514471 or 10044435. OLE color: 10044435.
HSL color Cylindrical-coordinate representation of color #134499: hue angle of 218.06º 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 #134499 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 68 | 153 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.4 |
| HSL | 218.06º | 0.78% | 0.34% | - |
| HSV(B) | 218.06º | 0.88% | 0.6% | - |
| XYZ | 8.09 | 6.57 | 30.98 | - |
| YUV | 63.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 153 | 0.88 | 0.56 | 0 | 0.4 | 218.06 | 0.78 | 0.34 |
| Hex | 13 | 44 | 99 | 58 | 38 | 0 | 28 | DA | 4E | 22 |
| Octal | 23 | 104 | 231 | 130 | 70 | 0 | 50 | 332 | 116 | 42 |
| Binary | 10011 | 1000100 | 10011001 | 1011000 | 111000 | 0 | 101000 | 11011010 | 1001110 | 100010 |
Color Harmonies of #134499
Complementary color
Monochromatic Colors of #134499
Black with #134499
Text Example
Text Example
White with #134499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134499; }
p { color: rgb(19,68,153); }
H1.HeaderClassName
{
color: #134499;
}
.AnyTagClassName
{
color: #134499;
}
</style>
background-color css
<style>
a { background-color: #134499; }
a { background-color: rgb(19,68,153); }
div.DivClassName
{
background-color: #134499;
}
.BgClassName
{
background-color: #134499;
}
</style>
border-color css
<style>
span { border-color: #134499; }
span { border-color: rgb(19,68,153); }
td.TdClassName
{
border-color: #134499;
}
.TagClassName
{
border-color: #134499;
}
</style>