Shades of Blue #131FEF
Tints of Blue #131FEF
RGB
CMYK
RGB Variations
Color information
#131FEF (or 0x131FEF) is known color: Blue. HEX triplet: 13, 1F and EF. RGB value is (19,31,239). Sum of RGB (Red+Green+Blue) = 19+31+239=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #131FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FEF is #ECE010. Grayscale: #323232. Windows color (decimal): -15523857 or 15671059. OLE color: 15671059.
HSL color Cylindrical-coordinate representation of color #131FEF: hue angle of 236.73º degrees, saturation: 0.87, 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 #131FEF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 31 | 239 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.06 |
| HSL | 236.73º | 0.87% | 0.51% | - |
| HSV(B) | 236.73º | 0.92% | 0.94% | - |
| XYZ | 16.34 | 7.35 | 82.22 | - |
| YUV | 51.12 | 234.02 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 239 | 0.92 | 0.87 | 0 | 0.06 | 236.73 | 0.87 | 0.51 |
| Hex | 13 | 1F | EF | 5C | 57 | 0 | 6 | ED | 57 | 33 |
| Octal | 23 | 37 | 357 | 134 | 127 | 0 | 6 | 355 | 127 | 63 |
| Binary | 10011 | 11111 | 11101111 | 1011100 | 1010111 | 0 | 110 | 11101101 | 1010111 | 110011 |
Color Harmonies of #131FEF
Complementary color
Monochromatic Colors of #131FEF
Black with #131FEF
Text Example
Text Example
White with #131FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FEF; }
p { color: rgb(19,31,239); }
H1.HeaderClassName
{
color: #131FEF;
}
.AnyTagClassName
{
color: #131FEF;
}
</style>
background-color css
<style>
a { background-color: #131FEF; }
a { background-color: rgb(19,31,239); }
div.DivClassName
{
background-color: #131FEF;
}
.BgClassName
{
background-color: #131FEF;
}
</style>
border-color css
<style>
span { border-color: #131FEF; }
span { border-color: rgb(19,31,239); }
td.TdClassName
{
border-color: #131FEF;
}
.TagClassName
{
border-color: #131FEF;
}
</style>