Shades of Medium Blue #0C06CB
Tints of Medium Blue #0C06CB
RGB
CMYK
RGB Variations
Color information
#0C06CB (or 0x0C06CB) is known color: Medium Blue. HEX triplet: 0C, 06 and CB. RGB value is (12,6,203). Sum of RGB (Red+Green+Blue) = 12+6+203=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 203 (79.69% from 255 or 91.86% from 221); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C06CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C06CB is #F3F934. Grayscale: #1D1D1D. Windows color (decimal): -15989045 or 13305356. OLE color: 13305356.
HSL color Cylindrical-coordinate representation of color #0C06CB: hue angle of 241.83º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C06CB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 6 | 203 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.20 |
| HSL | 241.83º | 0.94% | 0.41% | - |
| HSV(B) | 241.83º | 0.97% | 0.8% | - |
| XYZ | 11 | 4.52 | 56.79 | - |
| YUV | 30.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 203 | 0.94 | 0.97 | 0 | 0.20 | 241.83 | 0.94 | 0.41 |
| Hex | C | 6 | CB | 5E | 61 | 0 | 14 | F2 | 5E | 29 |
| Octal | 14 | 6 | 313 | 136 | 141 | 0 | 24 | 362 | 136 | 51 |
| Binary | 1100 | 110 | 11001011 | 1011110 | 1100001 | 0 | 10100 | 11110010 | 1011110 | 101001 |
Color Harmonies of #0C06CB
Complementary color
Monochromatic Colors of #0C06CB
Black with #0C06CB
Text Example
Text Example
White with #0C06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C06CB; }
p { color: rgb(12,6,203); }
H1.HeaderClassName
{
color: #0C06CB;
}
.AnyTagClassName
{
color: #0C06CB;
}
</style>
background-color css
<style>
a { background-color: #0C06CB; }
a { background-color: rgb(12,6,203); }
div.DivClassName
{
background-color: #0C06CB;
}
.BgClassName
{
background-color: #0C06CB;
}
</style>
border-color css
<style>
span { border-color: #0C06CB; }
span { border-color: rgb(12,6,203); }
td.TdClassName
{
border-color: #0C06CB;
}
.TagClassName
{
border-color: #0C06CB;
}
</style>