Shades of Medium Blue #0C0EDC
Tints of Medium Blue #0C0EDC
RGB
CMYK
RGB Variations
Color information
#0C0EDC (or 0x0C0EDC) is known color: Medium Blue. HEX triplet: 0C, 0E and DC. RGB value is (12,14,220). Sum of RGB (Red+Green+Blue) = 12+14+220=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C0EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0EDC is #F3F123. Grayscale: #242424. Windows color (decimal): -15986980 or 14421516. OLE color: 14421516.
HSL color Cylindrical-coordinate representation of color #0C0EDC: hue angle of 239.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0EDC is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 14 | 220 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.14 |
| HSL | 239.42º | 0.9% | 0.45% | - |
| HSV(B) | 239.42º | 0.95% | 0.86% | - |
| XYZ | 13.23 | 5.56 | 68.09 | - |
| YUV | 36.89 | 231.34 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 220 | 0.95 | 0.94 | 0 | 0.14 | 239.42 | 0.9 | 0.45 |
| Hex | C | E | DC | 5F | 5E | 0 | E | EF | 5A | 2D |
| Octal | 14 | 16 | 334 | 137 | 136 | 0 | 16 | 357 | 132 | 55 |
| Binary | 1100 | 1110 | 11011100 | 1011111 | 1011110 | 0 | 1110 | 11101111 | 1011010 | 101101 |
Color Harmonies of #0C0EDC
Complementary color
Monochromatic Colors of #0C0EDC
Black with #0C0EDC
Text Example
Text Example
White with #0C0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0EDC; }
p { color: rgb(12,14,220); }
H1.HeaderClassName
{
color: #0C0EDC;
}
.AnyTagClassName
{
color: #0C0EDC;
}
</style>
background-color css
<style>
a { background-color: #0C0EDC; }
a { background-color: rgb(12,14,220); }
div.DivClassName
{
background-color: #0C0EDC;
}
.BgClassName
{
background-color: #0C0EDC;
}
</style>
border-color css
<style>
span { border-color: #0C0EDC; }
span { border-color: rgb(12,14,220); }
td.TdClassName
{
border-color: #0C0EDC;
}
.TagClassName
{
border-color: #0C0EDC;
}
</style>