Shades of Egyptian Blue #131BA9
Tints of Egyptian Blue #131BA9
RGB
CMYK
RGB Variations
Color information
#131BA9 (or 0x131BA9) is known color: Egyptian Blue. HEX triplet: 13, 1B and A9. RGB value is (19,27,169). Sum of RGB (Red+Green+Blue) = 19+27+169=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 169 (66.41% from 255 or 78.60% from 215); Max value from RGB is 169 - color contains mainly: blue. Hex color #131BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BA9 is #ECE456. Grayscale: #282828. Windows color (decimal): -15524951 or 11082515. OLE color: 11082515.
HSL color Cylindrical-coordinate representation of color #131BA9: hue angle of 236.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131BA9 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 27 | 169 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.34 |
| HSL | 236.8º | 0.8% | 0.37% | - |
| HSV(B) | 236.8º | 0.89% | 0.66% | - |
| XYZ | 7.82 | 3.79 | 37.85 | - |
| YUV | 40.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 169 | 0.89 | 0.84 | 0 | 0.34 | 236.8 | 0.8 | 0.37 |
| Hex | 13 | 1B | A9 | 59 | 54 | 0 | 22 | ED | 50 | 25 |
| Octal | 23 | 33 | 251 | 131 | 124 | 0 | 42 | 355 | 120 | 45 |
| Binary | 10011 | 11011 | 10101001 | 1011001 | 1010100 | 0 | 100010 | 11101101 | 1010000 | 100101 |
Color Harmonies of #131BA9
Complementary color
Monochromatic Colors of #131BA9
Black with #131BA9
Text Example
Text Example
White with #131BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BA9; }
p { color: rgb(19,27,169); }
H1.HeaderClassName
{
color: #131BA9;
}
.AnyTagClassName
{
color: #131BA9;
}
</style>
background-color css
<style>
a { background-color: #131BA9; }
a { background-color: rgb(19,27,169); }
div.DivClassName
{
background-color: #131BA9;
}
.BgClassName
{
background-color: #131BA9;
}
</style>
border-color css
<style>
span { border-color: #131BA9; }
span { border-color: rgb(19,27,169); }
td.TdClassName
{
border-color: #131BA9;
}
.TagClassName
{
border-color: #131BA9;
}
</style>