Shades of Medium Blue #0C0BCB
Tints of Medium Blue #0C0BCB
RGB
CMYK
RGB Variations
Color information
#0C0BCB (or 0x0C0BCB) is known color: Medium Blue. HEX triplet: 0C, 0B and CB. RGB value is (12,11,203). Sum of RGB (Red+Green+Blue) = 12+11+203=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C0BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0BCB is #F3F434. Grayscale: #202020. Windows color (decimal): -15987765 or 13306636. OLE color: 13306636.
HSL color Cylindrical-coordinate representation of color #0C0BCB: hue angle of 240.31º 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 #0C0BCB is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 11 | 203 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.20 |
| HSL | 240.31º | 0.9% | 0.42% | - |
| HSV(B) | 240.31º | 0.95% | 0.8% | - |
| XYZ | 11.05 | 4.63 | 56.81 | - |
| YUV | 33.19 | 223.83 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 203 | 0.94 | 0.95 | 0 | 0.20 | 240.31 | 0.9 | 0.42 |
| Hex | C | B | CB | 5E | 5F | 0 | 14 | F0 | 5A | 2A |
| Octal | 14 | 13 | 313 | 136 | 137 | 0 | 24 | 360 | 132 | 52 |
| Binary | 1100 | 1011 | 11001011 | 1011110 | 1011111 | 0 | 10100 | 11110000 | 1011010 | 101010 |
Color Harmonies of #0C0BCB
Complementary color
Monochromatic Colors of #0C0BCB
Black with #0C0BCB
Text Example
Text Example
White with #0C0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0BCB; }
p { color: rgb(12,11,203); }
H1.HeaderClassName
{
color: #0C0BCB;
}
.AnyTagClassName
{
color: #0C0BCB;
}
</style>
background-color css
<style>
a { background-color: #0C0BCB; }
a { background-color: rgb(12,11,203); }
div.DivClassName
{
background-color: #0C0BCB;
}
.BgClassName
{
background-color: #0C0BCB;
}
</style>
border-color css
<style>
span { border-color: #0C0BCB; }
span { border-color: rgb(12,11,203); }
td.TdClassName
{
border-color: #0C0BCB;
}
.TagClassName
{
border-color: #0C0BCB;
}
</style>