Shades of Egyptian Blue #133BAD
Tints of Egyptian Blue #133BAD
RGB
CMYK
RGB Variations
Color information
#133BAD (or 0x133BAD) is known color: Egyptian Blue. HEX triplet: 13, 3B and AD. RGB value is (19,59,173). Sum of RGB (Red+Green+Blue) = 19+59+173=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #133BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BAD is #ECC452. Grayscale: #3B3B3B. Windows color (decimal): -15516755 or 11352851. OLE color: 11352851.
HSL color Cylindrical-coordinate representation of color #133BAD: hue angle of 224.42º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133BAD is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 59 | 173 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.32 |
| HSL | 224.42º | 0.8% | 0.38% | - |
| HSV(B) | 224.42º | 0.89% | 0.68% | - |
| XYZ | 9.38 | 6.28 | 40.25 | - |
| YUV | 60.04 | 191.75 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 173 | 0.89 | 0.66 | 0 | 0.32 | 224.42 | 0.8 | 0.38 |
| Hex | 13 | 3B | AD | 59 | 42 | 0 | 20 | E0 | 50 | 26 |
| Octal | 23 | 73 | 255 | 131 | 102 | 0 | 40 | 340 | 120 | 46 |
| Binary | 10011 | 111011 | 10101101 | 1011001 | 1000010 | 0 | 100000 | 11100000 | 1010000 | 100110 |
Color Harmonies of #133BAD
Complementary color
Monochromatic Colors of #133BAD
Black with #133BAD
Text Example
Text Example
White with #133BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BAD; }
p { color: rgb(19,59,173); }
H1.HeaderClassName
{
color: #133BAD;
}
.AnyTagClassName
{
color: #133BAD;
}
</style>
background-color css
<style>
a { background-color: #133BAD; }
a { background-color: rgb(19,59,173); }
div.DivClassName
{
background-color: #133BAD;
}
.BgClassName
{
background-color: #133BAD;
}
</style>
border-color css
<style>
span { border-color: #133BAD; }
span { border-color: rgb(19,59,173); }
td.TdClassName
{
border-color: #133BAD;
}
.TagClassName
{
border-color: #133BAD;
}
</style>