Shades of Egyptian Blue #131CA8
Tints of Egyptian Blue #131CA8
RGB
CMYK
RGB Variations
Color information
#131CA8 (or 0x131CA8) is known color: Egyptian Blue. HEX triplet: 13, 1C and A8. RGB value is (19,28,168). Sum of RGB (Red+Green+Blue) = 19+28+168=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 168 (66.02% from 255 or 78.14% from 215); Max value from RGB is 168 - color contains mainly: blue. Hex color #131CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131CA8 is #ECE357. Grayscale: #282828. Windows color (decimal): -15524696 or 11017235. OLE color: 11017235.
HSL color Cylindrical-coordinate representation of color #131CA8: hue angle of 236.38º 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 #131CA8 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 28 | 168 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.34 |
| HSL | 236.38º | 0.8% | 0.37% | - |
| HSV(B) | 236.38º | 0.89% | 0.66% | - |
| XYZ | 7.75 | 3.8 | 37.37 | - |
| YUV | 41.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 168 | 0.89 | 0.83 | 0 | 0.34 | 236.38 | 0.8 | 0.37 |
| Hex | 13 | 1C | A8 | 59 | 53 | 0 | 22 | EC | 50 | 25 |
| Octal | 23 | 34 | 250 | 131 | 123 | 0 | 42 | 354 | 120 | 45 |
| Binary | 10011 | 11100 | 10101000 | 1011001 | 1010011 | 0 | 100010 | 11101100 | 1010000 | 100101 |
Color Harmonies of #131CA8
Complementary color
Monochromatic Colors of #131CA8
Black with #131CA8
Text Example
Text Example
White with #131CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CA8; }
p { color: rgb(19,28,168); }
H1.HeaderClassName
{
color: #131CA8;
}
.AnyTagClassName
{
color: #131CA8;
}
</style>
background-color css
<style>
a { background-color: #131CA8; }
a { background-color: rgb(19,28,168); }
div.DivClassName
{
background-color: #131CA8;
}
.BgClassName
{
background-color: #131CA8;
}
</style>
border-color css
<style>
span { border-color: #131CA8; }
span { border-color: rgb(19,28,168); }
td.TdClassName
{
border-color: #131CA8;
}
.TagClassName
{
border-color: #131CA8;
}
</style>