Shades of Medium Blue #0B06DB
Tints of Medium Blue #0B06DB
RGB
CMYK
RGB Variations
Color information
#0B06DB (or 0x0B06DB) is known color: Medium Blue. HEX triplet: 0B, 06 and DB. RGB value is (11,6,219). Sum of RGB (Red+Green+Blue) = 11+6+219=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B06DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B06DB is #F4F924. Grayscale: #1E1E1E. Windows color (decimal): -16054565 or 14353931. OLE color: 14353931.
HSL color Cylindrical-coordinate representation of color #0B06DB: hue angle of 241.41º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B06DB is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 6 | 219 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.14 |
| HSL | 241.41º | 0.95% | 0.44% | - |
| HSV(B) | 241.41º | 0.97% | 0.86% | - |
| XYZ | 12.99 | 5.32 | 67.36 | - |
| YUV | 31.78 | 233.66 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 219 | 0.95 | 0.97 | 0 | 0.14 | 241.41 | 0.95 | 0.44 |
| Hex | B | 6 | DB | 5F | 61 | 0 | E | F1 | 5F | 2C |
| Octal | 13 | 6 | 333 | 137 | 141 | 0 | 16 | 361 | 137 | 54 |
| Binary | 1011 | 110 | 11011011 | 1011111 | 1100001 | 0 | 1110 | 11110001 | 1011111 | 101100 |
Color Harmonies of #0B06DB
Complementary color
Monochromatic Colors of #0B06DB
Black with #0B06DB
Text Example
Text Example
White with #0B06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B06DB; }
p { color: rgb(11,6,219); }
H1.HeaderClassName
{
color: #0B06DB;
}
.AnyTagClassName
{
color: #0B06DB;
}
</style>
background-color css
<style>
a { background-color: #0B06DB; }
a { background-color: rgb(11,6,219); }
div.DivClassName
{
background-color: #0B06DB;
}
.BgClassName
{
background-color: #0B06DB;
}
</style>
border-color css
<style>
span { border-color: #0B06DB; }
span { border-color: rgb(11,6,219); }
td.TdClassName
{
border-color: #0B06DB;
}
.TagClassName
{
border-color: #0B06DB;
}
</style>