Shades of Blue #011BFE
Tints of Blue #011BFE
RGB
CMYK
RGB Variations
Color information
#011BFE (or 0x011BFE) is known color: Blue. HEX triplet: 01, 1B and FE. RGB value is (1,27,254). Sum of RGB (Red+Green+Blue) = 1+27+254=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 254 (99.61% from 255 or 90.07% from 282); Max value from RGB is 254 - color contains mainly: blue. Hex color #011BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BFE is #FEE401. Grayscale: #2C2C2C. Windows color (decimal): -16704514 or 16653057. OLE color: 16653057.
HSL color Cylindrical-coordinate representation of color #011BFE: hue angle of 233.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BFE is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 27 | 254 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.00 |
| HSL | 233.83º | 0.99% | 0.5% | - |
| HSV(B) | 233.83º | 1% | 1% | - |
| XYZ | 18.29 | 7.95 | 94.34 | - |
| YUV | 45.1 | 245.89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 254 | 1.00 | 0.89 | 0 | 0.00 | 233.83 | 0.99 | 0.5 |
| Hex | 1 | 1B | FE | 64 | 59 | 0 | 0 | EA | 63 | 32 |
| Octal | 1 | 33 | 376 | 144 | 131 | 0 | 0 | 352 | 143 | 62 |
| Binary | 1 | 11011 | 11111110 | 1100100 | 1011001 | 0 | 0 | 11101010 | 1100011 | 110010 |
Color Harmonies of #011BFE
Complementary color
Monochromatic Colors of #011BFE
Black with #011BFE
Text Example
Text Example
White with #011BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BFE; }
p { color: rgb(1,27,254); }
H1.HeaderClassName
{
color: #011BFE;
}
.AnyTagClassName
{
color: #011BFE;
}
</style>
background-color css
<style>
a { background-color: #011BFE; }
a { background-color: rgb(1,27,254); }
div.DivClassName
{
background-color: #011BFE;
}
.BgClassName
{
background-color: #011BFE;
}
</style>
border-color css
<style>
span { border-color: #011BFE; }
span { border-color: rgb(1,27,254); }
td.TdClassName
{
border-color: #011BFE;
}
.TagClassName
{
border-color: #011BFE;
}
</style>