Shades of Medium Blue #0D0BBB
Tints of Medium Blue #0D0BBB
RGB
CMYK
RGB Variations
Color information
#0D0BBB (or 0x0D0BBB) is known color: Medium Blue. HEX triplet: 0D, 0B and BB. RGB value is (13,11,187). Sum of RGB (Red+Green+Blue) = 13+11+187=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D0BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0BBB is #F2F444. Grayscale: #1E1E1E. Windows color (decimal): -15922245 or 12258061. OLE color: 12258061.
HSL color Cylindrical-coordinate representation of color #0D0BBB: hue angle of 240.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0BBB is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 11 | 187 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.27 |
| HSL | 240.68º | 0.89% | 0.39% | - |
| HSV(B) | 240.68º | 0.94% | 0.73% | - |
| XYZ | 9.26 | 3.91 | 47.28 | - |
| YUV | 31.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 187 | 0.93 | 0.94 | 0 | 0.27 | 240.68 | 0.89 | 0.39 |
| Hex | D | B | BB | 5D | 5E | 0 | 1B | F1 | 59 | 27 |
| Octal | 15 | 13 | 273 | 135 | 136 | 0 | 33 | 361 | 131 | 47 |
| Binary | 1101 | 1011 | 10111011 | 1011101 | 1011110 | 0 | 11011 | 11110001 | 1011001 | 100111 |
Color Harmonies of #0D0BBB
Complementary color
Monochromatic Colors of #0D0BBB
Black with #0D0BBB
Text Example
Text Example
White with #0D0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0BBB; }
p { color: rgb(13,11,187); }
H1.HeaderClassName
{
color: #0D0BBB;
}
.AnyTagClassName
{
color: #0D0BBB;
}
</style>
background-color css
<style>
a { background-color: #0D0BBB; }
a { background-color: rgb(13,11,187); }
div.DivClassName
{
background-color: #0D0BBB;
}
.BgClassName
{
background-color: #0D0BBB;
}
</style>
border-color css
<style>
span { border-color: #0D0BBB; }
span { border-color: rgb(13,11,187); }
td.TdClassName
{
border-color: #0D0BBB;
}
.TagClassName
{
border-color: #0D0BBB;
}
</style>