Shades of Blue #013DFF
Tints of Blue #013DFF
RGB
CMYK
RGB Variations
Color information
#013DFF (or 0x013DFF) is known color: Blue. HEX triplet: 01, 3D and FF. RGB value is (1,61,255). Sum of RGB (Red+Green+Blue) = 1+61+255=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #013DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DFF is #FEC200. Grayscale: #404040. Windows color (decimal): -16695809 or 16727297. OLE color: 16727297.
HSL color Cylindrical-coordinate representation of color #013DFF: hue angle of 225.83º 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 #013DFF is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 61 | 255 | - |
| CMYK | 1.00 | 0.76 | 0 | 0 |
| HSL | 225.83º | 1% | 0.5% | - |
| HSV(B) | 225.83º | 1% | 1% | - |
| XYZ | 19.73 | 10.56 | 95.61 | - |
| YUV | 65.18 | 235.12 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 255 | 1.00 | 0.76 | 0 | 0 | 225.83 | 1 | 0.5 |
| Hex | 1 | 3D | FF | 64 | 4C | 0 | 0 | E2 | 64 | 32 |
| Octal | 1 | 75 | 377 | 144 | 114 | 0 | 0 | 342 | 144 | 62 |
| Binary | 1 | 111101 | 11111111 | 1100100 | 1001100 | 0 | 0 | 11100010 | 1100100 | 110010 |
Color Harmonies of #013DFF
Complementary color
Monochromatic Colors of #013DFF
Black with #013DFF
Text Example
Text Example
White with #013DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DFF; }
p { color: rgb(1,61,255); }
H1.HeaderClassName
{
color: #013DFF;
}
.AnyTagClassName
{
color: #013DFF;
}
</style>
background-color css
<style>
a { background-color: #013DFF; }
a { background-color: rgb(1,61,255); }
div.DivClassName
{
background-color: #013DFF;
}
.BgClassName
{
background-color: #013DFF;
}
</style>
border-color css
<style>
span { border-color: #013DFF; }
span { border-color: rgb(1,61,255); }
td.TdClassName
{
border-color: #013DFF;
}
.TagClassName
{
border-color: #013DFF;
}
</style>