Shades of Medium Blue #0C1CC0
Tints of Medium Blue #0C1CC0
RGB
CMYK
RGB Variations
Color information
#0C1CC0 (or 0x0C1CC0) is known color: Medium Blue. HEX triplet: 0C, 1C and C0. RGB value is (12,28,192). Sum of RGB (Red+Green+Blue) = 12+28+192=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 192 (75.39% from 255 or 82.76% from 232); Max value from RGB is 192 - color contains mainly: blue. Hex color #0C1CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CC0 is #F3E33F. Grayscale: #292929. Windows color (decimal): -15983424 or 12590092. OLE color: 12590092.
HSL color Cylindrical-coordinate representation of color #0C1CC0: hue angle of 234.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1CC0 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 28 | 192 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.25 |
| HSL | 234.67º | 0.88% | 0.4% | - |
| HSV(B) | 234.67º | 0.94% | 0.75% | - |
| XYZ | 10.08 | 4.71 | 50.25 | - |
| YUV | 41.91 | 212.7 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 192 | 0.94 | 0.85 | 0 | 0.25 | 234.67 | 0.88 | 0.4 |
| Hex | C | 1C | C0 | 5E | 55 | 0 | 19 | EB | 58 | 28 |
| Octal | 14 | 34 | 300 | 136 | 125 | 0 | 31 | 353 | 130 | 50 |
| Binary | 1100 | 11100 | 11000000 | 1011110 | 1010101 | 0 | 11001 | 11101011 | 1011000 | 101000 |
Color Harmonies of #0C1CC0
Complementary color
Monochromatic Colors of #0C1CC0
Black with #0C1CC0
Text Example
Text Example
White with #0C1CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1CC0; }
p { color: rgb(12,28,192); }
H1.HeaderClassName
{
color: #0C1CC0;
}
.AnyTagClassName
{
color: #0C1CC0;
}
</style>
background-color css
<style>
a { background-color: #0C1CC0; }
a { background-color: rgb(12,28,192); }
div.DivClassName
{
background-color: #0C1CC0;
}
.BgClassName
{
background-color: #0C1CC0;
}
</style>
border-color css
<style>
span { border-color: #0C1CC0; }
span { border-color: rgb(12,28,192); }
td.TdClassName
{
border-color: #0C1CC0;
}
.TagClassName
{
border-color: #0C1CC0;
}
</style>