Shades of Egyptian Blue #133FB0
Tints of Egyptian Blue #133FB0
RGB
CMYK
RGB Variations
Color information
#133FB0 (or 0x133FB0) is known color: Egyptian Blue. HEX triplet: 13, 3F and B0. RGB value is (19,63,176). Sum of RGB (Red+Green+Blue) = 19+63+176=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #133FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FB0 is #ECC04F. Grayscale: #3E3E3E. Windows color (decimal): -15515728 or 11550483. OLE color: 11550483.
HSL color Cylindrical-coordinate representation of color #133FB0: hue angle of 223.18º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133FB0 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 63 | 176 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.31 |
| HSL | 223.18º | 0.81% | 0.38% | - |
| HSV(B) | 223.18º | 0.89% | 0.69% | - |
| XYZ | 9.88 | 6.83 | 41.87 | - |
| YUV | 62.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 176 | 0.89 | 0.64 | 0 | 0.31 | 223.18 | 0.81 | 0.38 |
| Hex | 13 | 3F | B0 | 59 | 40 | 0 | 1F | DF | 51 | 26 |
| Octal | 23 | 77 | 260 | 131 | 100 | 0 | 37 | 337 | 121 | 46 |
| Binary | 10011 | 111111 | 10110000 | 1011001 | 1000000 | 0 | 11111 | 11011111 | 1010001 | 100110 |
Color Harmonies of #133FB0
Complementary color
Monochromatic Colors of #133FB0
Black with #133FB0
Text Example
Text Example
White with #133FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FB0; }
p { color: rgb(19,63,176); }
H1.HeaderClassName
{
color: #133FB0;
}
.AnyTagClassName
{
color: #133FB0;
}
</style>
background-color css
<style>
a { background-color: #133FB0; }
a { background-color: rgb(19,63,176); }
div.DivClassName
{
background-color: #133FB0;
}
.BgClassName
{
background-color: #133FB0;
}
</style>
border-color css
<style>
span { border-color: #133FB0; }
span { border-color: rgb(19,63,176); }
td.TdClassName
{
border-color: #133FB0;
}
.TagClassName
{
border-color: #133FB0;
}
</style>