Shades of Blue #1313FF
Tints of Blue #1313FF
RGB
CMYK
RGB Variations
Color information
#1313FF (or 0x1313FF) is known color: Blue. HEX triplet: 13, 13 and FF. RGB value is (19,19,255). Sum of RGB (Red+Green+Blue) = 19+19+255=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #1313FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1313FF is #ECEC00. Grayscale: #2C2C2C. Windows color (decimal): -15526913 or 16716563. OLE color: 16716563.
HSL color Cylindrical-coordinate representation of color #1313FF: hue angle of 240º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1313FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 19 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 240º | 1% | 0.54% | - |
| HSV(B) | 240º | 0.93% | 1% | - |
| XYZ | 18.55 | 7.82 | 95.14 | - |
| YUV | 45.9 | 246 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 255 | 0.93 | 0.93 | 0 | 0 | 240 | 1 | 0.54 |
| Hex | 13 | 13 | FF | 5D | 5D | 0 | 0 | F0 | 64 | 36 |
| Octal | 23 | 23 | 377 | 135 | 135 | 0 | 0 | 360 | 144 | 66 |
| Binary | 10011 | 10011 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100100 | 110110 |
Color Harmonies of #1313FF
Complementary color
Monochromatic Colors of #1313FF
Black with #1313FF
Text Example
Text Example
White with #1313FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1313FF; }
p { color: rgb(19,19,255); }
H1.HeaderClassName
{
color: #1313FF;
}
.AnyTagClassName
{
color: #1313FF;
}
</style>
background-color css
<style>
a { background-color: #1313FF; }
a { background-color: rgb(19,19,255); }
div.DivClassName
{
background-color: #1313FF;
}
.BgClassName
{
background-color: #1313FF;
}
</style>
border-color css
<style>
span { border-color: #1313FF; }
span { border-color: rgb(19,19,255); }
td.TdClassName
{
border-color: #1313FF;
}
.TagClassName
{
border-color: #1313FF;
}
</style>