Shades of Medium Blue #0C10DA
Tints of Medium Blue #0C10DA
RGB
CMYK
RGB Variations
Color information
#0C10DA (or 0x0C10DA) is known color: Medium Blue. HEX triplet: 0C, 10 and DA. RGB value is (12,16,218). Sum of RGB (Red+Green+Blue) = 12+16+218=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 218 (85.55% from 255 or 88.62% from 246); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C10DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C10DA is #F3EF25. Grayscale: #252525. Windows color (decimal): -15986470 or 14290956. OLE color: 14290956.
HSL color Cylindrical-coordinate representation of color #0C10DA: hue angle of 238.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C10DA is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 16 | 218 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.15 |
| HSL | 238.83º | 0.9% | 0.45% | - |
| HSV(B) | 238.83º | 0.94% | 0.85% | - |
| XYZ | 12.99 | 5.51 | 66.71 | - |
| YUV | 37.83 | 229.67 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 218 | 0.94 | 0.93 | 0 | 0.15 | 238.83 | 0.9 | 0.45 |
| Hex | C | 10 | DA | 5E | 5D | 0 | F | EF | 5A | 2D |
| Octal | 14 | 20 | 332 | 136 | 135 | 0 | 17 | 357 | 132 | 55 |
| Binary | 1100 | 10000 | 11011010 | 1011110 | 1011101 | 0 | 1111 | 11101111 | 1011010 | 101101 |
Color Harmonies of #0C10DA
Complementary color
Monochromatic Colors of #0C10DA
Black with #0C10DA
Text Example
Text Example
White with #0C10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C10DA; }
p { color: rgb(12,16,218); }
H1.HeaderClassName
{
color: #0C10DA;
}
.AnyTagClassName
{
color: #0C10DA;
}
</style>
background-color css
<style>
a { background-color: #0C10DA; }
a { background-color: rgb(12,16,218); }
div.DivClassName
{
background-color: #0C10DA;
}
.BgClassName
{
background-color: #0C10DA;
}
</style>
border-color css
<style>
span { border-color: #0C10DA; }
span { border-color: rgb(12,16,218); }
td.TdClassName
{
border-color: #0C10DA;
}
.TagClassName
{
border-color: #0C10DA;
}
</style>