Shades of Medium Blue #000DC3
Tints of Medium Blue #000DC3
RGB
CMYK
RGB Variations
Color information
#000DC3 (or 0x000DC3) is known color: Medium Blue. HEX triplet: 00, 0D and C3. RGB value is (0,13,195). Sum of RGB (Red+Green+Blue) = 0+13+195=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 195 (76.56% from 255 or 93.75% from 208); Max value from RGB is 195 - color contains mainly: blue. Hex color #000DC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DC3 is #FFF23C. Grayscale: #1D1D1D. Windows color (decimal): -16773693 or 12782848. OLE color: 12782848.
HSL color Cylindrical-coordinate representation of color #000DC3: hue angle of 236º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DC3 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 13 | 195 | - |
| CMYK | 1 | 0.93 | 0 | 0.24 |
| HSL | 236º | 1% | 0.38% | - |
| HSV(B) | 236º | 1% | 0.76% | - |
| XYZ | 9.99 | 4.23 | 51.92 | - |
| YUV | 29.86 | 221.19 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 195 | 1 | 0.93 | 0 | 0.24 | 236 | 1 | 0.38 |
| Hex | 0 | D | C3 | 64 | 5D | 0 | 18 | EC | 64 | 26 |
| Octal | 0 | 15 | 303 | 144 | 135 | 0 | 30 | 354 | 144 | 46 |
| Binary | 0 | 1101 | 11000011 | 1100100 | 1011101 | 0 | 11000 | 11101100 | 1100100 | 100110 |
Color Harmonies of #000DC3
Complementary color
Monochromatic Colors of #000DC3
Black with #000DC3
Text Example
Text Example
White with #000DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DC3; }
p { color: rgb(0,13,195); }
H1.HeaderClassName
{
color: #000DC3;
}
.AnyTagClassName
{
color: #000DC3;
}
</style>
background-color css
<style>
a { background-color: #000DC3; }
a { background-color: rgb(0,13,195); }
div.DivClassName
{
background-color: #000DC3;
}
.BgClassName
{
background-color: #000DC3;
}
</style>
border-color css
<style>
span { border-color: #000DC3; }
span { border-color: rgb(0,13,195); }
td.TdClassName
{
border-color: #000DC3;
}
.TagClassName
{
border-color: #000DC3;
}
</style>