Shades of Egyptian Blue #131FA3
Tints of Egyptian Blue #131FA3
RGB
CMYK
RGB Variations
Color information
#131FA3 (or 0x131FA3) is known color: Egyptian Blue. HEX triplet: 13, 1F and A3. RGB value is (19,31,163). Sum of RGB (Red+Green+Blue) = 19+31+163=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 163 (64.06% from 255 or 76.53% from 213); Max value from RGB is 163 - color contains mainly: blue. Hex color #131FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FA3 is #ECE05C. Grayscale: #292929. Windows color (decimal): -15523933 or 10690323. OLE color: 10690323.
HSL color Cylindrical-coordinate representation of color #131FA3: hue angle of 235º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131FA3 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 31 | 163 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.36 |
| HSL | 235º | 0.79% | 0.36% | - |
| HSV(B) | 235º | 0.88% | 0.64% | - |
| XYZ | 7.37 | 3.76 | 34.99 | - |
| YUV | 42.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 163 | 0.88 | 0.81 | 0 | 0.36 | 235 | 0.79 | 0.36 |
| Hex | 13 | 1F | A3 | 58 | 51 | 0 | 24 | EB | 4F | 24 |
| Octal | 23 | 37 | 243 | 130 | 121 | 0 | 44 | 353 | 117 | 44 |
| Binary | 10011 | 11111 | 10100011 | 1011000 | 1010001 | 0 | 100100 | 11101011 | 1001111 | 100100 |
Color Harmonies of #131FA3
Complementary color
Monochromatic Colors of #131FA3
Black with #131FA3
Text Example
Text Example
White with #131FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FA3; }
p { color: rgb(19,31,163); }
H1.HeaderClassName
{
color: #131FA3;
}
.AnyTagClassName
{
color: #131FA3;
}
</style>
background-color css
<style>
a { background-color: #131FA3; }
a { background-color: rgb(19,31,163); }
div.DivClassName
{
background-color: #131FA3;
}
.BgClassName
{
background-color: #131FA3;
}
</style>
border-color css
<style>
span { border-color: #131FA3; }
span { border-color: rgb(19,31,163); }
td.TdClassName
{
border-color: #131FA3;
}
.TagClassName
{
border-color: #131FA3;
}
</style>