Shades of Blue #0B1BFA
Tints of Blue #0B1BFA
RGB
CMYK
RGB Variations
Color information
#0B1BFA (or 0x0B1BFA) is known color: Blue. HEX triplet: 0B, 1B and FA. RGB value is (11,27,250). Sum of RGB (Red+Green+Blue) = 11+27+250=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B1BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1BFA is #F4E405. Grayscale: #2E2E2E. Windows color (decimal): -16049158 or 16390923. OLE color: 16390923.
HSL color Cylindrical-coordinate representation of color #0B1BFA: hue angle of 235.98º degrees, saturation: 0.96, 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 #0B1BFA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 27 | 250 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.02 |
| HSL | 235.98º | 0.96% | 0.51% | - |
| HSV(B) | 235.98º | 0.96% | 0.98% | - |
| XYZ | 17.79 | 7.76 | 91 | - |
| YUV | 47.64 | 242.2 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 250 | 0.96 | 0.89 | 0 | 0.02 | 235.98 | 0.96 | 0.51 |
| Hex | B | 1B | FA | 60 | 59 | 0 | 2 | EC | 60 | 33 |
| Octal | 13 | 33 | 372 | 140 | 131 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1011 | 11011 | 11111010 | 1100000 | 1011001 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0B1BFA
Complementary color
Monochromatic Colors of #0B1BFA
Black with #0B1BFA
Text Example
Text Example
White with #0B1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1BFA; }
p { color: rgb(11,27,250); }
H1.HeaderClassName
{
color: #0B1BFA;
}
.AnyTagClassName
{
color: #0B1BFA;
}
</style>
background-color css
<style>
a { background-color: #0B1BFA; }
a { background-color: rgb(11,27,250); }
div.DivClassName
{
background-color: #0B1BFA;
}
.BgClassName
{
background-color: #0B1BFA;
}
</style>
border-color css
<style>
span { border-color: #0B1BFA; }
span { border-color: rgb(11,27,250); }
td.TdClassName
{
border-color: #0B1BFA;
}
.TagClassName
{
border-color: #0B1BFA;
}
</style>