Shades of Medium Blue #0B0CBB
Tints of Medium Blue #0B0CBB
RGB
CMYK
RGB Variations
Color information
#0B0CBB (or 0x0B0CBB) is known color: Medium Blue. HEX triplet: 0B, 0C and BB. RGB value is (11,12,187). Sum of RGB (Red+Green+Blue) = 11+12+187=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B0CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0CBB is #F4F344. Grayscale: #1E1E1E. Windows color (decimal): -16053061 or 12258315. OLE color: 12258315.
HSL color Cylindrical-coordinate representation of color #0B0CBB: hue angle of 239.66º 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 #0B0CBB is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 12 | 187 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.27 |
| HSL | 239.66º | 0.89% | 0.39% | - |
| HSV(B) | 239.66º | 0.94% | 0.73% | - |
| XYZ | 9.24 | 3.92 | 47.28 | - |
| YUV | 31.65 | 215.67 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 187 | 0.94 | 0.94 | 0 | 0.27 | 239.66 | 0.89 | 0.39 |
| Hex | B | C | BB | 5E | 5E | 0 | 1B | F0 | 59 | 27 |
| Octal | 13 | 14 | 273 | 136 | 136 | 0 | 33 | 360 | 131 | 47 |
| Binary | 1011 | 1100 | 10111011 | 1011110 | 1011110 | 0 | 11011 | 11110000 | 1011001 | 100111 |
Color Harmonies of #0B0CBB
Complementary color
Monochromatic Colors of #0B0CBB
Black with #0B0CBB
Text Example
Text Example
White with #0B0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0CBB; }
p { color: rgb(11,12,187); }
H1.HeaderClassName
{
color: #0B0CBB;
}
.AnyTagClassName
{
color: #0B0CBB;
}
</style>
background-color css
<style>
a { background-color: #0B0CBB; }
a { background-color: rgb(11,12,187); }
div.DivClassName
{
background-color: #0B0CBB;
}
.BgClassName
{
background-color: #0B0CBB;
}
</style>
border-color css
<style>
span { border-color: #0B0CBB; }
span { border-color: rgb(11,12,187); }
td.TdClassName
{
border-color: #0B0CBB;
}
.TagClassName
{
border-color: #0B0CBB;
}
</style>