Shades of Egyptian Blue #131AAC
Tints of Egyptian Blue #131AAC
RGB
CMYK
RGB Variations
Color information
#131AAC (or 0x131AAC) is known color: Egyptian Blue. HEX triplet: 13, 1A and AC. RGB value is (19,26,172). Sum of RGB (Red+Green+Blue) = 19+26+172=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #131AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131AAC is #ECE553. Grayscale: #272727. Windows color (decimal): -15525204 or 11278867. OLE color: 11278867.
HSL color Cylindrical-coordinate representation of color #131AAC: hue angle of 237.25º 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 #131AAC is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 26 | 172 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.33 |
| HSL | 237.25º | 0.8% | 0.37% | - |
| HSV(B) | 237.25º | 0.89% | 0.67% | - |
| XYZ | 8.08 | 3.86 | 39.35 | - |
| YUV | 40.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 172 | 0.89 | 0.85 | 0 | 0.33 | 237.25 | 0.8 | 0.37 |
| Hex | 13 | 1A | AC | 59 | 55 | 0 | 21 | ED | 50 | 25 |
| Octal | 23 | 32 | 254 | 131 | 125 | 0 | 41 | 355 | 120 | 45 |
| Binary | 10011 | 11010 | 10101100 | 1011001 | 1010101 | 0 | 100001 | 11101101 | 1010000 | 100101 |
Color Harmonies of #131AAC
Complementary color
Monochromatic Colors of #131AAC
Black with #131AAC
Text Example
Text Example
White with #131AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AAC; }
p { color: rgb(19,26,172); }
H1.HeaderClassName
{
color: #131AAC;
}
.AnyTagClassName
{
color: #131AAC;
}
</style>
background-color css
<style>
a { background-color: #131AAC; }
a { background-color: rgb(19,26,172); }
div.DivClassName
{
background-color: #131AAC;
}
.BgClassName
{
background-color: #131AAC;
}
</style>
border-color css
<style>
span { border-color: #131AAC; }
span { border-color: rgb(19,26,172); }
td.TdClassName
{
border-color: #131AAC;
}
.TagClassName
{
border-color: #131AAC;
}
</style>