Shades of Medium Blue #001ECD
Tints of Medium Blue #001ECD
RGB
CMYK
RGB Variations
Color information
#001ECD (or 0x001ECD) is known color: Medium Blue. HEX triplet: 00, 1E and CD. RGB value is (0,30,205). Sum of RGB (Red+Green+Blue) = 0+30+205=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 205 (80.47% from 255 or 87.23% from 235); Max value from RGB is 205 - color contains mainly: blue. Hex color #001ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ECD is #FFE132. Grayscale: #282828. Windows color (decimal): -16769331 or 13442560. OLE color: 13442560.
HSL color Cylindrical-coordinate representation of color #001ECD: hue angle of 231.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ECD is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 30 | 205 | - |
| CMYK | 1 | 0.85 | 0 | 0.20 |
| HSL | 231.22º | 1% | 0.4% | - |
| HSV(B) | 231.22º | 1% | 0.8% | - |
| XYZ | 11.48 | 5.34 | 58.18 | - |
| YUV | 40.98 | 220.56 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 205 | 1 | 0.85 | 0 | 0.20 | 231.22 | 1 | 0.4 |
| Hex | 0 | 1E | CD | 64 | 55 | 0 | 14 | E7 | 64 | 28 |
| Octal | 0 | 36 | 315 | 144 | 125 | 0 | 24 | 347 | 144 | 50 |
| Binary | 0 | 11110 | 11001101 | 1100100 | 1010101 | 0 | 10100 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001ECD
Complementary color
Monochromatic Colors of #001ECD
Black with #001ECD
Text Example
Text Example
White with #001ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ECD; }
p { color: rgb(0,30,205); }
H1.HeaderClassName
{
color: #001ECD;
}
.AnyTagClassName
{
color: #001ECD;
}
</style>
background-color css
<style>
a { background-color: #001ECD; }
a { background-color: rgb(0,30,205); }
div.DivClassName
{
background-color: #001ECD;
}
.BgClassName
{
background-color: #001ECD;
}
</style>
border-color css
<style>
span { border-color: #001ECD; }
span { border-color: rgb(0,30,205); }
td.TdClassName
{
border-color: #001ECD;
}
.TagClassName
{
border-color: #001ECD;
}
</style>