Shades of Medium Blue #0C0BCD
Tints of Medium Blue #0C0BCD
RGB
CMYK
RGB Variations
Color information
#0C0BCD (or 0x0C0BCD) is known color: Medium Blue. HEX triplet: 0C, 0B and CD. RGB value is (12,11,205). Sum of RGB (Red+Green+Blue) = 12+11+205=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C0BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0BCD is #F3F432. Grayscale: #202020. Windows color (decimal): -15987763 or 13437708. OLE color: 13437708.
HSL color Cylindrical-coordinate representation of color #0C0BCD: 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 #0C0BCD is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 11 | 205 | - |
| 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.29 | 4.73 | 58.07 | - |
| YUV | 33.42 | 224.83 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 205 | 0.94 | 0.95 | 0 | 0.20 | 240.31 | 0.9 | 0.42 |
| Hex | C | B | CD | 5E | 5F | 0 | 14 | F0 | 5A | 2A |
| Octal | 14 | 13 | 315 | 136 | 137 | 0 | 24 | 360 | 132 | 52 |
| Binary | 1100 | 1011 | 11001101 | 1011110 | 1011111 | 0 | 10100 | 11110000 | 1011010 | 101010 |
Color Harmonies of #0C0BCD
Complementary color
Monochromatic Colors of #0C0BCD
Black with #0C0BCD
Text Example
Text Example
White with #0C0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0BCD; }
p { color: rgb(12,11,205); }
H1.HeaderClassName
{
color: #0C0BCD;
}
.AnyTagClassName
{
color: #0C0BCD;
}
</style>
background-color css
<style>
a { background-color: #0C0BCD; }
a { background-color: rgb(12,11,205); }
div.DivClassName
{
background-color: #0C0BCD;
}
.BgClassName
{
background-color: #0C0BCD;
}
</style>
border-color css
<style>
span { border-color: #0C0BCD; }
span { border-color: rgb(12,11,205); }
td.TdClassName
{
border-color: #0C0BCD;
}
.TagClassName
{
border-color: #0C0BCD;
}
</style>