Shades of Egyptian Blue #131BAB
Tints of Egyptian Blue #131BAB
RGB
CMYK
RGB Variations
Color information
#131BAB (or 0x131BAB) is known color: Egyptian Blue. HEX triplet: 13, 1B and AB. RGB value is (19,27,171). Sum of RGB (Red+Green+Blue) = 19+27+171=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #131BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BAB is #ECE454. Grayscale: #282828. Windows color (decimal): -15524949 or 11213587. OLE color: 11213587.
HSL color Cylindrical-coordinate representation of color #131BAB: hue angle of 236.84º 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 #131BAB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 27 | 171 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.33 |
| HSL | 236.84º | 0.8% | 0.37% | - |
| HSV(B) | 236.84º | 0.89% | 0.67% | - |
| XYZ | 8.01 | 3.86 | 38.85 | - |
| YUV | 41.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 171 | 0.89 | 0.84 | 0 | 0.33 | 236.84 | 0.8 | 0.37 |
| Hex | 13 | 1B | AB | 59 | 54 | 0 | 21 | ED | 50 | 25 |
| Octal | 23 | 33 | 253 | 131 | 124 | 0 | 41 | 355 | 120 | 45 |
| Binary | 10011 | 11011 | 10101011 | 1011001 | 1010100 | 0 | 100001 | 11101101 | 1010000 | 100101 |
Color Harmonies of #131BAB
Complementary color
Monochromatic Colors of #131BAB
Black with #131BAB
Text Example
Text Example
White with #131BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BAB; }
p { color: rgb(19,27,171); }
H1.HeaderClassName
{
color: #131BAB;
}
.AnyTagClassName
{
color: #131BAB;
}
</style>
background-color css
<style>
a { background-color: #131BAB; }
a { background-color: rgb(19,27,171); }
div.DivClassName
{
background-color: #131BAB;
}
.BgClassName
{
background-color: #131BAB;
}
</style>
border-color css
<style>
span { border-color: #131BAB; }
span { border-color: rgb(19,27,171); }
td.TdClassName
{
border-color: #131BAB;
}
.TagClassName
{
border-color: #131BAB;
}
</style>