Shades of Egyptian Blue #131AAA
Tints of Egyptian Blue #131AAA
RGB
CMYK
RGB Variations
Color information
#131AAA (or 0x131AAA) is known color: Egyptian Blue. HEX triplet: 13, 1A and AA. RGB value is (19,26,170). Sum of RGB (Red+Green+Blue) = 19+26+170=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #131AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131AAA is #ECE555. Grayscale: #272727. Windows color (decimal): -15525206 or 11147795. OLE color: 11147795.
HSL color Cylindrical-coordinate representation of color #131AAA: hue angle of 237.22º 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 #131AAA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 26 | 170 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.33 |
| HSL | 237.22º | 0.8% | 0.37% | - |
| HSV(B) | 237.22º | 0.89% | 0.67% | - |
| XYZ | 7.89 | 3.78 | 38.34 | - |
| YUV | 40.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 170 | 0.89 | 0.85 | 0 | 0.33 | 237.22 | 0.8 | 0.37 |
| Hex | 13 | 1A | AA | 59 | 55 | 0 | 21 | ED | 50 | 25 |
| Octal | 23 | 32 | 252 | 131 | 125 | 0 | 41 | 355 | 120 | 45 |
| Binary | 10011 | 11010 | 10101010 | 1011001 | 1010101 | 0 | 100001 | 11101101 | 1010000 | 100101 |
Color Harmonies of #131AAA
Complementary color
Monochromatic Colors of #131AAA
Black with #131AAA
Text Example
Text Example
White with #131AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AAA; }
p { color: rgb(19,26,170); }
H1.HeaderClassName
{
color: #131AAA;
}
.AnyTagClassName
{
color: #131AAA;
}
</style>
background-color css
<style>
a { background-color: #131AAA; }
a { background-color: rgb(19,26,170); }
div.DivClassName
{
background-color: #131AAA;
}
.BgClassName
{
background-color: #131AAA;
}
</style>
border-color css
<style>
span { border-color: #131AAA; }
span { border-color: rgb(19,26,170); }
td.TdClassName
{
border-color: #131AAA;
}
.TagClassName
{
border-color: #131AAA;
}
</style>