Shades of Medium Blue #0C06CA
Tints of Medium Blue #0C06CA
RGB
CMYK
RGB Variations
Color information
#0C06CA (or 0x0C06CA) is known color: Medium Blue. HEX triplet: 0C, 06 and CA. RGB value is (12,6,202). Sum of RGB (Red+Green+Blue) = 12+6+202=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 202 (79.30% from 255 or 91.82% from 220); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C06CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C06CA is #F3F935. Grayscale: #1D1D1D. Windows color (decimal): -15989046 or 13239820. OLE color: 13239820.
HSL color Cylindrical-coordinate representation of color #0C06CA: hue angle of 241.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C06CA is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 6 | 202 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.21 |
| HSL | 241.84º | 0.94% | 0.41% | - |
| HSV(B) | 241.84º | 0.97% | 0.79% | - |
| XYZ | 10.88 | 4.47 | 56.17 | - |
| YUV | 30.14 | 224.99 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 202 | 0.94 | 0.97 | 0 | 0.21 | 241.84 | 0.94 | 0.41 |
| Hex | C | 6 | CA | 5E | 61 | 0 | 15 | F2 | 5E | 29 |
| Octal | 14 | 6 | 312 | 136 | 141 | 0 | 25 | 362 | 136 | 51 |
| Binary | 1100 | 110 | 11001010 | 1011110 | 1100001 | 0 | 10101 | 11110010 | 1011110 | 101001 |
Color Harmonies of #0C06CA
Complementary color
Monochromatic Colors of #0C06CA
Black with #0C06CA
Text Example
Text Example
White with #0C06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C06CA; }
p { color: rgb(12,6,202); }
H1.HeaderClassName
{
color: #0C06CA;
}
.AnyTagClassName
{
color: #0C06CA;
}
</style>
background-color css
<style>
a { background-color: #0C06CA; }
a { background-color: rgb(12,6,202); }
div.DivClassName
{
background-color: #0C06CA;
}
.BgClassName
{
background-color: #0C06CA;
}
</style>
border-color css
<style>
span { border-color: #0C06CA; }
span { border-color: rgb(12,6,202); }
td.TdClassName
{
border-color: #0C06CA;
}
.TagClassName
{
border-color: #0C06CA;
}
</style>