Shades of Blue #011BF3
Tints of Blue #011BF3
RGB
CMYK
RGB Variations
Color information
#011BF3 (or 0x011BF3) is known color: Blue. HEX triplet: 01, 1B and F3. RGB value is (1,27,243). Sum of RGB (Red+Green+Blue) = 1+27+243=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 243 (95.31% from 255 or 89.67% from 271); Max value from RGB is 243 - color contains mainly: blue. Hex color #011BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BF3 is #FEE40C. Grayscale: #2A2A2A. Windows color (decimal): -16704525 or 15932161. OLE color: 15932161.
HSL color Cylindrical-coordinate representation of color #011BF3: hue angle of 233.55º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BF3 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 27 | 243 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.05 |
| HSL | 233.55º | 0.99% | 0.48% | - |
| HSV(B) | 233.55º | 1% | 0.95% | - |
| XYZ | 16.58 | 7.26 | 85.32 | - |
| YUV | 43.85 | 240.39 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 243 | 1.00 | 0.89 | 0 | 0.05 | 233.55 | 0.99 | 0.48 |
| Hex | 1 | 1B | F3 | 64 | 59 | 0 | 5 | EA | 63 | 30 |
| Octal | 1 | 33 | 363 | 144 | 131 | 0 | 5 | 352 | 143 | 60 |
| Binary | 1 | 11011 | 11110011 | 1100100 | 1011001 | 0 | 101 | 11101010 | 1100011 | 110000 |
Color Harmonies of #011BF3
Complementary color
Monochromatic Colors of #011BF3
Black with #011BF3
Text Example
Text Example
White with #011BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BF3; }
p { color: rgb(1,27,243); }
H1.HeaderClassName
{
color: #011BF3;
}
.AnyTagClassName
{
color: #011BF3;
}
</style>
background-color css
<style>
a { background-color: #011BF3; }
a { background-color: rgb(1,27,243); }
div.DivClassName
{
background-color: #011BF3;
}
.BgClassName
{
background-color: #011BF3;
}
</style>
border-color css
<style>
span { border-color: #011BF3; }
span { border-color: rgb(1,27,243); }
td.TdClassName
{
border-color: #011BF3;
}
.TagClassName
{
border-color: #011BF3;
}
</style>