Shades of Medium Blue #0B1FDB
Tints of Medium Blue #0B1FDB
RGB
CMYK
RGB Variations
Color information
#0B1FDB (or 0x0B1FDB) is known color: Medium Blue. HEX triplet: 0B, 1F and DB. RGB value is (11,31,219). Sum of RGB (Red+Green+Blue) = 11+31+219=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B1FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1FDB is #F4E024. Grayscale: #2D2D2D. Windows color (decimal): -16048165 or 14360331. OLE color: 14360331.
HSL color Cylindrical-coordinate representation of color #0B1FDB: hue angle of 234.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B1FDB is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 31 | 219 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.14 |
| HSL | 234.23º | 0.9% | 0.45% | - |
| HSV(B) | 234.23º | 0.95% | 0.86% | - |
| XYZ | 13.41 | 6.17 | 67.5 | - |
| YUV | 46.45 | 225.37 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 219 | 0.95 | 0.86 | 0 | 0.14 | 234.23 | 0.9 | 0.45 |
| Hex | B | 1F | DB | 5F | 56 | 0 | E | EA | 5A | 2D |
| Octal | 13 | 37 | 333 | 137 | 126 | 0 | 16 | 352 | 132 | 55 |
| Binary | 1011 | 11111 | 11011011 | 1011111 | 1010110 | 0 | 1110 | 11101010 | 1011010 | 101101 |
Color Harmonies of #0B1FDB
Complementary color
Monochromatic Colors of #0B1FDB
Black with #0B1FDB
Text Example
Text Example
White with #0B1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1FDB; }
p { color: rgb(11,31,219); }
H1.HeaderClassName
{
color: #0B1FDB;
}
.AnyTagClassName
{
color: #0B1FDB;
}
</style>
background-color css
<style>
a { background-color: #0B1FDB; }
a { background-color: rgb(11,31,219); }
div.DivClassName
{
background-color: #0B1FDB;
}
.BgClassName
{
background-color: #0B1FDB;
}
</style>
border-color css
<style>
span { border-color: #0B1FDB; }
span { border-color: rgb(11,31,219); }
td.TdClassName
{
border-color: #0B1FDB;
}
.TagClassName
{
border-color: #0B1FDB;
}
</style>