Shades of Medium Blue #0010C6
Tints of Medium Blue #0010C6
RGB
CMYK
RGB Variations
Color information
#0010C6 (or 0x0010C6) is known color: Medium Blue. HEX triplet: 00, 10 and C6. RGB value is (0,16,198). Sum of RGB (Red+Green+Blue) = 0+16+198=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 198 (77.73% from 255 or 92.52% from 214); Max value from RGB is 198 - color contains mainly: blue. Hex color #0010C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010C6 is #FFEF39. Grayscale: #1F1F1F. Windows color (decimal): -16772922 or 12980224. OLE color: 12980224.
HSL color Cylindrical-coordinate representation of color #0010C6: hue angle of 235.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010C6 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 16 | 198 | - |
| CMYK | 1 | 0.92 | 0 | 0.22 |
| HSL | 235.15º | 1% | 0.39% | - |
| HSV(B) | 235.15º | 1% | 0.78% | - |
| XYZ | 10.38 | 4.45 | 53.74 | - |
| YUV | 31.96 | 221.7 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 198 | 1 | 0.92 | 0 | 0.22 | 235.15 | 1 | 0.39 |
| Hex | 0 | 10 | C6 | 64 | 5C | 0 | 16 | EB | 64 | 27 |
| Octal | 0 | 20 | 306 | 144 | 134 | 0 | 26 | 353 | 144 | 47 |
| Binary | 0 | 10000 | 11000110 | 1100100 | 1011100 | 0 | 10110 | 11101011 | 1100100 | 100111 |
Color Harmonies of #0010C6
Complementary color
Monochromatic Colors of #0010C6
Black with #0010C6
Text Example
Text Example
White with #0010C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010C6; }
p { color: rgb(0,16,198); }
H1.HeaderClassName
{
color: #0010C6;
}
.AnyTagClassName
{
color: #0010C6;
}
</style>
background-color css
<style>
a { background-color: #0010C6; }
a { background-color: rgb(0,16,198); }
div.DivClassName
{
background-color: #0010C6;
}
.BgClassName
{
background-color: #0010C6;
}
</style>
border-color css
<style>
span { border-color: #0010C6; }
span { border-color: rgb(0,16,198); }
td.TdClassName
{
border-color: #0010C6;
}
.TagClassName
{
border-color: #0010C6;
}
</style>