Shades of Egyptian Blue #134095
Tints of Egyptian Blue #134095
RGB
CMYK
RGB Variations
Color information
#134095 (or 0x134095) is known color: Egyptian Blue. HEX triplet: 13, 40 and 95. RGB value is (19,64,149). Sum of RGB (Red+Green+Blue) = 19+64+149=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #134095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134095 is #ECBF6A. Grayscale: #3B3B3B. Windows color (decimal): -15515499 or 9781267. OLE color: 9781267.
HSL color Cylindrical-coordinate representation of color #134095: hue angle of 219.23º 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 #134095 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 64 | 149 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.42 |
| HSL | 219.23º | 0.77% | 0.33% | - |
| HSV(B) | 219.23º | 0.87% | 0.58% | - |
| XYZ | 7.53 | 5.98 | 29.19 | - |
| YUV | 60.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 149 | 0.87 | 0.57 | 0 | 0.42 | 219.23 | 0.77 | 0.33 |
| Hex | 13 | 40 | 95 | 57 | 39 | 0 | 2A | DB | 4D | 21 |
| Octal | 23 | 100 | 225 | 127 | 71 | 0 | 52 | 333 | 115 | 41 |
| Binary | 10011 | 1000000 | 10010101 | 1010111 | 111001 | 0 | 101010 | 11011011 | 1001101 | 100001 |
Color Harmonies of #134095
Complementary color
Monochromatic Colors of #134095
Black with #134095
Text Example
Text Example
White with #134095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134095; }
p { color: rgb(19,64,149); }
H1.HeaderClassName
{
color: #134095;
}
.AnyTagClassName
{
color: #134095;
}
</style>
background-color css
<style>
a { background-color: #134095; }
a { background-color: rgb(19,64,149); }
div.DivClassName
{
background-color: #134095;
}
.BgClassName
{
background-color: #134095;
}
</style>
border-color css
<style>
span { border-color: #134095; }
span { border-color: rgb(19,64,149); }
td.TdClassName
{
border-color: #134095;
}
.TagClassName
{
border-color: #134095;
}
</style>