Shades of Medium Blue #0C10CC
Tints of Medium Blue #0C10CC
RGB
CMYK
RGB Variations
Color information
#0C10CC (or 0x0C10CC) is known color: Medium Blue. HEX triplet: 0C, 10 and CC. RGB value is (12,16,204). Sum of RGB (Red+Green+Blue) = 12+16+204=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C10CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C10CC is #F3EF33. Grayscale: #232323. Windows color (decimal): -15986484 or 13373452. OLE color: 13373452.
HSL color Cylindrical-coordinate representation of color #0C10CC: hue angle of 238.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C10CC is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 16 | 204 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.2 |
| HSL | 238.75º | 0.89% | 0.42% | - |
| HSV(B) | 238.75º | 0.94% | 0.8% | - |
| XYZ | 11.24 | 4.81 | 57.46 | - |
| YUV | 36.24 | 222.67 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 204 | 0.94 | 0.92 | 0 | 0.2 | 238.75 | 0.89 | 0.42 |
| Hex | C | 10 | CC | 5E | 5C | 0 | 14 | EF | 59 | 2A |
| Octal | 14 | 20 | 314 | 136 | 134 | 0 | 24 | 357 | 131 | 52 |
| Binary | 1100 | 10000 | 11001100 | 1011110 | 1011100 | 0 | 10100 | 11101111 | 1011001 | 101010 |
Color Harmonies of #0C10CC
Complementary color
Monochromatic Colors of #0C10CC
Black with #0C10CC
Text Example
Text Example
White with #0C10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C10CC; }
p { color: rgb(12,16,204); }
H1.HeaderClassName
{
color: #0C10CC;
}
.AnyTagClassName
{
color: #0C10CC;
}
</style>
background-color css
<style>
a { background-color: #0C10CC; }
a { background-color: rgb(12,16,204); }
div.DivClassName
{
background-color: #0C10CC;
}
.BgClassName
{
background-color: #0C10CC;
}
</style>
border-color css
<style>
span { border-color: #0C10CC; }
span { border-color: rgb(12,16,204); }
td.TdClassName
{
border-color: #0C10CC;
}
.TagClassName
{
border-color: #0C10CC;
}
</style>