Shades of Blue #0B00F1
Tints of Blue #0B00F1
RGB
CMYK
RGB Variations
Color information
#0B00F1 (or 0x0B00F1) is known color: Blue. HEX triplet: 0B, 00 and F1. RGB value is (11,0,241). Sum of RGB (Red+Green+Blue) = 11+0+241=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 241 (94.53% from 255 or 95.63% from 252); Max value from RGB is 241 - color contains mainly: blue. Hex color #0B00F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B00F1 is #F4FF0E. Grayscale: #1D1D1D. Windows color (decimal): -16056079 or 15794187. OLE color: 15794187.
HSL color Cylindrical-coordinate representation of color #0B00F1: hue angle of 242.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B00F1 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 0 | 241 | - |
| CMYK | 0.95 | 1 | 0 | 0.05 |
| HSL | 242.74º | 1% | 0.47% | - |
| HSV(B) | 242.74º | 1% | 0.95% | - |
| XYZ | 16.02 | 6.42 | 83.61 | - |
| YUV | 30.76 | 246.64 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 241 | 0.95 | 1 | 0 | 0.05 | 242.74 | 1 | 0.47 |
| Hex | B | 0 | F1 | 5F | 64 | 0 | 5 | F3 | 64 | 2F |
| Octal | 13 | 0 | 361 | 137 | 144 | 0 | 5 | 363 | 144 | 57 |
| Binary | 1011 | 0 | 11110001 | 1011111 | 1100100 | 0 | 101 | 11110011 | 1100100 | 101111 |
Color Harmonies of #0B00F1
Complementary color
Monochromatic Colors of #0B00F1
Black with #0B00F1
Text Example
Text Example
White with #0B00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B00F1; }
p { color: rgb(11,0,241); }
H1.HeaderClassName
{
color: #0B00F1;
}
.AnyTagClassName
{
color: #0B00F1;
}
</style>
background-color css
<style>
a { background-color: #0B00F1; }
a { background-color: rgb(11,0,241); }
div.DivClassName
{
background-color: #0B00F1;
}
.BgClassName
{
background-color: #0B00F1;
}
</style>
border-color css
<style>
span { border-color: #0B00F1; }
span { border-color: rgb(11,0,241); }
td.TdClassName
{
border-color: #0B00F1;
}
.TagClassName
{
border-color: #0B00F1;
}
</style>