Shades of Egyptian Blue #131FA1
Tints of Egyptian Blue #131FA1
RGB
CMYK
RGB Variations
Color information
#131FA1 (or 0x131FA1) is known color: Egyptian Blue. HEX triplet: 13, 1F and A1. RGB value is (19,31,161). Sum of RGB (Red+Green+Blue) = 19+31+161=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #131FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FA1 is #ECE05E. Grayscale: #292929. Windows color (decimal): -15523935 or 10559251. OLE color: 10559251.
HSL color Cylindrical-coordinate representation of color #131FA1: hue angle of 234.93º 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 #131FA1 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 31 | 161 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.37 |
| HSL | 234.93º | 0.79% | 0.35% | - |
| HSV(B) | 234.93º | 0.88% | 0.63% | - |
| XYZ | 7.19 | 3.69 | 34.05 | - |
| YUV | 42.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 161 | 0.88 | 0.81 | 0 | 0.37 | 234.93 | 0.79 | 0.35 |
| Hex | 13 | 1F | A1 | 58 | 51 | 0 | 25 | EB | 4F | 23 |
| Octal | 23 | 37 | 241 | 130 | 121 | 0 | 45 | 353 | 117 | 43 |
| Binary | 10011 | 11111 | 10100001 | 1011000 | 1010001 | 0 | 100101 | 11101011 | 1001111 | 100011 |
Color Harmonies of #131FA1
Complementary color
Monochromatic Colors of #131FA1
Black with #131FA1
Text Example
Text Example
White with #131FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FA1; }
p { color: rgb(19,31,161); }
H1.HeaderClassName
{
color: #131FA1;
}
.AnyTagClassName
{
color: #131FA1;
}
</style>
background-color css
<style>
a { background-color: #131FA1; }
a { background-color: rgb(19,31,161); }
div.DivClassName
{
background-color: #131FA1;
}
.BgClassName
{
background-color: #131FA1;
}
</style>
border-color css
<style>
span { border-color: #131FA1; }
span { border-color: rgb(19,31,161); }
td.TdClassName
{
border-color: #131FA1;
}
.TagClassName
{
border-color: #131FA1;
}
</style>