Shades of Egyptian Blue #133AAA
Tints of Egyptian Blue #133AAA
RGB
CMYK
RGB Variations
Color information
#133AAA (or 0x133AAA) is known color: Egyptian Blue. HEX triplet: 13, 3A and AA. RGB value is (19,58,170). Sum of RGB (Red+Green+Blue) = 19+58+170=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #133AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AAA is #ECC555. Grayscale: #3A3A3A. Windows color (decimal): -15517014 or 11155987. OLE color: 11155987.
HSL color Cylindrical-coordinate representation of color #133AAA: hue angle of 224.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133AAA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 58 | 170 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.33 |
| HSL | 224.5º | 0.8% | 0.37% | - |
| HSV(B) | 224.5º | 0.89% | 0.67% | - |
| XYZ | 9.04 | 6.07 | 38.72 | - |
| YUV | 59.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 170 | 0.89 | 0.66 | 0 | 0.33 | 224.5 | 0.8 | 0.37 |
| Hex | 13 | 3A | AA | 59 | 42 | 0 | 21 | E1 | 50 | 25 |
| Octal | 23 | 72 | 252 | 131 | 102 | 0 | 41 | 341 | 120 | 45 |
| Binary | 10011 | 111010 | 10101010 | 1011001 | 1000010 | 0 | 100001 | 11100001 | 1010000 | 100101 |
Color Harmonies of #133AAA
Complementary color
Monochromatic Colors of #133AAA
Black with #133AAA
Text Example
Text Example
White with #133AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AAA; }
p { color: rgb(19,58,170); }
H1.HeaderClassName
{
color: #133AAA;
}
.AnyTagClassName
{
color: #133AAA;
}
</style>
background-color css
<style>
a { background-color: #133AAA; }
a { background-color: rgb(19,58,170); }
div.DivClassName
{
background-color: #133AAA;
}
.BgClassName
{
background-color: #133AAA;
}
</style>
border-color css
<style>
span { border-color: #133AAA; }
span { border-color: rgb(19,58,170); }
td.TdClassName
{
border-color: #133AAA;
}
.TagClassName
{
border-color: #133AAA;
}
</style>