Shades of Blue #131BF7
Tints of Blue #131BF7
RGB
CMYK
RGB Variations
Color information
#131BF7 (or 0x131BF7) is known color: Blue. HEX triplet: 13, 1B and F7. RGB value is (19,27,247). Sum of RGB (Red+Green+Blue) = 19+27+247=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 247 (96.88% from 255 or 84.30% from 293); Max value from RGB is 247 - color contains mainly: blue. Hex color #131BF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131BF7 is #ECE408. Grayscale: #303030. Windows color (decimal): -15524873 or 16194323. OLE color: 16194323.
HSL color Cylindrical-coordinate representation of color #131BF7: hue angle of 237.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131BF7 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 27 | 247 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.03 |
| HSL | 237.89º | 0.93% | 0.52% | - |
| HSV(B) | 237.89º | 0.92% | 0.97% | - |
| XYZ | 17.45 | 7.64 | 88.55 | - |
| YUV | 49.69 | 239.35 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 247 | 0.92 | 0.89 | 0 | 0.03 | 237.89 | 0.93 | 0.52 |
| Hex | 13 | 1B | F7 | 5C | 59 | 0 | 3 | EE | 5D | 34 |
| Octal | 23 | 33 | 367 | 134 | 131 | 0 | 3 | 356 | 135 | 64 |
| Binary | 10011 | 11011 | 11110111 | 1011100 | 1011001 | 0 | 11 | 11101110 | 1011101 | 110100 |
Color Harmonies of #131BF7
Complementary color
Monochromatic Colors of #131BF7
Black with #131BF7
Text Example
Text Example
White with #131BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BF7; }
p { color: rgb(19,27,247); }
H1.HeaderClassName
{
color: #131BF7;
}
.AnyTagClassName
{
color: #131BF7;
}
</style>
background-color css
<style>
a { background-color: #131BF7; }
a { background-color: rgb(19,27,247); }
div.DivClassName
{
background-color: #131BF7;
}
.BgClassName
{
background-color: #131BF7;
}
</style>
border-color css
<style>
span { border-color: #131BF7; }
span { border-color: rgb(19,27,247); }
td.TdClassName
{
border-color: #131BF7;
}
.TagClassName
{
border-color: #131BF7;
}
</style>