Shades of Blue #0B1BFB
Tints of Blue #0B1BFB
RGB
CMYK
RGB Variations
Color information
#0B1BFB (or 0x0B1BFB) is known color: Blue. HEX triplet: 0B, 1B and FB. RGB value is (11,27,251). Sum of RGB (Red+Green+Blue) = 11+27+251=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 251 (98.44% from 255 or 86.85% from 289); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B1BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1BFB is #F4E404. Grayscale: #2E2E2E. Windows color (decimal): -16049157 or 16456459. OLE color: 16456459.
HSL color Cylindrical-coordinate representation of color #0B1BFB: hue angle of 236º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B1BFB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 27 | 251 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.02 |
| HSL | 236º | 0.97% | 0.51% | - |
| HSV(B) | 236º | 0.96% | 0.98% | - |
| XYZ | 17.94 | 7.82 | 91.83 | - |
| YUV | 47.75 | 242.7 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 251 | 0.96 | 0.89 | 0 | 0.02 | 236 | 0.97 | 0.51 |
| Hex | B | 1B | FB | 60 | 59 | 0 | 2 | EC | 61 | 33 |
| Octal | 13 | 33 | 373 | 140 | 131 | 0 | 2 | 354 | 141 | 63 |
| Binary | 1011 | 11011 | 11111011 | 1100000 | 1011001 | 0 | 10 | 11101100 | 1100001 | 110011 |
Color Harmonies of #0B1BFB
Complementary color
Monochromatic Colors of #0B1BFB
Black with #0B1BFB
Text Example
Text Example
White with #0B1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1BFB; }
p { color: rgb(11,27,251); }
H1.HeaderClassName
{
color: #0B1BFB;
}
.AnyTagClassName
{
color: #0B1BFB;
}
</style>
background-color css
<style>
a { background-color: #0B1BFB; }
a { background-color: rgb(11,27,251); }
div.DivClassName
{
background-color: #0B1BFB;
}
.BgClassName
{
background-color: #0B1BFB;
}
</style>
border-color css
<style>
span { border-color: #0B1BFB; }
span { border-color: rgb(11,27,251); }
td.TdClassName
{
border-color: #0B1BFB;
}
.TagClassName
{
border-color: #0B1BFB;
}
</style>