Shades of Medium Blue #0B1CBF
Tints of Medium Blue #0B1CBF
RGB
CMYK
RGB Variations
Color information
#0B1CBF (or 0x0B1CBF) is known color: Medium Blue. HEX triplet: 0B, 1C and BF. RGB value is (11,28,191). Sum of RGB (Red+Green+Blue) = 11+28+191=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B1CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1CBF is #F4E340. Grayscale: #282828. Windows color (decimal): -16048961 or 12524555. OLE color: 12524555.
HSL color Cylindrical-coordinate representation of color #0B1CBF: hue angle of 234.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1CBF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 28 | 191 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.25 |
| HSL | 234.33º | 0.89% | 0.4% | - |
| HSV(B) | 234.33º | 0.94% | 0.75% | - |
| XYZ | 9.96 | 4.66 | 49.67 | - |
| YUV | 41.5 | 212.37 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 191 | 0.94 | 0.85 | 0 | 0.25 | 234.33 | 0.89 | 0.4 |
| Hex | B | 1C | BF | 5E | 55 | 0 | 19 | EA | 59 | 28 |
| Octal | 13 | 34 | 277 | 136 | 125 | 0 | 31 | 352 | 131 | 50 |
| Binary | 1011 | 11100 | 10111111 | 1011110 | 1010101 | 0 | 11001 | 11101010 | 1011001 | 101000 |
Color Harmonies of #0B1CBF
Complementary color
Monochromatic Colors of #0B1CBF
Black with #0B1CBF
Text Example
Text Example
White with #0B1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1CBF; }
p { color: rgb(11,28,191); }
H1.HeaderClassName
{
color: #0B1CBF;
}
.AnyTagClassName
{
color: #0B1CBF;
}
</style>
background-color css
<style>
a { background-color: #0B1CBF; }
a { background-color: rgb(11,28,191); }
div.DivClassName
{
background-color: #0B1CBF;
}
.BgClassName
{
background-color: #0B1CBF;
}
</style>
border-color css
<style>
span { border-color: #0B1CBF; }
span { border-color: rgb(11,28,191); }
td.TdClassName
{
border-color: #0B1CBF;
}
.TagClassName
{
border-color: #0B1CBF;
}
</style>