Shades of Medium Blue #000ED1
Tints of Medium Blue #000ED1
RGB
CMYK
RGB Variations
Color information
#000ED1 (or 0x000ED1) is known color: Medium Blue. HEX triplet: 00, 0E and D1. RGB value is (0,14,209). Sum of RGB (Red+Green+Blue) = 0+14+209=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 209 (82.03% from 255 or 93.72% from 223); Max value from RGB is 209 - color contains mainly: blue. Hex color #000ED1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ED1 is #FFF12E. Grayscale: #1F1F1F. Windows color (decimal): -16773423 or 13700608. OLE color: 13700608.
HSL color Cylindrical-coordinate representation of color #000ED1: hue angle of 235.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ED1 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 14 | 209 | - |
| CMYK | 1 | 0.93 | 0 | 0.18 |
| HSL | 235.98º | 1% | 0.41% | - |
| HSV(B) | 235.98º | 1% | 0.82% | - |
| XYZ | 11.67 | 4.92 | 60.66 | - |
| YUV | 32.04 | 227.86 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 209 | 1 | 0.93 | 0 | 0.18 | 235.98 | 1 | 0.41 |
| Hex | 0 | E | D1 | 64 | 5D | 0 | 12 | EC | 64 | 29 |
| Octal | 0 | 16 | 321 | 144 | 135 | 0 | 22 | 354 | 144 | 51 |
| Binary | 0 | 1110 | 11010001 | 1100100 | 1011101 | 0 | 10010 | 11101100 | 1100100 | 101001 |
Color Harmonies of #000ED1
Complementary color
Monochromatic Colors of #000ED1
Black with #000ED1
Text Example
Text Example
White with #000ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ED1; }
p { color: rgb(0,14,209); }
H1.HeaderClassName
{
color: #000ED1;
}
.AnyTagClassName
{
color: #000ED1;
}
</style>
background-color css
<style>
a { background-color: #000ED1; }
a { background-color: rgb(0,14,209); }
div.DivClassName
{
background-color: #000ED1;
}
.BgClassName
{
background-color: #000ED1;
}
</style>
border-color css
<style>
span { border-color: #000ED1; }
span { border-color: rgb(0,14,209); }
td.TdClassName
{
border-color: #000ED1;
}
.TagClassName
{
border-color: #000ED1;
}
</style>