Shades of Blue #011FEC
Tints of Blue #011FEC
RGB
CMYK
RGB Variations
Color information
#011FEC (or 0x011FEC) is known color: Blue. HEX triplet: 01, 1F and EC. RGB value is (1,31,236). Sum of RGB (Red+Green+Blue) = 1+31+236=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 236 (92.58% from 255 or 88.06% from 268); Max value from RGB is 236 - color contains mainly: blue. Hex color #011FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FEC is #FEE013. Grayscale: #2C2C2C. Windows color (decimal): -16703508 or 15474433. OLE color: 15474433.
HSL color Cylindrical-coordinate representation of color #011FEC: hue angle of 232.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FEC is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 31 | 236 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.07 |
| HSL | 232.34º | 0.99% | 0.46% | - |
| HSV(B) | 232.34º | 1% | 0.93% | - |
| XYZ | 15.64 | 7.04 | 79.89 | - |
| YUV | 45.4 | 235.56 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 236 | 1.00 | 0.87 | 0 | 0.07 | 232.34 | 0.99 | 0.46 |
| Hex | 1 | 1F | EC | 64 | 57 | 0 | 7 | E8 | 63 | 2E |
| Octal | 1 | 37 | 354 | 144 | 127 | 0 | 7 | 350 | 143 | 56 |
| Binary | 1 | 11111 | 11101100 | 1100100 | 1010111 | 0 | 111 | 11101000 | 1100011 | 101110 |
Color Harmonies of #011FEC
Complementary color
Monochromatic Colors of #011FEC
Black with #011FEC
Text Example
Text Example
White with #011FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FEC; }
p { color: rgb(1,31,236); }
H1.HeaderClassName
{
color: #011FEC;
}
.AnyTagClassName
{
color: #011FEC;
}
</style>
background-color css
<style>
a { background-color: #011FEC; }
a { background-color: rgb(1,31,236); }
div.DivClassName
{
background-color: #011FEC;
}
.BgClassName
{
background-color: #011FEC;
}
</style>
border-color css
<style>
span { border-color: #011FEC; }
span { border-color: rgb(1,31,236); }
td.TdClassName
{
border-color: #011FEC;
}
.TagClassName
{
border-color: #011FEC;
}
</style>