Shades of Egyptian Blue #131DA1
Tints of Egyptian Blue #131DA1
RGB
CMYK
RGB Variations
Color information
#131DA1 (or 0x131DA1) is known color: Egyptian Blue. HEX triplet: 13, 1D and A1. RGB value is (19,29,161). Sum of RGB (Red+Green+Blue) = 19+29+161=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 161 (63.28% from 255 or 77.03% from 209); Max value from RGB is 161 - color contains mainly: blue. Hex color #131DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DA1 is #ECE25E. Grayscale: #282828. Windows color (decimal): -15524447 or 10558739. OLE color: 10558739.
HSL color Cylindrical-coordinate representation of color #131DA1: hue angle of 235.77º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131DA1 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 29 | 161 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.37 |
| HSL | 235.77º | 0.79% | 0.35% | - |
| HSV(B) | 235.77º | 0.88% | 0.63% | - |
| XYZ | 7.14 | 3.59 | 34.03 | - |
| YUV | 41.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 161 | 0.88 | 0.82 | 0 | 0.37 | 235.77 | 0.79 | 0.35 |
| Hex | 13 | 1D | A1 | 58 | 52 | 0 | 25 | EC | 4F | 23 |
| Octal | 23 | 35 | 241 | 130 | 122 | 0 | 45 | 354 | 117 | 43 |
| Binary | 10011 | 11101 | 10100001 | 1011000 | 1010010 | 0 | 100101 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131DA1
Complementary color
Monochromatic Colors of #131DA1
Black with #131DA1
Text Example
Text Example
White with #131DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DA1; }
p { color: rgb(19,29,161); }
H1.HeaderClassName
{
color: #131DA1;
}
.AnyTagClassName
{
color: #131DA1;
}
</style>
background-color css
<style>
a { background-color: #131DA1; }
a { background-color: rgb(19,29,161); }
div.DivClassName
{
background-color: #131DA1;
}
.BgClassName
{
background-color: #131DA1;
}
</style>
border-color css
<style>
span { border-color: #131DA1; }
span { border-color: rgb(19,29,161); }
td.TdClassName
{
border-color: #131DA1;
}
.TagClassName
{
border-color: #131DA1;
}
</style>