Shades of Medium Blue #0C05C6
Tints of Medium Blue #0C05C6
RGB
CMYK
RGB Variations
Color information
#0C05C6 (or 0x0C05C6) is known color: Medium Blue. HEX triplet: 0C, 05 and C6. RGB value is (12,5,198). Sum of RGB (Red+Green+Blue) = 12+5+198=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 198 (77.73% from 255 or 92.09% from 215); Max value from RGB is 198 - color contains mainly: blue. Hex color #0C05C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C05C6 is #F3FA39. Grayscale: #1C1C1C. Windows color (decimal): -15989306 or 12977420. OLE color: 12977420.
HSL color Cylindrical-coordinate representation of color #0C05C6: hue angle of 242.18º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C05C6 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 5 | 198 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.22 |
| HSL | 242.18º | 0.95% | 0.4% | - |
| HSV(B) | 242.18º | 0.97% | 0.78% | - |
| XYZ | 10.4 | 4.26 | 53.7 | - |
| YUV | 29.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 198 | 0.94 | 0.97 | 0 | 0.22 | 242.18 | 0.95 | 0.4 |
| Hex | C | 5 | C6 | 5E | 61 | 0 | 16 | F2 | 5F | 28 |
| Octal | 14 | 5 | 306 | 136 | 141 | 0 | 26 | 362 | 137 | 50 |
| Binary | 1100 | 101 | 11000110 | 1011110 | 1100001 | 0 | 10110 | 11110010 | 1011111 | 101000 |
Color Harmonies of #0C05C6
Complementary color
Monochromatic Colors of #0C05C6
Black with #0C05C6
Text Example
Text Example
White with #0C05C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C05C6; }
p { color: rgb(12,5,198); }
H1.HeaderClassName
{
color: #0C05C6;
}
.AnyTagClassName
{
color: #0C05C6;
}
</style>
background-color css
<style>
a { background-color: #0C05C6; }
a { background-color: rgb(12,5,198); }
div.DivClassName
{
background-color: #0C05C6;
}
.BgClassName
{
background-color: #0C05C6;
}
</style>
border-color css
<style>
span { border-color: #0C05C6; }
span { border-color: rgb(12,5,198); }
td.TdClassName
{
border-color: #0C05C6;
}
.TagClassName
{
border-color: #0C05C6;
}
</style>