Shades of Blue #131FFF
Tints of Blue #131FFF
RGB
CMYK
RGB Variations
Color information
#131FFF (or 0x131FFF) is known color: Blue. HEX triplet: 13, 1F and FF. RGB value is (19,31,255). Sum of RGB (Red+Green+Blue) = 19+31+255=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #131FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FFF is #ECE000. Grayscale: #343434. Windows color (decimal): -15523841 or 16719635. OLE color: 16719635.
HSL color Cylindrical-coordinate representation of color #131FFF: hue angle of 236.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #131FFF is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 31 | 255 | - |
| CMYK | 0.93 | 0.88 | 0 | 0 |
| HSL | 236.95º | 1% | 0.54% | - |
| HSV(B) | 236.95º | 0.93% | 1% | - |
| XYZ | 18.81 | 8.34 | 95.23 | - |
| YUV | 52.95 | 242.02 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 255 | 0.93 | 0.88 | 0 | 0 | 236.95 | 1 | 0.54 |
| Hex | 13 | 1F | FF | 5D | 58 | 0 | 0 | ED | 64 | 36 |
| Octal | 23 | 37 | 377 | 135 | 130 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10011 | 11111 | 11111111 | 1011101 | 1011000 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #131FFF
Complementary color
Monochromatic Colors of #131FFF
Black with #131FFF
Text Example
Text Example
White with #131FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FFF; }
p { color: rgb(19,31,255); }
H1.HeaderClassName
{
color: #131FFF;
}
.AnyTagClassName
{
color: #131FFF;
}
</style>
background-color css
<style>
a { background-color: #131FFF; }
a { background-color: rgb(19,31,255); }
div.DivClassName
{
background-color: #131FFF;
}
.BgClassName
{
background-color: #131FFF;
}
</style>
border-color css
<style>
span { border-color: #131FFF; }
span { border-color: rgb(19,31,255); }
td.TdClassName
{
border-color: #131FFF;
}
.TagClassName
{
border-color: #131FFF;
}
</style>