Shades of Medium Blue #0C03DC
Tints of Medium Blue #0C03DC
RGB
CMYK
RGB Variations
Color information
#0C03DC (or 0x0C03DC) is known color: Medium Blue. HEX triplet: 0C, 03 and DC. RGB value is (12,3,220). Sum of RGB (Red+Green+Blue) = 12+3+220=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C03DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03DC is #F3FC23. Grayscale: #1D1D1D. Windows color (decimal): -15989796 or 14418700. OLE color: 14418700.
HSL color Cylindrical-coordinate representation of color #0C03DC: hue angle of 242.49º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03DC is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 3 | 220 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.14 |
| HSL | 242.49º | 0.97% | 0.44% | - |
| HSV(B) | 242.49º | 0.99% | 0.86% | - |
| XYZ | 13.1 | 5.31 | 68.04 | - |
| YUV | 30.43 | 234.98 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 220 | 0.95 | 0.99 | 0 | 0.14 | 242.49 | 0.97 | 0.44 |
| Hex | C | 3 | DC | 5F | 63 | 0 | E | F2 | 61 | 2C |
| Octal | 14 | 3 | 334 | 137 | 143 | 0 | 16 | 362 | 141 | 54 |
| Binary | 1100 | 11 | 11011100 | 1011111 | 1100011 | 0 | 1110 | 11110010 | 1100001 | 101100 |
Color Harmonies of #0C03DC
Complementary color
Monochromatic Colors of #0C03DC
Black with #0C03DC
Text Example
Text Example
White with #0C03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03DC; }
p { color: rgb(12,3,220); }
H1.HeaderClassName
{
color: #0C03DC;
}
.AnyTagClassName
{
color: #0C03DC;
}
</style>
background-color css
<style>
a { background-color: #0C03DC; }
a { background-color: rgb(12,3,220); }
div.DivClassName
{
background-color: #0C03DC;
}
.BgClassName
{
background-color: #0C03DC;
}
</style>
border-color css
<style>
span { border-color: #0C03DC; }
span { border-color: rgb(12,3,220); }
td.TdClassName
{
border-color: #0C03DC;
}
.TagClassName
{
border-color: #0C03DC;
}
</style>