Shades of Egyptian Blue #134195
Tints of Egyptian Blue #134195
RGB
CMYK
RGB Variations
Color information
#134195 (or 0x134195) is known color: Egyptian Blue. HEX triplet: 13, 41 and 95. RGB value is (19,65,149). Sum of RGB (Red+Green+Blue) = 19+65+149=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #134195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134195 is #ECBE6A. Grayscale: #3C3C3C. Windows color (decimal): -15515243 or 9781523. OLE color: 9781523.
HSL color Cylindrical-coordinate representation of color #134195: hue angle of 218.77º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134195 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 65 | 149 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.42 |
| HSL | 218.77º | 0.77% | 0.33% | - |
| HSV(B) | 218.77º | 0.87% | 0.58% | - |
| XYZ | 7.58 | 6.09 | 29.21 | - |
| YUV | 60.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 149 | 0.87 | 0.56 | 0 | 0.42 | 218.77 | 0.77 | 0.33 |
| Hex | 13 | 41 | 95 | 57 | 38 | 0 | 2A | DB | 4D | 21 |
| Octal | 23 | 101 | 225 | 127 | 70 | 0 | 52 | 333 | 115 | 41 |
| Binary | 10011 | 1000001 | 10010101 | 1010111 | 111000 | 0 | 101010 | 11011011 | 1001101 | 100001 |
Color Harmonies of #134195
Complementary color
Monochromatic Colors of #134195
Black with #134195
Text Example
Text Example
White with #134195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134195; }
p { color: rgb(19,65,149); }
H1.HeaderClassName
{
color: #134195;
}
.AnyTagClassName
{
color: #134195;
}
</style>
background-color css
<style>
a { background-color: #134195; }
a { background-color: rgb(19,65,149); }
div.DivClassName
{
background-color: #134195;
}
.BgClassName
{
background-color: #134195;
}
</style>
border-color css
<style>
span { border-color: #134195; }
span { border-color: rgb(19,65,149); }
td.TdClassName
{
border-color: #134195;
}
.TagClassName
{
border-color: #134195;
}
</style>