Shades of Medium Blue #001CD6
Tints of Medium Blue #001CD6
RGB
CMYK
RGB Variations
Color information
#001CD6 (or 0x001CD6) is known color: Medium Blue. HEX triplet: 00, 1C and D6. RGB value is (0,28,214). Sum of RGB (Red+Green+Blue) = 0+28+214=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 214 (83.98% from 255 or 88.43% from 242); Max value from RGB is 214 - color contains mainly: blue. Hex color #001CD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CD6 is #FFE329. Grayscale: #282828. Windows color (decimal): -16769834 or 14031872. OLE color: 14031872.
HSL color Cylindrical-coordinate representation of color #001CD6: hue angle of 232.15º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CD6 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 28 | 214 | - |
| CMYK | 1 | 0.87 | 0 | 0.16 |
| HSL | 232.15º | 1% | 0.42% | - |
| HSV(B) | 232.15º | 1% | 0.84% | - |
| XYZ | 12.55 | 5.69 | 64.05 | - |
| YUV | 40.83 | 225.72 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 214 | 1 | 0.87 | 0 | 0.16 | 232.15 | 1 | 0.42 |
| Hex | 0 | 1C | D6 | 64 | 57 | 0 | 10 | E8 | 64 | 2A |
| Octal | 0 | 34 | 326 | 144 | 127 | 0 | 20 | 350 | 144 | 52 |
| Binary | 0 | 11100 | 11010110 | 1100100 | 1010111 | 0 | 10000 | 11101000 | 1100100 | 101010 |
Color Harmonies of #001CD6
Complementary color
Monochromatic Colors of #001CD6
Black with #001CD6
Text Example
Text Example
White with #001CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CD6; }
p { color: rgb(0,28,214); }
H1.HeaderClassName
{
color: #001CD6;
}
.AnyTagClassName
{
color: #001CD6;
}
</style>
background-color css
<style>
a { background-color: #001CD6; }
a { background-color: rgb(0,28,214); }
div.DivClassName
{
background-color: #001CD6;
}
.BgClassName
{
background-color: #001CD6;
}
</style>
border-color css
<style>
span { border-color: #001CD6; }
span { border-color: rgb(0,28,214); }
td.TdClassName
{
border-color: #001CD6;
}
.TagClassName
{
border-color: #001CD6;
}
</style>