Shades of Egyptian Blue #131DA2
Tints of Egyptian Blue #131DA2
RGB
CMYK
RGB Variations
Color information
#131DA2 (or 0x131DA2) is known color: Egyptian Blue. HEX triplet: 13, 1D and A2. RGB value is (19,29,162). Sum of RGB (Red+Green+Blue) = 19+29+162=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 162 (63.67% from 255 or 77.14% from 210); Max value from RGB is 162 - color contains mainly: blue. Hex color #131DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DA2 is #ECE25D. Grayscale: #282828. Windows color (decimal): -15524446 or 10624275. OLE color: 10624275.
HSL color Cylindrical-coordinate representation of color #131DA2: hue angle of 235.8º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131DA2 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 29 | 162 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.36 |
| HSL | 235.8º | 0.79% | 0.35% | - |
| HSV(B) | 235.8º | 0.88% | 0.64% | - |
| XYZ | 7.23 | 3.63 | 34.5 | - |
| YUV | 41.17 | 196.19 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 162 | 0.88 | 0.82 | 0 | 0.36 | 235.8 | 0.79 | 0.35 |
| Hex | 13 | 1D | A2 | 58 | 52 | 0 | 24 | EC | 4F | 23 |
| Octal | 23 | 35 | 242 | 130 | 122 | 0 | 44 | 354 | 117 | 43 |
| Binary | 10011 | 11101 | 10100010 | 1011000 | 1010010 | 0 | 100100 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131DA2
Complementary color
Monochromatic Colors of #131DA2
Black with #131DA2
Text Example
Text Example
White with #131DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DA2; }
p { color: rgb(19,29,162); }
H1.HeaderClassName
{
color: #131DA2;
}
.AnyTagClassName
{
color: #131DA2;
}
</style>
background-color css
<style>
a { background-color: #131DA2; }
a { background-color: rgb(19,29,162); }
div.DivClassName
{
background-color: #131DA2;
}
.BgClassName
{
background-color: #131DA2;
}
</style>
border-color css
<style>
span { border-color: #131DA2; }
span { border-color: rgb(19,29,162); }
td.TdClassName
{
border-color: #131DA2;
}
.TagClassName
{
border-color: #131DA2;
}
</style>