Shades of Egyptian Blue #131EAB
Tints of Egyptian Blue #131EAB
RGB
CMYK
RGB Variations
Color information
#131EAB (or 0x131EAB) is known color: Egyptian Blue. HEX triplet: 13, 1E and AB. RGB value is (19,30,171). Sum of RGB (Red+Green+Blue) = 19+30+171=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #131EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131EAB is #ECE154. Grayscale: #2A2A2A. Windows color (decimal): -15524181 or 11214355. OLE color: 11214355.
HSL color Cylindrical-coordinate representation of color #131EAB: hue angle of 235.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131EAB is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 30 | 171 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.33 |
| HSL | 235.66º | 0.8% | 0.37% | - |
| HSV(B) | 235.66º | 0.89% | 0.67% | - |
| XYZ | 8.08 | 4.01 | 38.88 | - |
| YUV | 42.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 171 | 0.89 | 0.82 | 0 | 0.33 | 235.66 | 0.8 | 0.37 |
| Hex | 13 | 1E | AB | 59 | 52 | 0 | 21 | EC | 50 | 25 |
| Octal | 23 | 36 | 253 | 131 | 122 | 0 | 41 | 354 | 120 | 45 |
| Binary | 10011 | 11110 | 10101011 | 1011001 | 1010010 | 0 | 100001 | 11101100 | 1010000 | 100101 |
Color Harmonies of #131EAB
Complementary color
Monochromatic Colors of #131EAB
Black with #131EAB
Text Example
Text Example
White with #131EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EAB; }
p { color: rgb(19,30,171); }
H1.HeaderClassName
{
color: #131EAB;
}
.AnyTagClassName
{
color: #131EAB;
}
</style>
background-color css
<style>
a { background-color: #131EAB; }
a { background-color: rgb(19,30,171); }
div.DivClassName
{
background-color: #131EAB;
}
.BgClassName
{
background-color: #131EAB;
}
</style>
border-color css
<style>
span { border-color: #131EAB; }
span { border-color: rgb(19,30,171); }
td.TdClassName
{
border-color: #131EAB;
}
.TagClassName
{
border-color: #131EAB;
}
</style>