Shades of Blue #1310FB
Tints of Blue #1310FB
RGB
CMYK
RGB Variations
Color information
#1310FB (or 0x1310FB) is known color: Blue. HEX triplet: 13, 10 and FB. RGB value is (19,16,251). Sum of RGB (Red+Green+Blue) = 19+16+251=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #1310FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1310FB is #ECEF04. Grayscale: #2A2A2A. Windows color (decimal): -15527685 or 16453651. OLE color: 16453651.
HSL color Cylindrical-coordinate representation of color #1310FB: hue angle of 240.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1310FB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 16 | 251 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.02 |
| HSL | 240.77º | 0.97% | 0.52% | - |
| HSV(B) | 240.77º | 0.94% | 0.98% | - |
| XYZ | 17.87 | 7.47 | 91.77 | - |
| YUV | 43.69 | 244.99 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 251 | 0.92 | 0.94 | 0 | 0.02 | 240.77 | 0.97 | 0.52 |
| Hex | 13 | 10 | FB | 5C | 5E | 0 | 2 | F1 | 61 | 34 |
| Octal | 23 | 20 | 373 | 134 | 136 | 0 | 2 | 361 | 141 | 64 |
| Binary | 10011 | 10000 | 11111011 | 1011100 | 1011110 | 0 | 10 | 11110001 | 1100001 | 110100 |
Color Harmonies of #1310FB
Complementary color
Monochromatic Colors of #1310FB
Black with #1310FB
Text Example
Text Example
White with #1310FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1310FB; }
p { color: rgb(19,16,251); }
H1.HeaderClassName
{
color: #1310FB;
}
.AnyTagClassName
{
color: #1310FB;
}
</style>
background-color css
<style>
a { background-color: #1310FB; }
a { background-color: rgb(19,16,251); }
div.DivClassName
{
background-color: #1310FB;
}
.BgClassName
{
background-color: #1310FB;
}
</style>
border-color css
<style>
span { border-color: #1310FB; }
span { border-color: rgb(19,16,251); }
td.TdClassName
{
border-color: #1310FB;
}
.TagClassName
{
border-color: #1310FB;
}
</style>