Shades of Medium Blue #000DC9
Tints of Medium Blue #000DC9
RGB
CMYK
RGB Variations
Color information
#000DC9 (or 0x000DC9) is known color: Medium Blue. HEX triplet: 00, 0D and C9. RGB value is (0,13,201). Sum of RGB (Red+Green+Blue) = 0+13+201=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 201 (78.91% from 255 or 93.93% from 214); Max value from RGB is 201 - color contains mainly: blue. Hex color #000DC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DC9 is #FFF236. Grayscale: #1D1D1D. Windows color (decimal): -16773687 or 13176064. OLE color: 13176064.
HSL color Cylindrical-coordinate representation of color #000DC9: hue angle of 236.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DC9 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 13 | 201 | - |
| CMYK | 1 | 0.94 | 0 | 0.21 |
| HSL | 236.12º | 1% | 0.39% | - |
| HSV(B) | 236.12º | 1% | 0.79% | - |
| XYZ | 10.69 | 4.5 | 55.56 | - |
| YUV | 30.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 201 | 1 | 0.94 | 0 | 0.21 | 236.12 | 1 | 0.39 |
| Hex | 0 | D | C9 | 64 | 5E | 0 | 15 | EC | 64 | 27 |
| Octal | 0 | 15 | 311 | 144 | 136 | 0 | 25 | 354 | 144 | 47 |
| Binary | 0 | 1101 | 11001001 | 1100100 | 1011110 | 0 | 10101 | 11101100 | 1100100 | 100111 |
Color Harmonies of #000DC9
Complementary color
Monochromatic Colors of #000DC9
Black with #000DC9
Text Example
Text Example
White with #000DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DC9; }
p { color: rgb(0,13,201); }
H1.HeaderClassName
{
color: #000DC9;
}
.AnyTagClassName
{
color: #000DC9;
}
</style>
background-color css
<style>
a { background-color: #000DC9; }
a { background-color: rgb(0,13,201); }
div.DivClassName
{
background-color: #000DC9;
}
.BgClassName
{
background-color: #000DC9;
}
</style>
border-color css
<style>
span { border-color: #000DC9; }
span { border-color: rgb(0,13,201); }
td.TdClassName
{
border-color: #000DC9;
}
.TagClassName
{
border-color: #000DC9;
}
</style>