Shades of Blue #0B10FF
Tints of Blue #0B10FF
RGB
CMYK
RGB Variations
Color information
#0B10FF (or 0x0B10FF) is known color: Blue. HEX triplet: 0B, 10 and FF. RGB value is (11,16,255). Sum of RGB (Red+Green+Blue) = 11+16+255=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B10FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B10FF is #F4EF00. Grayscale: #282828. Windows color (decimal): -16051969 or 16715787. OLE color: 16715787.
HSL color Cylindrical-coordinate representation of color #0B10FF: hue angle of 238.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B10FF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 16 | 255 | - |
| CMYK | 0.96 | 0.94 | 0 | 0 |
| HSL | 238.77º | 1% | 0.52% | - |
| HSV(B) | 238.77º | 0.96% | 1% | - |
| XYZ | 18.37 | 7.66 | 95.12 | - |
| YUV | 41.75 | 248.34 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 255 | 0.96 | 0.94 | 0 | 0 | 238.77 | 1 | 0.52 |
| Hex | B | 10 | FF | 60 | 5E | 0 | 0 | EF | 64 | 34 |
| Octal | 13 | 20 | 377 | 140 | 136 | 0 | 0 | 357 | 144 | 64 |
| Binary | 1011 | 10000 | 11111111 | 1100000 | 1011110 | 0 | 0 | 11101111 | 1100100 | 110100 |
Color Harmonies of #0B10FF
Complementary color
Monochromatic Colors of #0B10FF
Black with #0B10FF
Text Example
Text Example
White with #0B10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B10FF; }
p { color: rgb(11,16,255); }
H1.HeaderClassName
{
color: #0B10FF;
}
.AnyTagClassName
{
color: #0B10FF;
}
</style>
background-color css
<style>
a { background-color: #0B10FF; }
a { background-color: rgb(11,16,255); }
div.DivClassName
{
background-color: #0B10FF;
}
.BgClassName
{
background-color: #0B10FF;
}
</style>
border-color css
<style>
span { border-color: #0B10FF; }
span { border-color: rgb(11,16,255); }
td.TdClassName
{
border-color: #0B10FF;
}
.TagClassName
{
border-color: #0B10FF;
}
</style>