Shades of Blue #131FF0
Tints of Blue #131FF0
RGB
CMYK
RGB Variations
Color information
#131FF0 (or 0x131FF0) is known color: Blue. HEX triplet: 13, 1F and F0. RGB value is (19,31,240). Sum of RGB (Red+Green+Blue) = 19+31+240=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 240 (94.14% from 255 or 82.76% from 290); Max value from RGB is 240 - color contains mainly: blue. Hex color #131FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FF0 is #ECE00F. Grayscale: #323232. Windows color (decimal): -15523856 or 15736595. OLE color: 15736595.
HSL color Cylindrical-coordinate representation of color #131FF0: hue angle of 236.74º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131FF0 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 31 | 240 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.06 |
| HSL | 236.74º | 0.88% | 0.51% | - |
| HSV(B) | 236.74º | 0.92% | 0.94% | - |
| XYZ | 16.49 | 7.41 | 83 | - |
| YUV | 51.24 | 234.52 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 240 | 0.92 | 0.87 | 0 | 0.06 | 236.74 | 0.88 | 0.51 |
| Hex | 13 | 1F | F0 | 5C | 57 | 0 | 6 | ED | 58 | 33 |
| Octal | 23 | 37 | 360 | 134 | 127 | 0 | 6 | 355 | 130 | 63 |
| Binary | 10011 | 11111 | 11110000 | 1011100 | 1010111 | 0 | 110 | 11101101 | 1011000 | 110011 |
Color Harmonies of #131FF0
Complementary color
Monochromatic Colors of #131FF0
Black with #131FF0
Text Example
Text Example
White with #131FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FF0; }
p { color: rgb(19,31,240); }
H1.HeaderClassName
{
color: #131FF0;
}
.AnyTagClassName
{
color: #131FF0;
}
</style>
background-color css
<style>
a { background-color: #131FF0; }
a { background-color: rgb(19,31,240); }
div.DivClassName
{
background-color: #131FF0;
}
.BgClassName
{
background-color: #131FF0;
}
</style>
border-color css
<style>
span { border-color: #131FF0; }
span { border-color: rgb(19,31,240); }
td.TdClassName
{
border-color: #131FF0;
}
.TagClassName
{
border-color: #131FF0;
}
</style>