Shades of Blue #001FE9
Tints of Blue #001FE9
RGB
CMYK
RGB Variations
Color information
#001FE9 (or 0x001FE9) is known color: Blue. HEX triplet: 00, 1F and E9. RGB value is (0,31,233). Sum of RGB (Red+Green+Blue) = 0+31+233=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 233 (91.41% from 255 or 88.26% from 264); Max value from RGB is 233 - color contains mainly: blue. Hex color #001FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FE9 is #FFE016. Grayscale: #2B2B2B. Windows color (decimal): -16769047 or 15277824. OLE color: 15277824.
HSL color Cylindrical-coordinate representation of color #001FE9: hue angle of 232.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FE9 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 31 | 233 | - |
| CMYK | 1 | 0.87 | 0 | 0.09 |
| HSL | 232.02º | 1% | 0.46% | - |
| HSV(B) | 232.02º | 1% | 0.91% | - |
| XYZ | 15.2 | 6.86 | 77.61 | - |
| YUV | 44.76 | 234.23 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 233 | 1 | 0.87 | 0 | 0.09 | 232.02 | 1 | 0.46 |
| Hex | 0 | 1F | E9 | 64 | 57 | 0 | 9 | E8 | 64 | 2E |
| Octal | 0 | 37 | 351 | 144 | 127 | 0 | 11 | 350 | 144 | 56 |
| Binary | 0 | 11111 | 11101001 | 1100100 | 1010111 | 0 | 1001 | 11101000 | 1100100 | 101110 |
Color Harmonies of #001FE9
Complementary color
Monochromatic Colors of #001FE9
Black with #001FE9
Text Example
Text Example
White with #001FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FE9; }
p { color: rgb(0,31,233); }
H1.HeaderClassName
{
color: #001FE9;
}
.AnyTagClassName
{
color: #001FE9;
}
</style>
background-color css
<style>
a { background-color: #001FE9; }
a { background-color: rgb(0,31,233); }
div.DivClassName
{
background-color: #001FE9;
}
.BgClassName
{
background-color: #001FE9;
}
</style>
border-color css
<style>
span { border-color: #001FE9; }
span { border-color: rgb(0,31,233); }
td.TdClassName
{
border-color: #001FE9;
}
.TagClassName
{
border-color: #001FE9;
}
</style>