Shades of Medium Blue #010CDF
Tints of Medium Blue #010CDF
RGB
CMYK
RGB Variations
Color information
#010CDF (or 0x010CDF) is known color: Medium Blue. HEX triplet: 01, 0C and DF. RGB value is (1,12,223). Sum of RGB (Red+Green+Blue) = 1+12+223=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 223 (87.5% from 255 or 94.49% from 236); Max value from RGB is 223 - color contains mainly: blue. Hex color #010CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CDF is #FEF320. Grayscale: #1F1F1F. Windows color (decimal): -16708385 or 14617601. OLE color: 14617601.
HSL color Cylindrical-coordinate representation of color #010CDF: hue angle of 237.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CDF is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 12 | 223 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.13 |
| HSL | 237.03º | 0.99% | 0.44% | - |
| HSV(B) | 237.03º | 1% | 0.87% | - |
| XYZ | 13.46 | 5.6 | 70.18 | - |
| YUV | 32.77 | 235.36 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 223 | 1.00 | 0.95 | 0 | 0.13 | 237.03 | 0.99 | 0.44 |
| Hex | 1 | C | DF | 64 | 5F | 0 | D | ED | 63 | 2C |
| Octal | 1 | 14 | 337 | 144 | 137 | 0 | 15 | 355 | 143 | 54 |
| Binary | 1 | 1100 | 11011111 | 1100100 | 1011111 | 0 | 1101 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010CDF
Complementary color
Monochromatic Colors of #010CDF
Black with #010CDF
Text Example
Text Example
White with #010CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CDF; }
p { color: rgb(1,12,223); }
H1.HeaderClassName
{
color: #010CDF;
}
.AnyTagClassName
{
color: #010CDF;
}
</style>
background-color css
<style>
a { background-color: #010CDF; }
a { background-color: rgb(1,12,223); }
div.DivClassName
{
background-color: #010CDF;
}
.BgClassName
{
background-color: #010CDF;
}
</style>
border-color css
<style>
span { border-color: #010CDF; }
span { border-color: rgb(1,12,223); }
td.TdClassName
{
border-color: #010CDF;
}
.TagClassName
{
border-color: #010CDF;
}
</style>