Shades of Medium Blue #0C12CB
Tints of Medium Blue #0C12CB
RGB
CMYK
RGB Variations
Color information
#0C12CB (or 0x0C12CB) is known color: Medium Blue. HEX triplet: 0C, 12 and CB. RGB value is (12,18,203). Sum of RGB (Red+Green+Blue) = 12+18+203=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C12CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C12CB is #F3ED34. Grayscale: #242424. Windows color (decimal): -15985973 or 13308428. OLE color: 13308428.
HSL color Cylindrical-coordinate representation of color #0C12CB: hue angle of 238.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C12CB is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 18 | 203 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.20 |
| HSL | 238.12º | 0.89% | 0.42% | - |
| HSV(B) | 238.12º | 0.94% | 0.8% | - |
| XYZ | 11.15 | 4.82 | 56.84 | - |
| YUV | 37.3 | 221.51 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 203 | 0.94 | 0.91 | 0 | 0.20 | 238.12 | 0.89 | 0.42 |
| Hex | C | 12 | CB | 5E | 5B | 0 | 14 | EE | 59 | 2A |
| Octal | 14 | 22 | 313 | 136 | 133 | 0 | 24 | 356 | 131 | 52 |
| Binary | 1100 | 10010 | 11001011 | 1011110 | 1011011 | 0 | 10100 | 11101110 | 1011001 | 101010 |
Color Harmonies of #0C12CB
Complementary color
Monochromatic Colors of #0C12CB
Black with #0C12CB
Text Example
Text Example
White with #0C12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C12CB; }
p { color: rgb(12,18,203); }
H1.HeaderClassName
{
color: #0C12CB;
}
.AnyTagClassName
{
color: #0C12CB;
}
</style>
background-color css
<style>
a { background-color: #0C12CB; }
a { background-color: rgb(12,18,203); }
div.DivClassName
{
background-color: #0C12CB;
}
.BgClassName
{
background-color: #0C12CB;
}
</style>
border-color css
<style>
span { border-color: #0C12CB; }
span { border-color: rgb(12,18,203); }
td.TdClassName
{
border-color: #0C12CB;
}
.TagClassName
{
border-color: #0C12CB;
}
</style>