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