Shades of Egyptian Blue #131AB5
Tints of Egyptian Blue #131AB5
RGB
CMYK
RGB Variations
Color information
#131AB5 (or 0x131AB5) is known color: Egyptian Blue. HEX triplet: 13, 1A and B5. RGB value is (19,26,181). Sum of RGB (Red+Green+Blue) = 19+26+181=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 181 (71.09% from 255 or 80.09% from 226); Max value from RGB is 181 - color contains mainly: blue. Hex color #131AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AB5 is #ECE54A. Grayscale: #282828. Windows color (decimal): -15525195 or 11868691. OLE color: 11868691.
HSL color Cylindrical-coordinate representation of color #131AB5: hue angle of 237.41º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131AB5 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 26 | 181 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.29 |
| HSL | 237.41º | 0.81% | 0.39% | - |
| HSV(B) | 237.41º | 0.9% | 0.71% | - |
| XYZ | 8.98 | 4.21 | 44.06 | - |
| YUV | 41.58 | 206.68 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 181 | 0.90 | 0.86 | 0 | 0.29 | 237.41 | 0.81 | 0.39 |
| Hex | 13 | 1A | B5 | 5A | 56 | 0 | 1D | ED | 51 | 27 |
| Octal | 23 | 32 | 265 | 132 | 126 | 0 | 35 | 355 | 121 | 47 |
| Binary | 10011 | 11010 | 10110101 | 1011010 | 1010110 | 0 | 11101 | 11101101 | 1010001 | 100111 |
Color Harmonies of #131AB5
Complementary color
Monochromatic Colors of #131AB5
Black with #131AB5
Text Example
Text Example
White with #131AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AB5; }
p { color: rgb(19,26,181); }
H1.HeaderClassName
{
color: #131AB5;
}
.AnyTagClassName
{
color: #131AB5;
}
</style>
background-color css
<style>
a { background-color: #131AB5; }
a { background-color: rgb(19,26,181); }
div.DivClassName
{
background-color: #131AB5;
}
.BgClassName
{
background-color: #131AB5;
}
</style>
border-color css
<style>
span { border-color: #131AB5; }
span { border-color: rgb(19,26,181); }
td.TdClassName
{
border-color: #131AB5;
}
.TagClassName
{
border-color: #131AB5;
}
</style>