Shades of Blue #131EFB
Tints of Blue #131EFB
RGB
CMYK
RGB Variations
Color information
#131EFB (or 0x131EFB) is known color: Blue. HEX triplet: 13, 1E and FB. RGB value is (19,30,251). Sum of RGB (Red+Green+Blue) = 19+30+251=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #131EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EFB is #ECE104. Grayscale: #333333. Windows color (decimal): -15524101 or 16457235. OLE color: 16457235.
HSL color Cylindrical-coordinate representation of color #131EFB: hue angle of 237.16º 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 #131EFB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 30 | 251 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.16º | 0.97% | 0.53% | - |
| HSV(B) | 237.16º | 0.92% | 0.98% | - |
| XYZ | 18.15 | 8.03 | 91.86 | - |
| YUV | 51.91 | 240.36 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 251 | 0.92 | 0.88 | 0 | 0.02 | 237.16 | 0.97 | 0.53 |
| Hex | 13 | 1E | FB | 5C | 58 | 0 | 2 | ED | 61 | 35 |
| Octal | 23 | 36 | 373 | 134 | 130 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10011 | 11110 | 11111011 | 1011100 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #131EFB
Complementary color
Monochromatic Colors of #131EFB
Black with #131EFB
Text Example
Text Example
White with #131EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EFB; }
p { color: rgb(19,30,251); }
H1.HeaderClassName
{
color: #131EFB;
}
.AnyTagClassName
{
color: #131EFB;
}
</style>
background-color css
<style>
a { background-color: #131EFB; }
a { background-color: rgb(19,30,251); }
div.DivClassName
{
background-color: #131EFB;
}
.BgClassName
{
background-color: #131EFB;
}
</style>
border-color css
<style>
span { border-color: #131EFB; }
span { border-color: rgb(19,30,251); }
td.TdClassName
{
border-color: #131EFB;
}
.TagClassName
{
border-color: #131EFB;
}
</style>