Shades of Blue #0B01FE
Tints of Blue #0B01FE
RGB
CMYK
RGB Variations
Color information
#0B01FE (or 0x0B01FE) is known color: Blue. HEX triplet: 0B, 01 and FE. RGB value is (11,1,254). Sum of RGB (Red+Green+Blue) = 11+1+254=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 254 (99.61% from 255 or 95.49% from 266); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B01FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B01FE is #F4FE01. Grayscale: #1F1F1F. Windows color (decimal): -16055810 or 16646411. OLE color: 16646411.
HSL color Cylindrical-coordinate representation of color #0B01FE: hue angle of 242.37º 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 #0B01FE is Cyan = 0.96, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 1 | 254 | - |
| CMYK | 0.96 | 1.00 | 0 | 0.00 |
| HSL | 242.37º | 0.99% | 0.5% | - |
| HSV(B) | 242.37º | 1% | 1% | - |
| XYZ | 18.04 | 7.25 | 94.21 | - |
| YUV | 32.83 | 252.81 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 254 | 0.96 | 1.00 | 0 | 0.00 | 242.37 | 0.99 | 0.5 |
| Hex | B | 1 | FE | 60 | 64 | 0 | 0 | F2 | 63 | 32 |
| Octal | 13 | 1 | 376 | 140 | 144 | 0 | 0 | 362 | 143 | 62 |
| Binary | 1011 | 1 | 11111110 | 1100000 | 1100100 | 0 | 0 | 11110010 | 1100011 | 110010 |
Color Harmonies of #0B01FE
Complementary color
Monochromatic Colors of #0B01FE
Black with #0B01FE
Text Example
Text Example
White with #0B01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B01FE; }
p { color: rgb(11,1,254); }
H1.HeaderClassName
{
color: #0B01FE;
}
.AnyTagClassName
{
color: #0B01FE;
}
</style>
background-color css
<style>
a { background-color: #0B01FE; }
a { background-color: rgb(11,1,254); }
div.DivClassName
{
background-color: #0B01FE;
}
.BgClassName
{
background-color: #0B01FE;
}
</style>
border-color css
<style>
span { border-color: #0B01FE; }
span { border-color: rgb(11,1,254); }
td.TdClassName
{
border-color: #0B01FE;
}
.TagClassName
{
border-color: #0B01FE;
}
</style>