Shades of Blue #013AF7
Tints of Blue #013AF7
RGB
CMYK
RGB Variations
Color information
#013AF7 (or 0x013AF7) is known color: Blue. HEX triplet: 01, 3A and F7. RGB value is (1,58,247). Sum of RGB (Red+Green+Blue) = 1+58+247=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 247 (96.88% from 255 or 80.72% from 306); Max value from RGB is 247 - color contains mainly: blue. Hex color #013AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AF7 is #FEC508. Grayscale: #3D3D3D. Windows color (decimal): -16696585 or 16202241. OLE color: 16202241.
HSL color Cylindrical-coordinate representation of color #013AF7: hue angle of 226.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AF7 is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 58 | 247 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.03 |
| HSL | 226.1º | 0.99% | 0.49% | - |
| HSV(B) | 226.1º | 1% | 0.97% | - |
| XYZ | 18.31 | 9.75 | 88.91 | - |
| YUV | 62.5 | 232.12 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 247 | 1.00 | 0.77 | 0 | 0.03 | 226.1 | 0.99 | 0.49 |
| Hex | 1 | 3A | F7 | 64 | 4D | 0 | 3 | E2 | 63 | 31 |
| Octal | 1 | 72 | 367 | 144 | 115 | 0 | 3 | 342 | 143 | 61 |
| Binary | 1 | 111010 | 11110111 | 1100100 | 1001101 | 0 | 11 | 11100010 | 1100011 | 110001 |
Color Harmonies of #013AF7
Complementary color
Monochromatic Colors of #013AF7
Black with #013AF7
Text Example
Text Example
White with #013AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AF7; }
p { color: rgb(1,58,247); }
H1.HeaderClassName
{
color: #013AF7;
}
.AnyTagClassName
{
color: #013AF7;
}
</style>
background-color css
<style>
a { background-color: #013AF7; }
a { background-color: rgb(1,58,247); }
div.DivClassName
{
background-color: #013AF7;
}
.BgClassName
{
background-color: #013AF7;
}
</style>
border-color css
<style>
span { border-color: #013AF7; }
span { border-color: rgb(1,58,247); }
td.TdClassName
{
border-color: #013AF7;
}
.TagClassName
{
border-color: #013AF7;
}
</style>