Shades of Medium Blue #011DCF
Tints of Medium Blue #011DCF
RGB
CMYK
RGB Variations
Color information
#011DCF (or 0x011DCF) is known color: Medium Blue. HEX triplet: 01, 1D and CF. RGB value is (1,29,207). Sum of RGB (Red+Green+Blue) = 1+29+207=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #011DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DCF is #FEE230. Grayscale: #282828. Windows color (decimal): -16704049 or 13573377. OLE color: 13573377.
HSL color Cylindrical-coordinate representation of color #011DCF: hue angle of 231.84º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011DCF is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 29 | 207 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.19 |
| HSL | 231.84º | 0.99% | 0.41% | - |
| HSV(B) | 231.84º | 1% | 0.81% | - |
| XYZ | 11.71 | 5.39 | 59.45 | - |
| YUV | 40.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 207 | 1.00 | 0.86 | 0 | 0.19 | 231.84 | 0.99 | 0.41 |
| Hex | 1 | 1D | CF | 64 | 56 | 0 | 13 | E8 | 63 | 29 |
| Octal | 1 | 35 | 317 | 144 | 126 | 0 | 23 | 350 | 143 | 51 |
| Binary | 1 | 11101 | 11001111 | 1100100 | 1010110 | 0 | 10011 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011DCF
Complementary color
Monochromatic Colors of #011DCF
Black with #011DCF
Text Example
Text Example
White with #011DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DCF; }
p { color: rgb(1,29,207); }
H1.HeaderClassName
{
color: #011DCF;
}
.AnyTagClassName
{
color: #011DCF;
}
</style>
background-color css
<style>
a { background-color: #011DCF; }
a { background-color: rgb(1,29,207); }
div.DivClassName
{
background-color: #011DCF;
}
.BgClassName
{
background-color: #011DCF;
}
</style>
border-color css
<style>
span { border-color: #011DCF; }
span { border-color: rgb(1,29,207); }
td.TdClassName
{
border-color: #011DCF;
}
.TagClassName
{
border-color: #011DCF;
}
</style>