Shades of Blue #1310FA
Tints of Blue #1310FA
RGB
CMYK
RGB Variations
Color information
#1310FA (or 0x1310FA) is known color: Blue. HEX triplet: 13, 10 and FA. RGB value is (19,16,250). Sum of RGB (Red+Green+Blue) = 19+16+250=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #1310FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1310FA is #ECEF05. Grayscale: #2A2A2A. Windows color (decimal): -15527686 or 16388115. OLE color: 16388115.
HSL color Cylindrical-coordinate representation of color #1310FA: hue angle of 240.77º degrees, saturation: 0.96, 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 #1310FA is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 16 | 250 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.02 |
| HSL | 240.77º | 0.96% | 0.52% | - |
| HSV(B) | 240.77º | 0.94% | 0.98% | - |
| XYZ | 17.71 | 7.41 | 90.94 | - |
| YUV | 43.57 | 244.49 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 250 | 0.92 | 0.94 | 0 | 0.02 | 240.77 | 0.96 | 0.52 |
| Hex | 13 | 10 | FA | 5C | 5E | 0 | 2 | F1 | 60 | 34 |
| Octal | 23 | 20 | 372 | 134 | 136 | 0 | 2 | 361 | 140 | 64 |
| Binary | 10011 | 10000 | 11111010 | 1011100 | 1011110 | 0 | 10 | 11110001 | 1100000 | 110100 |
Color Harmonies of #1310FA
Complementary color
Monochromatic Colors of #1310FA
Black with #1310FA
Text Example
Text Example
White with #1310FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1310FA; }
p { color: rgb(19,16,250); }
H1.HeaderClassName
{
color: #1310FA;
}
.AnyTagClassName
{
color: #1310FA;
}
</style>
background-color css
<style>
a { background-color: #1310FA; }
a { background-color: rgb(19,16,250); }
div.DivClassName
{
background-color: #1310FA;
}
.BgClassName
{
background-color: #1310FA;
}
</style>
border-color css
<style>
span { border-color: #1310FA; }
span { border-color: rgb(19,16,250); }
td.TdClassName
{
border-color: #1310FA;
}
.TagClassName
{
border-color: #1310FA;
}
</style>