Shades of Blue #0B16FB
Tints of Blue #0B16FB
RGB
CMYK
RGB Variations
Color information
#0B16FB (or 0x0B16FB) is known color: Blue. HEX triplet: 0B, 16 and FB. RGB value is (11,22,251). Sum of RGB (Red+Green+Blue) = 11+22+251=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B16FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B16FB is #F4E904. Grayscale: #2B2B2B. Windows color (decimal): -16050437 or 16455179. OLE color: 16455179.
HSL color Cylindrical-coordinate representation of color #0B16FB: hue angle of 237.25º 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 #0B16FB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 22 | 251 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.02 |
| HSL | 237.25º | 0.97% | 0.51% | - |
| HSV(B) | 237.25º | 0.96% | 0.98% | - |
| XYZ | 17.84 | 7.61 | 91.8 | - |
| YUV | 44.82 | 244.36 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 251 | 0.96 | 0.91 | 0 | 0.02 | 237.25 | 0.97 | 0.51 |
| Hex | B | 16 | FB | 60 | 5B | 0 | 2 | ED | 61 | 33 |
| Octal | 13 | 26 | 373 | 140 | 133 | 0 | 2 | 355 | 141 | 63 |
| Binary | 1011 | 10110 | 11111011 | 1100000 | 1011011 | 0 | 10 | 11101101 | 1100001 | 110011 |
Color Harmonies of #0B16FB
Complementary color
Monochromatic Colors of #0B16FB
Black with #0B16FB
Text Example
Text Example
White with #0B16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B16FB; }
p { color: rgb(11,22,251); }
H1.HeaderClassName
{
color: #0B16FB;
}
.AnyTagClassName
{
color: #0B16FB;
}
</style>
background-color css
<style>
a { background-color: #0B16FB; }
a { background-color: rgb(11,22,251); }
div.DivClassName
{
background-color: #0B16FB;
}
.BgClassName
{
background-color: #0B16FB;
}
</style>
border-color css
<style>
span { border-color: #0B16FB; }
span { border-color: rgb(11,22,251); }
td.TdClassName
{
border-color: #0B16FB;
}
.TagClassName
{
border-color: #0B16FB;
}
</style>