Shades of Medium Blue #000DC5
Tints of Medium Blue #000DC5
RGB
CMYK
RGB Variations
Color information
#000DC5 (or 0x000DC5) is known color: Medium Blue. HEX triplet: 00, 0D and C5. RGB value is (0,13,197). Sum of RGB (Red+Green+Blue) = 0+13+197=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 197 (77.34% from 255 or 93.81% from 210); Max value from RGB is 197 - color contains mainly: blue. Hex color #000DC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DC5 is #FFF23A. Grayscale: #1D1D1D. Windows color (decimal): -16773691 or 12913920. OLE color: 12913920.
HSL color Cylindrical-coordinate representation of color #000DC5: hue angle of 236.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DC5 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 13 | 197 | - |
| CMYK | 1 | 0.93 | 0 | 0.23 |
| HSL | 236.04º | 1% | 0.39% | - |
| HSV(B) | 236.04º | 1% | 0.77% | - |
| XYZ | 10.22 | 4.32 | 53.12 | - |
| YUV | 30.09 | 222.19 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 197 | 1 | 0.93 | 0 | 0.23 | 236.04 | 1 | 0.39 |
| Hex | 0 | D | C5 | 64 | 5D | 0 | 17 | EC | 64 | 27 |
| Octal | 0 | 15 | 305 | 144 | 135 | 0 | 27 | 354 | 144 | 47 |
| Binary | 0 | 1101 | 11000101 | 1100100 | 1011101 | 0 | 10111 | 11101100 | 1100100 | 100111 |
Color Harmonies of #000DC5
Complementary color
Monochromatic Colors of #000DC5
Black with #000DC5
Text Example
Text Example
White with #000DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DC5; }
p { color: rgb(0,13,197); }
H1.HeaderClassName
{
color: #000DC5;
}
.AnyTagClassName
{
color: #000DC5;
}
</style>
background-color css
<style>
a { background-color: #000DC5; }
a { background-color: rgb(0,13,197); }
div.DivClassName
{
background-color: #000DC5;
}
.BgClassName
{
background-color: #000DC5;
}
</style>
border-color css
<style>
span { border-color: #000DC5; }
span { border-color: rgb(0,13,197); }
td.TdClassName
{
border-color: #000DC5;
}
.TagClassName
{
border-color: #000DC5;
}
</style>