Shades of Blue #001FEB
Tints of Blue #001FEB
RGB
CMYK
RGB Variations
Color information
#001FEB (or 0x001FEB) is known color: Blue. HEX triplet: 00, 1F and EB. RGB value is (0,31,235). Sum of RGB (Red+Green+Blue) = 0+31+235=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #001FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FEB is #FFE014. Grayscale: #2C2C2C. Windows color (decimal): -16769045 or 15408896. OLE color: 15408896.
HSL color Cylindrical-coordinate representation of color #001FEB: hue angle of 232.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FEB is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 31 | 235 | - |
| CMYK | 1 | 0.87 | 0 | 0.08 |
| HSL | 232.09º | 1% | 0.46% | - |
| HSV(B) | 232.09º | 1% | 0.92% | - |
| XYZ | 15.49 | 6.98 | 79.13 | - |
| YUV | 44.99 | 235.23 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 235 | 1 | 0.87 | 0 | 0.08 | 232.09 | 1 | 0.46 |
| Hex | 0 | 1F | EB | 64 | 57 | 0 | 8 | E8 | 64 | 2E |
| Octal | 0 | 37 | 353 | 144 | 127 | 0 | 10 | 350 | 144 | 56 |
| Binary | 0 | 11111 | 11101011 | 1100100 | 1010111 | 0 | 1000 | 11101000 | 1100100 | 101110 |
Color Harmonies of #001FEB
Complementary color
Monochromatic Colors of #001FEB
Black with #001FEB
Text Example
Text Example
White with #001FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FEB; }
p { color: rgb(0,31,235); }
H1.HeaderClassName
{
color: #001FEB;
}
.AnyTagClassName
{
color: #001FEB;
}
</style>
background-color css
<style>
a { background-color: #001FEB; }
a { background-color: rgb(0,31,235); }
div.DivClassName
{
background-color: #001FEB;
}
.BgClassName
{
background-color: #001FEB;
}
</style>
border-color css
<style>
span { border-color: #001FEB; }
span { border-color: rgb(0,31,235); }
td.TdClassName
{
border-color: #001FEB;
}
.TagClassName
{
border-color: #001FEB;
}
</style>