Shades of Egyptian Blue #131CAB
Tints of Egyptian Blue #131CAB
RGB
CMYK
RGB Variations
Color information
#131CAB (or 0x131CAB) is known color: Egyptian Blue. HEX triplet: 13, 1C and AB. RGB value is (19,28,171). Sum of RGB (Red+Green+Blue) = 19+28+171=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #131CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131CAB is #ECE354. Grayscale: #292929. Windows color (decimal): -15524693 or 11213843. OLE color: 11213843.
HSL color Cylindrical-coordinate representation of color #131CAB: hue angle of 236.45º 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 #131CAB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 28 | 171 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.33 |
| HSL | 236.45º | 0.8% | 0.37% | - |
| HSV(B) | 236.45º | 0.89% | 0.67% | - |
| XYZ | 8.03 | 3.91 | 38.86 | - |
| YUV | 41.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 171 | 0.89 | 0.84 | 0 | 0.33 | 236.45 | 0.8 | 0.37 |
| Hex | 13 | 1C | AB | 59 | 54 | 0 | 21 | EC | 50 | 25 |
| Octal | 23 | 34 | 253 | 131 | 124 | 0 | 41 | 354 | 120 | 45 |
| Binary | 10011 | 11100 | 10101011 | 1011001 | 1010100 | 0 | 100001 | 11101100 | 1010000 | 100101 |
Color Harmonies of #131CAB
Complementary color
Monochromatic Colors of #131CAB
Black with #131CAB
Text Example
Text Example
White with #131CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CAB; }
p { color: rgb(19,28,171); }
H1.HeaderClassName
{
color: #131CAB;
}
.AnyTagClassName
{
color: #131CAB;
}
</style>
background-color css
<style>
a { background-color: #131CAB; }
a { background-color: rgb(19,28,171); }
div.DivClassName
{
background-color: #131CAB;
}
.BgClassName
{
background-color: #131CAB;
}
</style>
border-color css
<style>
span { border-color: #131CAB; }
span { border-color: rgb(19,28,171); }
td.TdClassName
{
border-color: #131CAB;
}
.TagClassName
{
border-color: #131CAB;
}
</style>