Shades of Egyptian Blue #133CAC
Tints of Egyptian Blue #133CAC
RGB
CMYK
RGB Variations
Color information
#133CAC (or 0x133CAC) is known color: Egyptian Blue. HEX triplet: 13, 3C and AC. RGB value is (19,60,172). Sum of RGB (Red+Green+Blue) = 19+60+172=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #133CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133CAC is #ECC353. Grayscale: #3C3C3C. Windows color (decimal): -15516500 or 11287571. OLE color: 11287571.
HSL color Cylindrical-coordinate representation of color #133CAC: hue angle of 223.92º 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 #133CAC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 60 | 172 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.33 |
| HSL | 223.92º | 0.8% | 0.37% | - |
| HSV(B) | 223.92º | 0.89% | 0.67% | - |
| XYZ | 9.33 | 6.35 | 39.76 | - |
| YUV | 60.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 172 | 0.89 | 0.65 | 0 | 0.33 | 223.92 | 0.8 | 0.37 |
| Hex | 13 | 3C | AC | 59 | 41 | 0 | 21 | E0 | 50 | 25 |
| Octal | 23 | 74 | 254 | 131 | 101 | 0 | 41 | 340 | 120 | 45 |
| Binary | 10011 | 111100 | 10101100 | 1011001 | 1000001 | 0 | 100001 | 11100000 | 1010000 | 100101 |
Color Harmonies of #133CAC
Complementary color
Monochromatic Colors of #133CAC
Black with #133CAC
Text Example
Text Example
White with #133CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CAC; }
p { color: rgb(19,60,172); }
H1.HeaderClassName
{
color: #133CAC;
}
.AnyTagClassName
{
color: #133CAC;
}
</style>
background-color css
<style>
a { background-color: #133CAC; }
a { background-color: rgb(19,60,172); }
div.DivClassName
{
background-color: #133CAC;
}
.BgClassName
{
background-color: #133CAC;
}
</style>
border-color css
<style>
span { border-color: #133CAC; }
span { border-color: rgb(19,60,172); }
td.TdClassName
{
border-color: #133CAC;
}
.TagClassName
{
border-color: #133CAC;
}
</style>