Shades of Blue #0B06FC
Tints of Blue #0B06FC
RGB
CMYK
RGB Variations
Color information
#0B06FC (or 0x0B06FC) is known color: Blue. HEX triplet: 0B, 06 and FC. RGB value is (11,6,252). Sum of RGB (Red+Green+Blue) = 11+6+252=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 252 (98.83% from 255 or 93.68% from 269); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B06FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B06FC is #F4F903. Grayscale: #222222. Windows color (decimal): -16054532 or 16516619. OLE color: 16516619.
HSL color Cylindrical-coordinate representation of color #0B06FC: hue angle of 241.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B06FC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 6 | 252 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.01 |
| HSL | 241.22º | 0.98% | 0.51% | - |
| HSV(B) | 241.22º | 0.98% | 0.99% | - |
| XYZ | 17.77 | 7.23 | 92.55 | - |
| YUV | 35.54 | 250.16 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 252 | 0.96 | 0.98 | 0 | 0.01 | 241.22 | 0.98 | 0.51 |
| Hex | B | 6 | FC | 60 | 62 | 0 | 1 | F1 | 62 | 33 |
| Octal | 13 | 6 | 374 | 140 | 142 | 0 | 1 | 361 | 142 | 63 |
| Binary | 1011 | 110 | 11111100 | 1100000 | 1100010 | 0 | 1 | 11110001 | 1100010 | 110011 |
Color Harmonies of #0B06FC
Complementary color
Monochromatic Colors of #0B06FC
Black with #0B06FC
Text Example
Text Example
White with #0B06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B06FC; }
p { color: rgb(11,6,252); }
H1.HeaderClassName
{
color: #0B06FC;
}
.AnyTagClassName
{
color: #0B06FC;
}
</style>
background-color css
<style>
a { background-color: #0B06FC; }
a { background-color: rgb(11,6,252); }
div.DivClassName
{
background-color: #0B06FC;
}
.BgClassName
{
background-color: #0B06FC;
}
</style>
border-color css
<style>
span { border-color: #0B06FC; }
span { border-color: rgb(11,6,252); }
td.TdClassName
{
border-color: #0B06FC;
}
.TagClassName
{
border-color: #0B06FC;
}
</style>