Shades of Medium Blue #000DBD
Tints of Medium Blue #000DBD
RGB
CMYK
RGB Variations
Color information
#000DBD (or 0x000DBD) is known color: Medium Blue. HEX triplet: 00, 0D and BD. RGB value is (0,13,189). Sum of RGB (Red+Green+Blue) = 0+13+189=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #000DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DBD is #FFF242. Grayscale: #1C1C1C. Windows color (decimal): -16773699 or 12389632. OLE color: 12389632.
HSL color Cylindrical-coordinate representation of color #000DBD: hue angle of 235.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DBD is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 13 | 189 | - |
| CMYK | 1 | 0.93 | 0 | 0.26 |
| HSL | 235.87º | 1% | 0.37% | - |
| HSV(B) | 235.87º | 1% | 0.74% | - |
| XYZ | 9.33 | 3.96 | 48.42 | - |
| YUV | 29.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 189 | 1 | 0.93 | 0 | 0.26 | 235.87 | 1 | 0.37 |
| Hex | 0 | D | BD | 64 | 5D | 0 | 1A | EC | 64 | 25 |
| Octal | 0 | 15 | 275 | 144 | 135 | 0 | 32 | 354 | 144 | 45 |
| Binary | 0 | 1101 | 10111101 | 1100100 | 1011101 | 0 | 11010 | 11101100 | 1100100 | 100101 |
Color Harmonies of #000DBD
Complementary color
Monochromatic Colors of #000DBD
Black with #000DBD
Text Example
Text Example
White with #000DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DBD; }
p { color: rgb(0,13,189); }
H1.HeaderClassName
{
color: #000DBD;
}
.AnyTagClassName
{
color: #000DBD;
}
</style>
background-color css
<style>
a { background-color: #000DBD; }
a { background-color: rgb(0,13,189); }
div.DivClassName
{
background-color: #000DBD;
}
.BgClassName
{
background-color: #000DBD;
}
</style>
border-color css
<style>
span { border-color: #000DBD; }
span { border-color: rgb(0,13,189); }
td.TdClassName
{
border-color: #000DBD;
}
.TagClassName
{
border-color: #000DBD;
}
</style>