Shades of Medium Blue #0C10DF
Tints of Medium Blue #0C10DF
RGB
CMYK
RGB Variations
Color information
#0C10DF (or 0x0C10DF) is known color: Medium Blue. HEX triplet: 0C, 10 and DF. RGB value is (12,16,223). Sum of RGB (Red+Green+Blue) = 12+16+223=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C10DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C10DF is #F3EF20. Grayscale: #252525. Windows color (decimal): -15986465 or 14618636. OLE color: 14618636.
HSL color Cylindrical-coordinate representation of color #0C10DF: hue angle of 238.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C10DF is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 16 | 223 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.13 |
| HSL | 238.86º | 0.9% | 0.46% | - |
| HSV(B) | 238.86º | 0.95% | 0.87% | - |
| XYZ | 13.66 | 5.78 | 70.21 | - |
| YUV | 38.4 | 232.17 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 223 | 0.95 | 0.93 | 0 | 0.13 | 238.86 | 0.9 | 0.46 |
| Hex | C | 10 | DF | 5F | 5D | 0 | D | EF | 5A | 2E |
| Octal | 14 | 20 | 337 | 137 | 135 | 0 | 15 | 357 | 132 | 56 |
| Binary | 1100 | 10000 | 11011111 | 1011111 | 1011101 | 0 | 1101 | 11101111 | 1011010 | 101110 |
Color Harmonies of #0C10DF
Complementary color
Monochromatic Colors of #0C10DF
Black with #0C10DF
Text Example
Text Example
White with #0C10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C10DF; }
p { color: rgb(12,16,223); }
H1.HeaderClassName
{
color: #0C10DF;
}
.AnyTagClassName
{
color: #0C10DF;
}
</style>
background-color css
<style>
a { background-color: #0C10DF; }
a { background-color: rgb(12,16,223); }
div.DivClassName
{
background-color: #0C10DF;
}
.BgClassName
{
background-color: #0C10DF;
}
</style>
border-color css
<style>
span { border-color: #0C10DF; }
span { border-color: rgb(12,16,223); }
td.TdClassName
{
border-color: #0C10DF;
}
.TagClassName
{
border-color: #0C10DF;
}
</style>