Shades of Medium Blue #011DCE
Tints of Medium Blue #011DCE
RGB
CMYK
RGB Variations
Color information
#011DCE (or 0x011DCE) is known color: Medium Blue. HEX triplet: 01, 1D and CE. RGB value is (1,29,206). Sum of RGB (Red+Green+Blue) = 1+29+206=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 206 (80.86% from 255 or 87.29% from 236); Max value from RGB is 206 - color contains mainly: blue. Hex color #011DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DCE is #FEE231. Grayscale: #282828. Windows color (decimal): -16704050 or 13507841. OLE color: 13507841.
HSL color Cylindrical-coordinate representation of color #011DCE: hue angle of 231.8º 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 #011DCE is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 29 | 206 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.19 |
| HSL | 231.8º | 0.99% | 0.41% | - |
| HSV(B) | 231.8º | 1% | 0.81% | - |
| XYZ | 11.59 | 5.34 | 58.81 | - |
| YUV | 40.81 | 221.22 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 206 | 1.00 | 0.86 | 0 | 0.19 | 231.8 | 0.99 | 0.41 |
| Hex | 1 | 1D | CE | 64 | 56 | 0 | 13 | E8 | 63 | 29 |
| Octal | 1 | 35 | 316 | 144 | 126 | 0 | 23 | 350 | 143 | 51 |
| Binary | 1 | 11101 | 11001110 | 1100100 | 1010110 | 0 | 10011 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011DCE
Complementary color
Monochromatic Colors of #011DCE
Black with #011DCE
Text Example
Text Example
White with #011DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DCE; }
p { color: rgb(1,29,206); }
H1.HeaderClassName
{
color: #011DCE;
}
.AnyTagClassName
{
color: #011DCE;
}
</style>
background-color css
<style>
a { background-color: #011DCE; }
a { background-color: rgb(1,29,206); }
div.DivClassName
{
background-color: #011DCE;
}
.BgClassName
{
background-color: #011DCE;
}
</style>
border-color css
<style>
span { border-color: #011DCE; }
span { border-color: rgb(1,29,206); }
td.TdClassName
{
border-color: #011DCE;
}
.TagClassName
{
border-color: #011DCE;
}
</style>