Shades of Medium Blue #0C03BC
Tints of Medium Blue #0C03BC
RGB
CMYK
RGB Variations
Color information
#0C03BC (or 0x0C03BC) is known color: Medium Blue. HEX triplet: 0C, 03 and BC. RGB value is (12,3,188). Sum of RGB (Red+Green+Blue) = 12+3+188=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C03BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03BC is #F3FC43. Grayscale: #1A1A1A. Windows color (decimal): -15989828 or 12321548. OLE color: 12321548.
HSL color Cylindrical-coordinate representation of color #0C03BC: hue angle of 242.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C03BC is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 3 | 188 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.26 |
| HSL | 242.92º | 0.97% | 0.37% | - |
| HSV(B) | 242.92º | 0.98% | 0.74% | - |
| XYZ | 9.26 | 3.77 | 47.82 | - |
| YUV | 26.78 | 218.98 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 188 | 0.94 | 0.98 | 0 | 0.26 | 242.92 | 0.97 | 0.37 |
| Hex | C | 3 | BC | 5E | 62 | 0 | 1A | F3 | 61 | 25 |
| Octal | 14 | 3 | 274 | 136 | 142 | 0 | 32 | 363 | 141 | 45 |
| Binary | 1100 | 11 | 10111100 | 1011110 | 1100010 | 0 | 11010 | 11110011 | 1100001 | 100101 |
Color Harmonies of #0C03BC
Complementary color
Monochromatic Colors of #0C03BC
Black with #0C03BC
Text Example
Text Example
White with #0C03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03BC; }
p { color: rgb(12,3,188); }
H1.HeaderClassName
{
color: #0C03BC;
}
.AnyTagClassName
{
color: #0C03BC;
}
</style>
background-color css
<style>
a { background-color: #0C03BC; }
a { background-color: rgb(12,3,188); }
div.DivClassName
{
background-color: #0C03BC;
}
.BgClassName
{
background-color: #0C03BC;
}
</style>
border-color css
<style>
span { border-color: #0C03BC; }
span { border-color: rgb(12,3,188); }
td.TdClassName
{
border-color: #0C03BC;
}
.TagClassName
{
border-color: #0C03BC;
}
</style>