Shades of Blue #011FF1
Tints of Blue #011FF1
RGB
CMYK
RGB Variations
Color information
#011FF1 (or 0x011FF1) is known color: Blue. HEX triplet: 01, 1F and F1. RGB value is (1,31,241). Sum of RGB (Red+Green+Blue) = 1+31+241=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 241 (94.53% from 255 or 88.28% from 273); Max value from RGB is 241 - color contains mainly: blue. Hex color #011FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FF1 is #FEE00E. Grayscale: #2D2D2D. Windows color (decimal): -16703503 or 15802113. OLE color: 15802113.
HSL color Cylindrical-coordinate representation of color #011FF1: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FF1 is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 31 | 241 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.05 |
| HSL | 232.5º | 0.99% | 0.47% | - |
| HSV(B) | 232.5º | 1% | 0.95% | - |
| XYZ | 16.38 | 7.34 | 83.77 | - |
| YUV | 45.97 | 238.06 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 241 | 1.00 | 0.87 | 0 | 0.05 | 232.5 | 0.99 | 0.47 |
| Hex | 1 | 1F | F1 | 64 | 57 | 0 | 5 | E8 | 63 | 2F |
| Octal | 1 | 37 | 361 | 144 | 127 | 0 | 5 | 350 | 143 | 57 |
| Binary | 1 | 11111 | 11110001 | 1100100 | 1010111 | 0 | 101 | 11101000 | 1100011 | 101111 |
Color Harmonies of #011FF1
Complementary color
Monochromatic Colors of #011FF1
Black with #011FF1
Text Example
Text Example
White with #011FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FF1; }
p { color: rgb(1,31,241); }
H1.HeaderClassName
{
color: #011FF1;
}
.AnyTagClassName
{
color: #011FF1;
}
</style>
background-color css
<style>
a { background-color: #011FF1; }
a { background-color: rgb(1,31,241); }
div.DivClassName
{
background-color: #011FF1;
}
.BgClassName
{
background-color: #011FF1;
}
</style>
border-color css
<style>
span { border-color: #011FF1; }
span { border-color: rgb(1,31,241); }
td.TdClassName
{
border-color: #011FF1;
}
.TagClassName
{
border-color: #011FF1;
}
</style>