Shades of Medium Blue #000DBA
Tints of Medium Blue #000DBA
RGB
CMYK
RGB Variations
Color information
#000DBA (or 0x000DBA) is known color: Medium Blue. HEX triplet: 00, 0D and BA. RGB value is (0,13,186). Sum of RGB (Red+Green+Blue) = 0+13+186=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #000DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DBA is #FFF245. Grayscale: #1C1C1C. Windows color (decimal): -16773702 or 12193024. OLE color: 12193024.
HSL color Cylindrical-coordinate representation of color #000DBA: hue angle of 235.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DBA is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 13 | 186 | - |
| CMYK | 1 | 0.93 | 0 | 0.27 |
| HSL | 235.81º | 1% | 0.36% | - |
| HSV(B) | 235.81º | 1% | 0.73% | - |
| XYZ | 9.01 | 3.83 | 46.72 | - |
| YUV | 28.84 | 216.69 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 186 | 1 | 0.93 | 0 | 0.27 | 235.81 | 1 | 0.36 |
| Hex | 0 | D | BA | 64 | 5D | 0 | 1B | EC | 64 | 24 |
| Octal | 0 | 15 | 272 | 144 | 135 | 0 | 33 | 354 | 144 | 44 |
| Binary | 0 | 1101 | 10111010 | 1100100 | 1011101 | 0 | 11011 | 11101100 | 1100100 | 100100 |
Color Harmonies of #000DBA
Complementary color
Monochromatic Colors of #000DBA
Black with #000DBA
Text Example
Text Example
White with #000DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DBA; }
p { color: rgb(0,13,186); }
H1.HeaderClassName
{
color: #000DBA;
}
.AnyTagClassName
{
color: #000DBA;
}
</style>
background-color css
<style>
a { background-color: #000DBA; }
a { background-color: rgb(0,13,186); }
div.DivClassName
{
background-color: #000DBA;
}
.BgClassName
{
background-color: #000DBA;
}
</style>
border-color css
<style>
span { border-color: #000DBA; }
span { border-color: rgb(0,13,186); }
td.TdClassName
{
border-color: #000DBA;
}
.TagClassName
{
border-color: #000DBA;
}
</style>