Shades of Blue #131AED
Tints of Blue #131AED
RGB
CMYK
RGB Variations
Color information
#131AED (or 0x131AED) is known color: Blue. HEX triplet: 13, 1A and ED. RGB value is (19,26,237). Sum of RGB (Red+Green+Blue) = 19+26+237=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #131AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AED is #ECE512. Grayscale: #2F2F2F. Windows color (decimal): -15525139 or 15538707. OLE color: 15538707.
HSL color Cylindrical-coordinate representation of color #131AED: hue angle of 238.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131AED is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 26 | 237 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.07 |
| HSL | 238.07º | 0.86% | 0.5% | - |
| HSV(B) | 238.07º | 0.92% | 0.93% | - |
| XYZ | 15.92 | 6.99 | 80.63 | - |
| YUV | 47.96 | 234.68 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 237 | 0.92 | 0.89 | 0 | 0.07 | 238.07 | 0.86 | 0.5 |
| Hex | 13 | 1A | ED | 5C | 59 | 0 | 7 | EE | 56 | 32 |
| Octal | 23 | 32 | 355 | 134 | 131 | 0 | 7 | 356 | 126 | 62 |
| Binary | 10011 | 11010 | 11101101 | 1011100 | 1011001 | 0 | 111 | 11101110 | 1010110 | 110010 |
Color Harmonies of #131AED
Complementary color
Monochromatic Colors of #131AED
Black with #131AED
Text Example
Text Example
White with #131AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AED; }
p { color: rgb(19,26,237); }
H1.HeaderClassName
{
color: #131AED;
}
.AnyTagClassName
{
color: #131AED;
}
</style>
background-color css
<style>
a { background-color: #131AED; }
a { background-color: rgb(19,26,237); }
div.DivClassName
{
background-color: #131AED;
}
.BgClassName
{
background-color: #131AED;
}
</style>
border-color css
<style>
span { border-color: #131AED; }
span { border-color: rgb(19,26,237); }
td.TdClassName
{
border-color: #131AED;
}
.TagClassName
{
border-color: #131AED;
}
</style>