Shades of Medium Blue #010CDC
Tints of Medium Blue #010CDC
RGB
CMYK
RGB Variations
Color information
#010CDC (or 0x010CDC) is known color: Medium Blue. HEX triplet: 01, 0C and DC. RGB value is (1,12,220). Sum of RGB (Red+Green+Blue) = 1+12+220=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 220 (86.33% from 255 or 94.42% from 233); Max value from RGB is 220 - color contains mainly: blue. Hex color #010CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CDC is #FEF323. Grayscale: #1F1F1F. Windows color (decimal): -16708388 or 14420993. OLE color: 14420993.
HSL color Cylindrical-coordinate representation of color #010CDC: hue angle of 236.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CDC is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 12 | 220 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.14 |
| HSL | 236.99º | 0.99% | 0.43% | - |
| HSV(B) | 236.99º | 1% | 0.86% | - |
| XYZ | 13.06 | 5.44 | 68.07 | - |
| YUV | 32.42 | 233.86 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 220 | 1.00 | 0.95 | 0 | 0.14 | 236.99 | 0.99 | 0.43 |
| Hex | 1 | C | DC | 64 | 5F | 0 | E | ED | 63 | 2B |
| Octal | 1 | 14 | 334 | 144 | 137 | 0 | 16 | 355 | 143 | 53 |
| Binary | 1 | 1100 | 11011100 | 1100100 | 1011111 | 0 | 1110 | 11101101 | 1100011 | 101011 |
Color Harmonies of #010CDC
Complementary color
Monochromatic Colors of #010CDC
Black with #010CDC
Text Example
Text Example
White with #010CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CDC; }
p { color: rgb(1,12,220); }
H1.HeaderClassName
{
color: #010CDC;
}
.AnyTagClassName
{
color: #010CDC;
}
</style>
background-color css
<style>
a { background-color: #010CDC; }
a { background-color: rgb(1,12,220); }
div.DivClassName
{
background-color: #010CDC;
}
.BgClassName
{
background-color: #010CDC;
}
</style>
border-color css
<style>
span { border-color: #010CDC; }
span { border-color: rgb(1,12,220); }
td.TdClassName
{
border-color: #010CDC;
}
.TagClassName
{
border-color: #010CDC;
}
</style>