Shades of Blue #013AFF
Tints of Blue #013AFF
RGB
CMYK
RGB Variations
Color information
#013AFF (or 0x013AFF) is known color: Blue. HEX triplet: 01, 3A and FF. RGB value is (1,58,255). Sum of RGB (Red+Green+Blue) = 1+58+255=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #013AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AFF is #FEC500. Grayscale: #3E3E3E. Windows color (decimal): -16696577 or 16726529. OLE color: 16726529.
HSL color Cylindrical-coordinate representation of color #013AFF: hue angle of 226.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AFF is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 58 | 255 | - |
| CMYK | 1.00 | 0.77 | 0 | 0 |
| HSL | 226.54º | 1% | 0.5% | - |
| HSV(B) | 226.54º | 1% | 1% | - |
| XYZ | 19.58 | 10.25 | 95.55 | - |
| YUV | 63.42 | 236.12 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 255 | 1.00 | 0.77 | 0 | 0 | 226.54 | 1 | 0.5 |
| Hex | 1 | 3A | FF | 64 | 4D | 0 | 0 | E3 | 64 | 32 |
| Octal | 1 | 72 | 377 | 144 | 115 | 0 | 0 | 343 | 144 | 62 |
| Binary | 1 | 111010 | 11111111 | 1100100 | 1001101 | 0 | 0 | 11100011 | 1100100 | 110010 |
Color Harmonies of #013AFF
Complementary color
Monochromatic Colors of #013AFF
Black with #013AFF
Text Example
Text Example
White with #013AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AFF; }
p { color: rgb(1,58,255); }
H1.HeaderClassName
{
color: #013AFF;
}
.AnyTagClassName
{
color: #013AFF;
}
</style>
background-color css
<style>
a { background-color: #013AFF; }
a { background-color: rgb(1,58,255); }
div.DivClassName
{
background-color: #013AFF;
}
.BgClassName
{
background-color: #013AFF;
}
</style>
border-color css
<style>
span { border-color: #013AFF; }
span { border-color: rgb(1,58,255); }
td.TdClassName
{
border-color: #013AFF;
}
.TagClassName
{
border-color: #013AFF;
}
</style>