Shades of Medium Blue #0C03CD
Tints of Medium Blue #0C03CD
RGB
CMYK
RGB Variations
Color information
#0C03CD (or 0x0C03CD) is known color: Medium Blue. HEX triplet: 0C, 03 and CD. RGB value is (12,3,205). Sum of RGB (Red+Green+Blue) = 12+3+205=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C03CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03CD is #F3FC32. Grayscale: #1B1B1B. Windows color (decimal): -15989811 or 13435660. OLE color: 13435660.
HSL color Cylindrical-coordinate representation of color #0C03CD: hue angle of 242.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03CD is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 3 | 205 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.20 |
| HSL | 242.67º | 0.97% | 0.41% | - |
| HSV(B) | 242.67º | 0.99% | 0.8% | - |
| XYZ | 11.2 | 4.55 | 58.05 | - |
| YUV | 28.72 | 227.48 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 205 | 0.94 | 0.99 | 0 | 0.20 | 242.67 | 0.97 | 0.41 |
| Hex | C | 3 | CD | 5E | 63 | 0 | 14 | F3 | 61 | 29 |
| Octal | 14 | 3 | 315 | 136 | 143 | 0 | 24 | 363 | 141 | 51 |
| Binary | 1100 | 11 | 11001101 | 1011110 | 1100011 | 0 | 10100 | 11110011 | 1100001 | 101001 |
Color Harmonies of #0C03CD
Complementary color
Monochromatic Colors of #0C03CD
Black with #0C03CD
Text Example
Text Example
White with #0C03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03CD; }
p { color: rgb(12,3,205); }
H1.HeaderClassName
{
color: #0C03CD;
}
.AnyTagClassName
{
color: #0C03CD;
}
</style>
background-color css
<style>
a { background-color: #0C03CD; }
a { background-color: rgb(12,3,205); }
div.DivClassName
{
background-color: #0C03CD;
}
.BgClassName
{
background-color: #0C03CD;
}
</style>
border-color css
<style>
span { border-color: #0C03CD; }
span { border-color: rgb(12,3,205); }
td.TdClassName
{
border-color: #0C03CD;
}
.TagClassName
{
border-color: #0C03CD;
}
</style>