Shades of Blue #1313FA
Tints of Blue #1313FA
RGB
CMYK
RGB Variations
Color information
#1313FA (or 0x1313FA) is known color: Blue. HEX triplet: 13, 13 and FA. RGB value is (19,19,250). Sum of RGB (Red+Green+Blue) = 19+19+250=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #1313FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1313FA is #ECEC05. Grayscale: #2C2C2C. Windows color (decimal): -15526918 or 16388883. OLE color: 16388883.
HSL color Cylindrical-coordinate representation of color #1313FA: hue angle of 240º degrees, saturation: 0.96, 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 #1313FA is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 19 | 250 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.53% | - |
| HSV(B) | 240º | 0.92% | 0.98% | - |
| XYZ | 17.76 | 7.51 | 90.96 | - |
| YUV | 45.33 | 243.5 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 250 | 0.92 | 0.92 | 0 | 0.02 | 240 | 0.96 | 0.53 |
| Hex | 13 | 13 | FA | 5C | 5C | 0 | 2 | F0 | 60 | 35 |
| Octal | 23 | 23 | 372 | 134 | 134 | 0 | 2 | 360 | 140 | 65 |
| Binary | 10011 | 10011 | 11111010 | 1011100 | 1011100 | 0 | 10 | 11110000 | 1100000 | 110101 |
Color Harmonies of #1313FA
Complementary color
Monochromatic Colors of #1313FA
Black with #1313FA
Text Example
Text Example
White with #1313FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1313FA; }
p { color: rgb(19,19,250); }
H1.HeaderClassName
{
color: #1313FA;
}
.AnyTagClassName
{
color: #1313FA;
}
</style>
background-color css
<style>
a { background-color: #1313FA; }
a { background-color: rgb(19,19,250); }
div.DivClassName
{
background-color: #1313FA;
}
.BgClassName
{
background-color: #1313FA;
}
</style>
border-color css
<style>
span { border-color: #1313FA; }
span { border-color: rgb(19,19,250); }
td.TdClassName
{
border-color: #1313FA;
}
.TagClassName
{
border-color: #1313FA;
}
</style>