Shades of Medium Blue #000DBB
Tints of Medium Blue #000DBB
RGB
CMYK
RGB Variations
Color information
#000DBB (or 0x000DBB) is known color: Medium Blue. HEX triplet: 00, 0D and BB. RGB value is (0,13,187). Sum of RGB (Red+Green+Blue) = 0+13+187=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 187 (73.44% from 255 or 93.5% from 200); Max value from RGB is 187 - color contains mainly: blue. Hex color #000DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DBB is #FFF244. Grayscale: #1C1C1C. Windows color (decimal): -16773701 or 12258560. OLE color: 12258560.
HSL color Cylindrical-coordinate representation of color #000DBB: hue angle of 235.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DBB is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 13 | 187 | - |
| CMYK | 1 | 0.93 | 0 | 0.27 |
| HSL | 235.83º | 1% | 0.37% | - |
| HSV(B) | 235.83º | 1% | 0.73% | - |
| XYZ | 9.11 | 3.88 | 47.28 | - |
| YUV | 28.95 | 217.19 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 187 | 1 | 0.93 | 0 | 0.27 | 235.83 | 1 | 0.37 |
| Hex | 0 | D | BB | 64 | 5D | 0 | 1B | EC | 64 | 25 |
| Octal | 0 | 15 | 273 | 144 | 135 | 0 | 33 | 354 | 144 | 45 |
| Binary | 0 | 1101 | 10111011 | 1100100 | 1011101 | 0 | 11011 | 11101100 | 1100100 | 100101 |
Color Harmonies of #000DBB
Complementary color
Monochromatic Colors of #000DBB
Black with #000DBB
Text Example
Text Example
White with #000DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DBB; }
p { color: rgb(0,13,187); }
H1.HeaderClassName
{
color: #000DBB;
}
.AnyTagClassName
{
color: #000DBB;
}
</style>
background-color css
<style>
a { background-color: #000DBB; }
a { background-color: rgb(0,13,187); }
div.DivClassName
{
background-color: #000DBB;
}
.BgClassName
{
background-color: #000DBB;
}
</style>
border-color css
<style>
span { border-color: #000DBB; }
span { border-color: rgb(0,13,187); }
td.TdClassName
{
border-color: #000DBB;
}
.TagClassName
{
border-color: #000DBB;
}
</style>