Shades of Medium Blue #000DBC
Tints of Medium Blue #000DBC
RGB
CMYK
RGB Variations
Color information
#000DBC (or 0x000DBC) is known color: Medium Blue. HEX triplet: 00, 0D and BC. RGB value is (0,13,188). Sum of RGB (Red+Green+Blue) = 0+13+188=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 188 (73.83% from 255 or 93.53% from 201); Max value from RGB is 188 - color contains mainly: blue. Hex color #000DBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DBC is #FFF243. Grayscale: #1C1C1C. Windows color (decimal): -16773700 or 12324096. OLE color: 12324096.
HSL color Cylindrical-coordinate representation of color #000DBC: hue angle of 235.85º 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 #000DBC is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 13 | 188 | - |
| CMYK | 1 | 0.93 | 0 | 0.26 |
| HSL | 235.85º | 1% | 0.37% | - |
| HSV(B) | 235.85º | 1% | 0.74% | - |
| XYZ | 9.22 | 3.92 | 47.85 | - |
| YUV | 29.06 | 217.69 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 188 | 1 | 0.93 | 0 | 0.26 | 235.85 | 1 | 0.37 |
| Hex | 0 | D | BC | 64 | 5D | 0 | 1A | EC | 64 | 25 |
| Octal | 0 | 15 | 274 | 144 | 135 | 0 | 32 | 354 | 144 | 45 |
| Binary | 0 | 1101 | 10111100 | 1100100 | 1011101 | 0 | 11010 | 11101100 | 1100100 | 100101 |
Color Harmonies of #000DBC
Complementary color
Monochromatic Colors of #000DBC
Black with #000DBC
Text Example
Text Example
White with #000DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DBC; }
p { color: rgb(0,13,188); }
H1.HeaderClassName
{
color: #000DBC;
}
.AnyTagClassName
{
color: #000DBC;
}
</style>
background-color css
<style>
a { background-color: #000DBC; }
a { background-color: rgb(0,13,188); }
div.DivClassName
{
background-color: #000DBC;
}
.BgClassName
{
background-color: #000DBC;
}
</style>
border-color css
<style>
span { border-color: #000DBC; }
span { border-color: rgb(0,13,188); }
td.TdClassName
{
border-color: #000DBC;
}
.TagClassName
{
border-color: #000DBC;
}
</style>