Shades of Blue #013CFB
Tints of Blue #013CFB
RGB
CMYK
RGB Variations
Color information
#013CFB (or 0x013CFB) is known color: Blue. HEX triplet: 01, 3C and FB. RGB value is (1,60,251). Sum of RGB (Red+Green+Blue) = 1+60+251=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #013CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CFB is #FEC304. Grayscale: #3F3F3F. Windows color (decimal): -16696069 or 16464897. OLE color: 16464897.
HSL color Cylindrical-coordinate representation of color #013CFB: hue angle of 225.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CFB is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 60 | 251 | - |
| CMYK | 1.00 | 0.76 | 0 | 0.02 |
| HSL | 225.84º | 0.99% | 0.49% | - |
| HSV(B) | 225.84º | 1% | 0.98% | - |
| XYZ | 19.04 | 10.2 | 92.23 | - |
| YUV | 64.13 | 233.45 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 251 | 1.00 | 0.76 | 0 | 0.02 | 225.84 | 0.99 | 0.49 |
| Hex | 1 | 3C | FB | 64 | 4C | 0 | 2 | E2 | 63 | 31 |
| Octal | 1 | 74 | 373 | 144 | 114 | 0 | 2 | 342 | 143 | 61 |
| Binary | 1 | 111100 | 11111011 | 1100100 | 1001100 | 0 | 10 | 11100010 | 1100011 | 110001 |
Color Harmonies of #013CFB
Complementary color
Monochromatic Colors of #013CFB
Black with #013CFB
Text Example
Text Example
White with #013CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CFB; }
p { color: rgb(1,60,251); }
H1.HeaderClassName
{
color: #013CFB;
}
.AnyTagClassName
{
color: #013CFB;
}
</style>
background-color css
<style>
a { background-color: #013CFB; }
a { background-color: rgb(1,60,251); }
div.DivClassName
{
background-color: #013CFB;
}
.BgClassName
{
background-color: #013CFB;
}
</style>
border-color css
<style>
span { border-color: #013CFB; }
span { border-color: rgb(1,60,251); }
td.TdClassName
{
border-color: #013CFB;
}
.TagClassName
{
border-color: #013CFB;
}
</style>