Shades of Medium Blue #0B0BCD
Tints of Medium Blue #0B0BCD
RGB
CMYK
RGB Variations
Color information
#0B0BCD (or 0x0B0BCD) is known color: Medium Blue. HEX triplet: 0B, 0B and CD. RGB value is (11,11,205). Sum of RGB (Red+Green+Blue) = 11+11+205=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B0BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0BCD is #F4F432. Grayscale: #202020. Windows color (decimal): -16053299 or 13437707. OLE color: 13437707.
HSL color Cylindrical-coordinate representation of color #0B0BCD: hue angle of 240º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0BCD is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 11 | 205 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.20 |
| HSL | 240º | 0.9% | 0.42% | - |
| HSV(B) | 240º | 0.95% | 0.8% | - |
| XYZ | 11.28 | 4.72 | 58.07 | - |
| YUV | 33.12 | 225 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 205 | 0.95 | 0.95 | 0 | 0.20 | 240 | 0.9 | 0.42 |
| Hex | B | B | CD | 5F | 5F | 0 | 14 | F0 | 5A | 2A |
| Octal | 13 | 13 | 315 | 137 | 137 | 0 | 24 | 360 | 132 | 52 |
| Binary | 1011 | 1011 | 11001101 | 1011111 | 1011111 | 0 | 10100 | 11110000 | 1011010 | 101010 |
Color Harmonies of #0B0BCD
Complementary color
Monochromatic Colors of #0B0BCD
Black with #0B0BCD
Text Example
Text Example
White with #0B0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0BCD; }
p { color: rgb(11,11,205); }
H1.HeaderClassName
{
color: #0B0BCD;
}
.AnyTagClassName
{
color: #0B0BCD;
}
</style>
background-color css
<style>
a { background-color: #0B0BCD; }
a { background-color: rgb(11,11,205); }
div.DivClassName
{
background-color: #0B0BCD;
}
.BgClassName
{
background-color: #0B0BCD;
}
</style>
border-color css
<style>
span { border-color: #0B0BCD; }
span { border-color: rgb(11,11,205); }
td.TdClassName
{
border-color: #0B0BCD;
}
.TagClassName
{
border-color: #0B0BCD;
}
</style>