Shades of Medium Blue #0C1CCF
Tints of Medium Blue #0C1CCF
RGB
CMYK
RGB Variations
Color information
#0C1CCF (or 0x0C1CCF) is known color: Medium Blue. HEX triplet: 0C, 1C and CF. RGB value is (12,28,207). Sum of RGB (Red+Green+Blue) = 12+28+207=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C1CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CCF is #F3E330. Grayscale: #2A2A2A. Windows color (decimal): -15983409 or 13573132. OLE color: 13573132.
HSL color Cylindrical-coordinate representation of color #0C1CCF: hue angle of 235.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1CCF is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 28 | 207 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.19 |
| HSL | 235.08º | 0.89% | 0.43% | - |
| HSV(B) | 235.08º | 0.94% | 0.81% | - |
| XYZ | 11.83 | 5.41 | 59.45 | - |
| YUV | 43.62 | 220.2 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 207 | 0.94 | 0.86 | 0 | 0.19 | 235.08 | 0.89 | 0.43 |
| Hex | C | 1C | CF | 5E | 56 | 0 | 13 | EB | 59 | 2B |
| Octal | 14 | 34 | 317 | 136 | 126 | 0 | 23 | 353 | 131 | 53 |
| Binary | 1100 | 11100 | 11001111 | 1011110 | 1010110 | 0 | 10011 | 11101011 | 1011001 | 101011 |
Color Harmonies of #0C1CCF
Complementary color
Monochromatic Colors of #0C1CCF
Black with #0C1CCF
Text Example
Text Example
White with #0C1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1CCF; }
p { color: rgb(12,28,207); }
H1.HeaderClassName
{
color: #0C1CCF;
}
.AnyTagClassName
{
color: #0C1CCF;
}
</style>
background-color css
<style>
a { background-color: #0C1CCF; }
a { background-color: rgb(12,28,207); }
div.DivClassName
{
background-color: #0C1CCF;
}
.BgClassName
{
background-color: #0C1CCF;
}
</style>
border-color css
<style>
span { border-color: #0C1CCF; }
span { border-color: rgb(12,28,207); }
td.TdClassName
{
border-color: #0C1CCF;
}
.TagClassName
{
border-color: #0C1CCF;
}
</style>