Shades of Blue #0B00FE
Tints of Blue #0B00FE
RGB
CMYK
RGB Variations
Color information
#0B00FE (or 0x0B00FE) is known color: Blue. HEX triplet: 0B, 00 and FE. RGB value is (11,0,254). Sum of RGB (Red+Green+Blue) = 11+0+254=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 254 (99.61% from 255 or 95.85% from 265); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B00FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B00FE is #F4FF01. Grayscale: #1F1F1F. Windows color (decimal): -16056066 or 16646155. OLE color: 16646155.
HSL color Cylindrical-coordinate representation of color #0B00FE: hue angle of 242.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B00FE is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 0 | 254 | - |
| CMYK | 0.96 | 1 | 0 | 0.00 |
| HSL | 242.6º | 1% | 0.5% | - |
| HSV(B) | 242.6º | 1% | 1% | - |
| XYZ | 18.03 | 7.23 | 94.21 | - |
| YUV | 32.25 | 253.14 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 254 | 0.96 | 1 | 0 | 0.00 | 242.6 | 1 | 0.5 |
| Hex | B | 0 | FE | 60 | 64 | 0 | 0 | F3 | 64 | 32 |
| Octal | 13 | 0 | 376 | 140 | 144 | 0 | 0 | 363 | 144 | 62 |
| Binary | 1011 | 0 | 11111110 | 1100000 | 1100100 | 0 | 0 | 11110011 | 1100100 | 110010 |
Color Harmonies of #0B00FE
Complementary color
Monochromatic Colors of #0B00FE
Black with #0B00FE
Text Example
Text Example
White with #0B00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B00FE; }
p { color: rgb(11,0,254); }
H1.HeaderClassName
{
color: #0B00FE;
}
.AnyTagClassName
{
color: #0B00FE;
}
</style>
background-color css
<style>
a { background-color: #0B00FE; }
a { background-color: rgb(11,0,254); }
div.DivClassName
{
background-color: #0B00FE;
}
.BgClassName
{
background-color: #0B00FE;
}
</style>
border-color css
<style>
span { border-color: #0B00FE; }
span { border-color: rgb(11,0,254); }
td.TdClassName
{
border-color: #0B00FE;
}
.TagClassName
{
border-color: #0B00FE;
}
</style>