Shades of Egyptian Blue #133BA2
Tints of Egyptian Blue #133BA2
RGB
CMYK
RGB Variations
Color information
#133BA2 (or 0x133BA2) is known color: Egyptian Blue. HEX triplet: 13, 3B and A2. RGB value is (19,59,162). Sum of RGB (Red+Green+Blue) = 19+59+162=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #133BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BA2 is #ECC45D. Grayscale: #3A3A3A. Windows color (decimal): -15516766 or 10631955. OLE color: 10631955.
HSL color Cylindrical-coordinate representation of color #133BA2: hue angle of 223.22º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133BA2 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 59 | 162 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.36 |
| HSL | 223.22º | 0.79% | 0.35% | - |
| HSV(B) | 223.22º | 0.88% | 0.64% | - |
| XYZ | 8.35 | 5.88 | 34.88 | - |
| YUV | 58.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 162 | 0.88 | 0.64 | 0 | 0.36 | 223.22 | 0.79 | 0.35 |
| Hex | 13 | 3B | A2 | 58 | 40 | 0 | 24 | DF | 4F | 23 |
| Octal | 23 | 73 | 242 | 130 | 100 | 0 | 44 | 337 | 117 | 43 |
| Binary | 10011 | 111011 | 10100010 | 1011000 | 1000000 | 0 | 100100 | 11011111 | 1001111 | 100011 |
Color Harmonies of #133BA2
Complementary color
Monochromatic Colors of #133BA2
Black with #133BA2
Text Example
Text Example
White with #133BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BA2; }
p { color: rgb(19,59,162); }
H1.HeaderClassName
{
color: #133BA2;
}
.AnyTagClassName
{
color: #133BA2;
}
</style>
background-color css
<style>
a { background-color: #133BA2; }
a { background-color: rgb(19,59,162); }
div.DivClassName
{
background-color: #133BA2;
}
.BgClassName
{
background-color: #133BA2;
}
</style>
border-color css
<style>
span { border-color: #133BA2; }
span { border-color: rgb(19,59,162); }
td.TdClassName
{
border-color: #133BA2;
}
.TagClassName
{
border-color: #133BA2;
}
</style>