Shades of Egyptian Blue #131BAC
Tints of Egyptian Blue #131BAC
RGB
CMYK
RGB Variations
Color information
#131BAC (or 0x131BAC) is known color: Egyptian Blue. HEX triplet: 13, 1B and AC. RGB value is (19,27,172). Sum of RGB (Red+Green+Blue) = 19+27+172=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #131BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BAC is #ECE453. Grayscale: #282828. Windows color (decimal): -15524948 or 11279123. OLE color: 11279123.
HSL color Cylindrical-coordinate representation of color #131BAC: hue angle of 236.86º 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 #131BAC is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 27 | 172 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.33 |
| HSL | 236.86º | 0.8% | 0.37% | - |
| HSV(B) | 236.86º | 0.89% | 0.67% | - |
| XYZ | 8.11 | 3.9 | 39.36 | - |
| YUV | 41.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 172 | 0.89 | 0.84 | 0 | 0.33 | 236.86 | 0.8 | 0.37 |
| Hex | 13 | 1B | AC | 59 | 54 | 0 | 21 | ED | 50 | 25 |
| Octal | 23 | 33 | 254 | 131 | 124 | 0 | 41 | 355 | 120 | 45 |
| Binary | 10011 | 11011 | 10101100 | 1011001 | 1010100 | 0 | 100001 | 11101101 | 1010000 | 100101 |
Color Harmonies of #131BAC
Complementary color
Monochromatic Colors of #131BAC
Black with #131BAC
Text Example
Text Example
White with #131BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BAC; }
p { color: rgb(19,27,172); }
H1.HeaderClassName
{
color: #131BAC;
}
.AnyTagClassName
{
color: #131BAC;
}
</style>
background-color css
<style>
a { background-color: #131BAC; }
a { background-color: rgb(19,27,172); }
div.DivClassName
{
background-color: #131BAC;
}
.BgClassName
{
background-color: #131BAC;
}
</style>
border-color css
<style>
span { border-color: #131BAC; }
span { border-color: rgb(19,27,172); }
td.TdClassName
{
border-color: #131BAC;
}
.TagClassName
{
border-color: #131BAC;
}
</style>