Shades of Medium Blue #0C0FCA
Tints of Medium Blue #0C0FCA
RGB
CMYK
RGB Variations
Color information
#0C0FCA (or 0x0C0FCA) is known color: Medium Blue. HEX triplet: 0C, 0F and CA. RGB value is (12,15,202). Sum of RGB (Red+Green+Blue) = 12+15+202=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C0FCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0FCA is #F3F035. Grayscale: #222222. Windows color (decimal): -15986742 or 13242124. OLE color: 13242124.
HSL color Cylindrical-coordinate representation of color #0C0FCA: hue angle of 239.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0FCA is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 15 | 202 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.21 |
| HSL | 239.05º | 0.89% | 0.42% | - |
| HSV(B) | 239.05º | 0.94% | 0.79% | - |
| XYZ | 10.98 | 4.68 | 56.2 | - |
| YUV | 35.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 202 | 0.94 | 0.93 | 0 | 0.21 | 239.05 | 0.89 | 0.42 |
| Hex | C | F | CA | 5E | 5D | 0 | 15 | EF | 59 | 2A |
| Octal | 14 | 17 | 312 | 136 | 135 | 0 | 25 | 357 | 131 | 52 |
| Binary | 1100 | 1111 | 11001010 | 1011110 | 1011101 | 0 | 10101 | 11101111 | 1011001 | 101010 |
Color Harmonies of #0C0FCA
Complementary color
Monochromatic Colors of #0C0FCA
Black with #0C0FCA
Text Example
Text Example
White with #0C0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0FCA; }
p { color: rgb(12,15,202); }
H1.HeaderClassName
{
color: #0C0FCA;
}
.AnyTagClassName
{
color: #0C0FCA;
}
</style>
background-color css
<style>
a { background-color: #0C0FCA; }
a { background-color: rgb(12,15,202); }
div.DivClassName
{
background-color: #0C0FCA;
}
.BgClassName
{
background-color: #0C0FCA;
}
</style>
border-color css
<style>
span { border-color: #0C0FCA; }
span { border-color: rgb(12,15,202); }
td.TdClassName
{
border-color: #0C0FCA;
}
.TagClassName
{
border-color: #0C0FCA;
}
</style>