Shades of Egyptian Blue #133B99
Tints of Egyptian Blue #133B99
RGB
CMYK
RGB Variations
Color information
#133B99 (or 0x133B99) is known color: Egyptian Blue. HEX triplet: 13, 3B and 99. RGB value is (19,59,153). Sum of RGB (Red+Green+Blue) = 19+59+153=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #133B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B99 is #ECC466. Grayscale: #393939. Windows color (decimal): -15516775 or 10042131. OLE color: 10042131.
HSL color Cylindrical-coordinate representation of color #133B99: hue angle of 222.09º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133B99 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 59 | 153 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.4 |
| HSL | 222.09º | 0.78% | 0.34% | - |
| HSV(B) | 222.09º | 0.88% | 0.6% | - |
| XYZ | 7.58 | 5.57 | 30.81 | - |
| YUV | 57.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 153 | 0.88 | 0.61 | 0 | 0.4 | 222.09 | 0.78 | 0.34 |
| Hex | 13 | 3B | 99 | 58 | 3D | 0 | 28 | DE | 4E | 22 |
| Octal | 23 | 73 | 231 | 130 | 75 | 0 | 50 | 336 | 116 | 42 |
| Binary | 10011 | 111011 | 10011001 | 1011000 | 111101 | 0 | 101000 | 11011110 | 1001110 | 100010 |
Color Harmonies of #133B99
Complementary color
Monochromatic Colors of #133B99
Black with #133B99
Text Example
Text Example
White with #133B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B99; }
p { color: rgb(19,59,153); }
H1.HeaderClassName
{
color: #133B99;
}
.AnyTagClassName
{
color: #133B99;
}
</style>
background-color css
<style>
a { background-color: #133B99; }
a { background-color: rgb(19,59,153); }
div.DivClassName
{
background-color: #133B99;
}
.BgClassName
{
background-color: #133B99;
}
</style>
border-color css
<style>
span { border-color: #133B99; }
span { border-color: rgb(19,59,153); }
td.TdClassName
{
border-color: #133B99;
}
.TagClassName
{
border-color: #133B99;
}
</style>