Shades of Blue #0B11FF
Tints of Blue #0B11FF
RGB
CMYK
RGB Variations
Color information
#0B11FF (or 0x0B11FF) is known color: Blue. HEX triplet: 0B, 11 and FF. RGB value is (11,17,255). Sum of RGB (Red+Green+Blue) = 11+17+255=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B11FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B11FF is #F4EE00. Grayscale: #292929. Windows color (decimal): -16051713 or 16716043. OLE color: 16716043.
HSL color Cylindrical-coordinate representation of color #0B11FF: hue angle of 238.52º 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 #0B11FF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 17 | 255 | - |
| CMYK | 0.96 | 0.93 | 0 | 0 |
| HSL | 238.52º | 1% | 0.52% | - |
| HSV(B) | 238.52º | 0.96% | 1% | - |
| XYZ | 18.39 | 7.69 | 95.12 | - |
| YUV | 42.34 | 248.01 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 255 | 0.96 | 0.93 | 0 | 0 | 238.52 | 1 | 0.52 |
| Hex | B | 11 | FF | 60 | 5D | 0 | 0 | EF | 64 | 34 |
| Octal | 13 | 21 | 377 | 140 | 135 | 0 | 0 | 357 | 144 | 64 |
| Binary | 1011 | 10001 | 11111111 | 1100000 | 1011101 | 0 | 0 | 11101111 | 1100100 | 110100 |
Color Harmonies of #0B11FF
Complementary color
Monochromatic Colors of #0B11FF
Black with #0B11FF
Text Example
Text Example
White with #0B11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B11FF; }
p { color: rgb(11,17,255); }
H1.HeaderClassName
{
color: #0B11FF;
}
.AnyTagClassName
{
color: #0B11FF;
}
</style>
background-color css
<style>
a { background-color: #0B11FF; }
a { background-color: rgb(11,17,255); }
div.DivClassName
{
background-color: #0B11FF;
}
.BgClassName
{
background-color: #0B11FF;
}
</style>
border-color css
<style>
span { border-color: #0B11FF; }
span { border-color: rgb(11,17,255); }
td.TdClassName
{
border-color: #0B11FF;
}
.TagClassName
{
border-color: #0B11FF;
}
</style>