Shades of Blue #131EF1
Tints of Blue #131EF1
RGB
CMYK
RGB Variations
Color information
#131EF1 (or 0x131EF1) is known color: Blue. HEX triplet: 13, 1E and F1. RGB value is (19,30,241). Sum of RGB (Red+Green+Blue) = 19+30+241=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 241 (94.53% from 255 or 83.10% from 290); Max value from RGB is 241 - color contains mainly: blue. Hex color #131EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EF1 is #ECE10E. Grayscale: #313131. Windows color (decimal): -15524111 or 15801875. OLE color: 15801875.
HSL color Cylindrical-coordinate representation of color #131EF1: hue angle of 237.03º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131EF1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 30 | 241 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.05 |
| HSL | 237.03º | 0.89% | 0.51% | - |
| HSV(B) | 237.03º | 0.92% | 0.95% | - |
| XYZ | 16.61 | 7.42 | 83.78 | - |
| YUV | 50.77 | 235.36 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 241 | 0.92 | 0.88 | 0 | 0.05 | 237.03 | 0.89 | 0.51 |
| Hex | 13 | 1E | F1 | 5C | 58 | 0 | 5 | ED | 59 | 33 |
| Octal | 23 | 36 | 361 | 134 | 130 | 0 | 5 | 355 | 131 | 63 |
| Binary | 10011 | 11110 | 11110001 | 1011100 | 1011000 | 0 | 101 | 11101101 | 1011001 | 110011 |
Color Harmonies of #131EF1
Complementary color
Monochromatic Colors of #131EF1
Black with #131EF1
Text Example
Text Example
White with #131EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EF1; }
p { color: rgb(19,30,241); }
H1.HeaderClassName
{
color: #131EF1;
}
.AnyTagClassName
{
color: #131EF1;
}
</style>
background-color css
<style>
a { background-color: #131EF1; }
a { background-color: rgb(19,30,241); }
div.DivClassName
{
background-color: #131EF1;
}
.BgClassName
{
background-color: #131EF1;
}
</style>
border-color css
<style>
span { border-color: #131EF1; }
span { border-color: rgb(19,30,241); }
td.TdClassName
{
border-color: #131EF1;
}
.TagClassName
{
border-color: #131EF1;
}
</style>