Shades of Egyptian Blue #133399
Tints of Egyptian Blue #133399
RGB
CMYK
RGB Variations
Color information
#133399 (or 0x133399) is known color: Egyptian Blue. HEX triplet: 13, 33 and 99. RGB value is (19,51,153). Sum of RGB (Red+Green+Blue) = 19+51+153=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #133399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133399 is #ECCC66. Grayscale: #343434. Windows color (decimal): -15518823 or 10040083. OLE color: 10040083.
HSL color Cylindrical-coordinate representation of color #133399: hue angle of 225.67º 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 #133399 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 51 | 153 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.4 |
| HSL | 225.67º | 0.78% | 0.34% | - |
| HSV(B) | 225.67º | 0.88% | 0.6% | - |
| XYZ | 7.2 | 4.81 | 30.69 | - |
| YUV | 53.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 153 | 0.88 | 0.67 | 0 | 0.4 | 225.67 | 0.78 | 0.34 |
| Hex | 13 | 33 | 99 | 58 | 43 | 0 | 28 | E2 | 4E | 22 |
| Octal | 23 | 63 | 231 | 130 | 103 | 0 | 50 | 342 | 116 | 42 |
| Binary | 10011 | 110011 | 10011001 | 1011000 | 1000011 | 0 | 101000 | 11100010 | 1001110 | 100010 |
Color Harmonies of #133399
Complementary color
Monochromatic Colors of #133399
Black with #133399
Text Example
Text Example
White with #133399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133399; }
p { color: rgb(19,51,153); }
H1.HeaderClassName
{
color: #133399;
}
.AnyTagClassName
{
color: #133399;
}
</style>
background-color css
<style>
a { background-color: #133399; }
a { background-color: rgb(19,51,153); }
div.DivClassName
{
background-color: #133399;
}
.BgClassName
{
background-color: #133399;
}
</style>
border-color css
<style>
span { border-color: #133399; }
span { border-color: rgb(19,51,153); }
td.TdClassName
{
border-color: #133399;
}
.TagClassName
{
border-color: #133399;
}
</style>