Shades of Blue #013EFF
Tints of Blue #013EFF
RGB
CMYK
RGB Variations
Color information
#013EFF (or 0x013EFF) is known color: Blue. HEX triplet: 01, 3E and FF. RGB value is (1,62,255). Sum of RGB (Red+Green+Blue) = 1+62+255=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #013EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EFF is #FEC100. Grayscale: #404040. Windows color (decimal): -16695553 or 16727553. OLE color: 16727553.
HSL color Cylindrical-coordinate representation of color #013EFF: hue angle of 225.59º 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 #013EFF is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 62 | 255 | - |
| CMYK | 1.00 | 0.76 | 0 | 0 |
| HSL | 225.59º | 1% | 0.5% | - |
| HSV(B) | 225.59º | 1% | 1% | - |
| XYZ | 19.79 | 10.67 | 95.62 | - |
| YUV | 65.76 | 234.79 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 255 | 1.00 | 0.76 | 0 | 0 | 225.59 | 1 | 0.5 |
| Hex | 1 | 3E | FF | 64 | 4C | 0 | 0 | E2 | 64 | 32 |
| Octal | 1 | 76 | 377 | 144 | 114 | 0 | 0 | 342 | 144 | 62 |
| Binary | 1 | 111110 | 11111111 | 1100100 | 1001100 | 0 | 0 | 11100010 | 1100100 | 110010 |
Color Harmonies of #013EFF
Complementary color
Monochromatic Colors of #013EFF
Black with #013EFF
Text Example
Text Example
White with #013EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EFF; }
p { color: rgb(1,62,255); }
H1.HeaderClassName
{
color: #013EFF;
}
.AnyTagClassName
{
color: #013EFF;
}
</style>
background-color css
<style>
a { background-color: #013EFF; }
a { background-color: rgb(1,62,255); }
div.DivClassName
{
background-color: #013EFF;
}
.BgClassName
{
background-color: #013EFF;
}
</style>
border-color css
<style>
span { border-color: #013EFF; }
span { border-color: rgb(1,62,255); }
td.TdClassName
{
border-color: #013EFF;
}
.TagClassName
{
border-color: #013EFF;
}
</style>