Shades of Egyptian Blue #131DAE
Tints of Egyptian Blue #131DAE
RGB
CMYK
RGB Variations
Color information
#131DAE (or 0x131DAE) is known color: Egyptian Blue. HEX triplet: 13, 1D and AE. RGB value is (19,29,174). Sum of RGB (Red+Green+Blue) = 19+29+174=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #131DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DAE is #ECE251. Grayscale: #292929. Windows color (decimal): -15524434 or 11410707. OLE color: 11410707.
HSL color Cylindrical-coordinate representation of color #131DAE: hue angle of 236.13º 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 #131DAE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 29 | 174 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.32 |
| HSL | 236.13º | 0.8% | 0.38% | - |
| HSV(B) | 236.13º | 0.89% | 0.68% | - |
| XYZ | 8.35 | 4.07 | 40.39 | - |
| YUV | 42.54 | 202.19 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 174 | 0.89 | 0.83 | 0 | 0.32 | 236.13 | 0.8 | 0.38 |
| Hex | 13 | 1D | AE | 59 | 53 | 0 | 20 | EC | 50 | 26 |
| Octal | 23 | 35 | 256 | 131 | 123 | 0 | 40 | 354 | 120 | 46 |
| Binary | 10011 | 11101 | 10101110 | 1011001 | 1010011 | 0 | 100000 | 11101100 | 1010000 | 100110 |
Color Harmonies of #131DAE
Complementary color
Monochromatic Colors of #131DAE
Black with #131DAE
Text Example
Text Example
White with #131DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DAE; }
p { color: rgb(19,29,174); }
H1.HeaderClassName
{
color: #131DAE;
}
.AnyTagClassName
{
color: #131DAE;
}
</style>
background-color css
<style>
a { background-color: #131DAE; }
a { background-color: rgb(19,29,174); }
div.DivClassName
{
background-color: #131DAE;
}
.BgClassName
{
background-color: #131DAE;
}
</style>
border-color css
<style>
span { border-color: #131DAE; }
span { border-color: rgb(19,29,174); }
td.TdClassName
{
border-color: #131DAE;
}
.TagClassName
{
border-color: #131DAE;
}
</style>