Shades of Egyptian Blue #131DAB
Tints of Egyptian Blue #131DAB
RGB
CMYK
RGB Variations
Color information
#131DAB (or 0x131DAB) is known color: Egyptian Blue. HEX triplet: 13, 1D and AB. RGB value is (19,29,171). Sum of RGB (Red+Green+Blue) = 19+29+171=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #131DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DAB is #ECE254. Grayscale: #292929. Windows color (decimal): -15524437 or 11214099. OLE color: 11214099.
HSL color Cylindrical-coordinate representation of color #131DAB: hue angle of 236.05º 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 #131DAB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 29 | 171 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.33 |
| HSL | 236.05º | 0.8% | 0.37% | - |
| HSV(B) | 236.05º | 0.89% | 0.67% | - |
| XYZ | 8.06 | 3.96 | 38.87 | - |
| YUV | 42.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 171 | 0.89 | 0.83 | 0 | 0.33 | 236.05 | 0.8 | 0.37 |
| Hex | 13 | 1D | AB | 59 | 53 | 0 | 21 | EC | 50 | 25 |
| Octal | 23 | 35 | 253 | 131 | 123 | 0 | 41 | 354 | 120 | 45 |
| Binary | 10011 | 11101 | 10101011 | 1011001 | 1010011 | 0 | 100001 | 11101100 | 1010000 | 100101 |
Color Harmonies of #131DAB
Complementary color
Monochromatic Colors of #131DAB
Black with #131DAB
Text Example
Text Example
White with #131DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DAB; }
p { color: rgb(19,29,171); }
H1.HeaderClassName
{
color: #131DAB;
}
.AnyTagClassName
{
color: #131DAB;
}
</style>
background-color css
<style>
a { background-color: #131DAB; }
a { background-color: rgb(19,29,171); }
div.DivClassName
{
background-color: #131DAB;
}
.BgClassName
{
background-color: #131DAB;
}
</style>
border-color css
<style>
span { border-color: #131DAB; }
span { border-color: rgb(19,29,171); }
td.TdClassName
{
border-color: #131DAB;
}
.TagClassName
{
border-color: #131DAB;
}
</style>