Shades of Medium Blue #000DD1
Tints of Medium Blue #000DD1
RGB
CMYK
RGB Variations
Color information
#000DD1 (or 0x000DD1) is known color: Medium Blue. HEX triplet: 00, 0D and D1. RGB value is (0,13,209). Sum of RGB (Red+Green+Blue) = 0+13+209=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 209 (82.03% from 255 or 94.14% from 222); Max value from RGB is 209 - color contains mainly: blue. Hex color #000DD1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DD1 is #FFF22E. Grayscale: #1E1E1E. Windows color (decimal): -16773679 or 13700352. OLE color: 13700352.
HSL color Cylindrical-coordinate representation of color #000DD1: hue angle of 236.27º 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 #000DD1 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 13 | 209 | - |
| CMYK | 1 | 0.94 | 0 | 0.18 |
| HSL | 236.27º | 1% | 0.41% | - |
| HSV(B) | 236.27º | 1% | 0.82% | - |
| XYZ | 11.65 | 4.89 | 60.65 | - |
| YUV | 31.46 | 228.19 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 209 | 1 | 0.94 | 0 | 0.18 | 236.27 | 1 | 0.41 |
| Hex | 0 | D | D1 | 64 | 5E | 0 | 12 | EC | 64 | 29 |
| Octal | 0 | 15 | 321 | 144 | 136 | 0 | 22 | 354 | 144 | 51 |
| Binary | 0 | 1101 | 11010001 | 1100100 | 1011110 | 0 | 10010 | 11101100 | 1100100 | 101001 |
Color Harmonies of #000DD1
Complementary color
Monochromatic Colors of #000DD1
Black with #000DD1
Text Example
Text Example
White with #000DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DD1; }
p { color: rgb(0,13,209); }
H1.HeaderClassName
{
color: #000DD1;
}
.AnyTagClassName
{
color: #000DD1;
}
</style>
background-color css
<style>
a { background-color: #000DD1; }
a { background-color: rgb(0,13,209); }
div.DivClassName
{
background-color: #000DD1;
}
.BgClassName
{
background-color: #000DD1;
}
</style>
border-color css
<style>
span { border-color: #000DD1; }
span { border-color: rgb(0,13,209); }
td.TdClassName
{
border-color: #000DD1;
}
.TagClassName
{
border-color: #000DD1;
}
</style>