Shades of Blue #013FFF
Tints of Blue #013FFF
RGB
CMYK
RGB Variations
Color information
#013FFF (or 0x013FFF) is known color: Blue. HEX triplet: 01, 3F and FF. RGB value is (1,63,255). Sum of RGB (Red+Green+Blue) = 1+63+255=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #013FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013FFF is #FEC000. Grayscale: #414141. Windows color (decimal): -16695297 or 16727809. OLE color: 16727809.
HSL color Cylindrical-coordinate representation of color #013FFF: hue angle of 225.35º 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 #013FFF is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 63 | 255 | - |
| CMYK | 1.00 | 0.75 | 0 | 0 |
| HSL | 225.35º | 1% | 0.5% | - |
| HSV(B) | 225.35º | 1% | 1% | - |
| XYZ | 19.84 | 10.78 | 95.64 | - |
| YUV | 66.35 | 234.46 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 255 | 1.00 | 0.75 | 0 | 0 | 225.35 | 1 | 0.5 |
| Hex | 1 | 3F | FF | 64 | 4B | 0 | 0 | E1 | 64 | 32 |
| Octal | 1 | 77 | 377 | 144 | 113 | 0 | 0 | 341 | 144 | 62 |
| Binary | 1 | 111111 | 11111111 | 1100100 | 1001011 | 0 | 0 | 11100001 | 1100100 | 110010 |
Color Harmonies of #013FFF
Complementary color
Monochromatic Colors of #013FFF
Black with #013FFF
Text Example
Text Example
White with #013FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FFF; }
p { color: rgb(1,63,255); }
H1.HeaderClassName
{
color: #013FFF;
}
.AnyTagClassName
{
color: #013FFF;
}
</style>
background-color css
<style>
a { background-color: #013FFF; }
a { background-color: rgb(1,63,255); }
div.DivClassName
{
background-color: #013FFF;
}
.BgClassName
{
background-color: #013FFF;
}
</style>
border-color css
<style>
span { border-color: #013FFF; }
span { border-color: rgb(1,63,255); }
td.TdClassName
{
border-color: #013FFF;
}
.TagClassName
{
border-color: #013FFF;
}
</style>