Shades of Egyptian Blue #133095
Tints of Egyptian Blue #133095
RGB
CMYK
RGB Variations
Color information
#133095 (or 0x133095) is known color: Egyptian Blue. HEX triplet: 13, 30 and 95. RGB value is (19,48,149). Sum of RGB (Red+Green+Blue) = 19+48+149=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #133095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133095 is #ECCF6A. Grayscale: #323232. Windows color (decimal): -15519595 or 9777171. OLE color: 9777171.
HSL color Cylindrical-coordinate representation of color #133095: hue angle of 226.62º 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 #133095 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 48 | 149 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.42 |
| HSL | 226.62º | 0.77% | 0.33% | - |
| HSV(B) | 226.62º | 0.87% | 0.58% | - |
| XYZ | 6.75 | 4.42 | 28.93 | - |
| YUV | 50.84 | 183.39 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 149 | 0.87 | 0.68 | 0 | 0.42 | 226.62 | 0.77 | 0.33 |
| Hex | 13 | 30 | 95 | 57 | 44 | 0 | 2A | E3 | 4D | 21 |
| Octal | 23 | 60 | 225 | 127 | 104 | 0 | 52 | 343 | 115 | 41 |
| Binary | 10011 | 110000 | 10010101 | 1010111 | 1000100 | 0 | 101010 | 11100011 | 1001101 | 100001 |
Color Harmonies of #133095
Complementary color
Monochromatic Colors of #133095
Black with #133095
Text Example
Text Example
White with #133095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133095; }
p { color: rgb(19,48,149); }
H1.HeaderClassName
{
color: #133095;
}
.AnyTagClassName
{
color: #133095;
}
</style>
background-color css
<style>
a { background-color: #133095; }
a { background-color: rgb(19,48,149); }
div.DivClassName
{
background-color: #133095;
}
.BgClassName
{
background-color: #133095;
}
</style>
border-color css
<style>
span { border-color: #133095; }
span { border-color: rgb(19,48,149); }
td.TdClassName
{
border-color: #133095;
}
.TagClassName
{
border-color: #133095;
}
</style>