Shades of Blue #131DFB
Tints of Blue #131DFB
RGB
CMYK
RGB Variations
Color information
#131DFB (or 0x131DFB) is known color: Blue. HEX triplet: 13, 1D and FB. RGB value is (19,29,251). Sum of RGB (Red+Green+Blue) = 19+29+251=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #131DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131DFB is #ECE204. Grayscale: #323232. Windows color (decimal): -15524357 or 16456979. OLE color: 16456979.
HSL color Cylindrical-coordinate representation of color #131DFB: hue angle of 237.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131DFB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 29 | 251 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.41º | 0.97% | 0.53% | - |
| HSV(B) | 237.41º | 0.92% | 0.98% | - |
| XYZ | 18.12 | 7.98 | 91.85 | - |
| YUV | 51.32 | 240.69 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 251 | 0.92 | 0.88 | 0 | 0.02 | 237.41 | 0.97 | 0.53 |
| Hex | 13 | 1D | FB | 5C | 58 | 0 | 2 | ED | 61 | 35 |
| Octal | 23 | 35 | 373 | 134 | 130 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10011 | 11101 | 11111011 | 1011100 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #131DFB
Complementary color
Monochromatic Colors of #131DFB
Black with #131DFB
Text Example
Text Example
White with #131DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DFB; }
p { color: rgb(19,29,251); }
H1.HeaderClassName
{
color: #131DFB;
}
.AnyTagClassName
{
color: #131DFB;
}
</style>
background-color css
<style>
a { background-color: #131DFB; }
a { background-color: rgb(19,29,251); }
div.DivClassName
{
background-color: #131DFB;
}
.BgClassName
{
background-color: #131DFB;
}
</style>
border-color css
<style>
span { border-color: #131DFB; }
span { border-color: rgb(19,29,251); }
td.TdClassName
{
border-color: #131DFB;
}
.TagClassName
{
border-color: #131DFB;
}
</style>