Shades of Blue #0B1FFB
Tints of Blue #0B1FFB
RGB
CMYK
RGB Variations
Color information
#0B1FFB (or 0x0B1FFB) is known color: Blue. HEX triplet: 0B, 1F and FB. RGB value is (11,31,251). Sum of RGB (Red+Green+Blue) = 11+31+251=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B1FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1FFB is #F4E004. Grayscale: #313131. Windows color (decimal): -16048133 or 16457483. OLE color: 16457483.
HSL color Cylindrical-coordinate representation of color #0B1FFB: hue angle of 235º 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 #0B1FFB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 31 | 251 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.02 |
| HSL | 235º | 0.97% | 0.51% | - |
| HSV(B) | 235º | 0.96% | 0.98% | - |
| XYZ | 18.04 | 8.02 | 91.86 | - |
| YUV | 50.1 | 241.37 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 251 | 0.96 | 0.88 | 0 | 0.02 | 235 | 0.97 | 0.51 |
| Hex | B | 1F | FB | 60 | 58 | 0 | 2 | EB | 61 | 33 |
| Octal | 13 | 37 | 373 | 140 | 130 | 0 | 2 | 353 | 141 | 63 |
| Binary | 1011 | 11111 | 11111011 | 1100000 | 1011000 | 0 | 10 | 11101011 | 1100001 | 110011 |
Color Harmonies of #0B1FFB
Complementary color
Monochromatic Colors of #0B1FFB
Black with #0B1FFB
Text Example
Text Example
White with #0B1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1FFB; }
p { color: rgb(11,31,251); }
H1.HeaderClassName
{
color: #0B1FFB;
}
.AnyTagClassName
{
color: #0B1FFB;
}
</style>
background-color css
<style>
a { background-color: #0B1FFB; }
a { background-color: rgb(11,31,251); }
div.DivClassName
{
background-color: #0B1FFB;
}
.BgClassName
{
background-color: #0B1FFB;
}
</style>
border-color css
<style>
span { border-color: #0B1FFB; }
span { border-color: rgb(11,31,251); }
td.TdClassName
{
border-color: #0B1FFB;
}
.TagClassName
{
border-color: #0B1FFB;
}
</style>