Shades of Egyptian Blue #133D99
Tints of Egyptian Blue #133D99
RGB
CMYK
RGB Variations
Color information
#133D99 (or 0x133D99) is known color: Egyptian Blue. HEX triplet: 13, 3D and 99. RGB value is (19,61,153). Sum of RGB (Red+Green+Blue) = 19+61+153=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #133D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D99 is #ECC266. Grayscale: #3A3A3A. Windows color (decimal): -15516263 or 10042643. OLE color: 10042643.
HSL color Cylindrical-coordinate representation of color #133D99: hue angle of 221.19º 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 #133D99 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 61 | 153 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.4 |
| HSL | 221.19º | 0.78% | 0.34% | - |
| HSV(B) | 221.19º | 0.88% | 0.6% | - |
| XYZ | 7.69 | 5.78 | 30.85 | - |
| YUV | 58.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 153 | 0.88 | 0.60 | 0 | 0.4 | 221.19 | 0.78 | 0.34 |
| Hex | 13 | 3D | 99 | 58 | 3C | 0 | 28 | DD | 4E | 22 |
| Octal | 23 | 75 | 231 | 130 | 74 | 0 | 50 | 335 | 116 | 42 |
| Binary | 10011 | 111101 | 10011001 | 1011000 | 111100 | 0 | 101000 | 11011101 | 1001110 | 100010 |
Color Harmonies of #133D99
Complementary color
Monochromatic Colors of #133D99
Black with #133D99
Text Example
Text Example
White with #133D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D99; }
p { color: rgb(19,61,153); }
H1.HeaderClassName
{
color: #133D99;
}
.AnyTagClassName
{
color: #133D99;
}
</style>
background-color css
<style>
a { background-color: #133D99; }
a { background-color: rgb(19,61,153); }
div.DivClassName
{
background-color: #133D99;
}
.BgClassName
{
background-color: #133D99;
}
</style>
border-color css
<style>
span { border-color: #133D99; }
span { border-color: rgb(19,61,153); }
td.TdClassName
{
border-color: #133D99;
}
.TagClassName
{
border-color: #133D99;
}
</style>