Shades of Blue #013BFE
Tints of Blue #013BFE
RGB
CMYK
RGB Variations
Color information
#013BFE (or 0x013BFE) is known color: Blue. HEX triplet: 01, 3B and FE. RGB value is (1,59,254). Sum of RGB (Red+Green+Blue) = 1+59+254=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #013BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BFE is #FEC401. Grayscale: #3F3F3F. Windows color (decimal): -16696322 or 16661249. OLE color: 16661249.
HSL color Cylindrical-coordinate representation of color #013BFE: hue angle of 226.25º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013BFE is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 59 | 254 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.00 |
| HSL | 226.25º | 0.99% | 0.5% | - |
| HSV(B) | 226.25º | 1% | 1% | - |
| XYZ | 19.47 | 10.29 | 94.73 | - |
| YUV | 63.89 | 235.28 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 254 | 1.00 | 0.77 | 0 | 0.00 | 226.25 | 0.99 | 0.5 |
| Hex | 1 | 3B | FE | 64 | 4D | 0 | 0 | E2 | 63 | 32 |
| Octal | 1 | 73 | 376 | 144 | 115 | 0 | 0 | 342 | 143 | 62 |
| Binary | 1 | 111011 | 11111110 | 1100100 | 1001101 | 0 | 0 | 11100010 | 1100011 | 110010 |
Color Harmonies of #013BFE
Complementary color
Monochromatic Colors of #013BFE
Black with #013BFE
Text Example
Text Example
White with #013BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BFE; }
p { color: rgb(1,59,254); }
H1.HeaderClassName
{
color: #013BFE;
}
.AnyTagClassName
{
color: #013BFE;
}
</style>
background-color css
<style>
a { background-color: #013BFE; }
a { background-color: rgb(1,59,254); }
div.DivClassName
{
background-color: #013BFE;
}
.BgClassName
{
background-color: #013BFE;
}
</style>
border-color css
<style>
span { border-color: #013BFE; }
span { border-color: rgb(1,59,254); }
td.TdClassName
{
border-color: #013BFE;
}
.TagClassName
{
border-color: #013BFE;
}
</style>