Shades of Egyptian Blue #131BA8
Tints of Egyptian Blue #131BA8
RGB
CMYK
RGB Variations
Color information
#131BA8 (or 0x131BA8) is known color: Egyptian Blue. HEX triplet: 13, 1B and A8. RGB value is (19,27,168). Sum of RGB (Red+Green+Blue) = 19+27+168=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 168 (66.02% from 255 or 78.50% from 214); Max value from RGB is 168 - color contains mainly: blue. Hex color #131BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BA8 is #ECE457. Grayscale: #282828. Windows color (decimal): -15524952 or 11016979. OLE color: 11016979.
HSL color Cylindrical-coordinate representation of color #131BA8: hue angle of 236.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131BA8 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 27 | 168 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.34 |
| HSL | 236.78º | 0.8% | 0.37% | - |
| HSV(B) | 236.78º | 0.89% | 0.66% | - |
| XYZ | 7.73 | 3.75 | 37.36 | - |
| YUV | 40.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 168 | 0.89 | 0.84 | 0 | 0.34 | 236.78 | 0.8 | 0.37 |
| Hex | 13 | 1B | A8 | 59 | 54 | 0 | 22 | ED | 50 | 25 |
| Octal | 23 | 33 | 250 | 131 | 124 | 0 | 42 | 355 | 120 | 45 |
| Binary | 10011 | 11011 | 10101000 | 1011001 | 1010100 | 0 | 100010 | 11101101 | 1010000 | 100101 |
Color Harmonies of #131BA8
Complementary color
Monochromatic Colors of #131BA8
Black with #131BA8
Text Example
Text Example
White with #131BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BA8; }
p { color: rgb(19,27,168); }
H1.HeaderClassName
{
color: #131BA8;
}
.AnyTagClassName
{
color: #131BA8;
}
</style>
background-color css
<style>
a { background-color: #131BA8; }
a { background-color: rgb(19,27,168); }
div.DivClassName
{
background-color: #131BA8;
}
.BgClassName
{
background-color: #131BA8;
}
</style>
border-color css
<style>
span { border-color: #131BA8; }
span { border-color: rgb(19,27,168); }
td.TdClassName
{
border-color: #131BA8;
}
.TagClassName
{
border-color: #131BA8;
}
</style>