Shades of Medium Blue #000DC4
Tints of Medium Blue #000DC4
RGB
CMYK
RGB Variations
Color information
#000DC4 (or 0x000DC4) is known color: Medium Blue. HEX triplet: 00, 0D and C4. RGB value is (0,13,196). Sum of RGB (Red+Green+Blue) = 0+13+196=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 196 (76.95% from 255 or 93.78% from 209); Max value from RGB is 196 - color contains mainly: blue. Hex color #000DC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DC4 is #FFF23B. Grayscale: #1D1D1D. Windows color (decimal): -16773692 or 12848384. OLE color: 12848384.
HSL color Cylindrical-coordinate representation of color #000DC4: hue angle of 236.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DC4 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 13 | 196 | - |
| CMYK | 1 | 0.93 | 0 | 0.23 |
| HSL | 236.02º | 1% | 0.38% | - |
| HSV(B) | 236.02º | 1% | 0.77% | - |
| XYZ | 10.11 | 4.27 | 52.52 | - |
| YUV | 29.98 | 221.69 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 196 | 1 | 0.93 | 0 | 0.23 | 236.02 | 1 | 0.38 |
| Hex | 0 | D | C4 | 64 | 5D | 0 | 17 | EC | 64 | 26 |
| Octal | 0 | 15 | 304 | 144 | 135 | 0 | 27 | 354 | 144 | 46 |
| Binary | 0 | 1101 | 11000100 | 1100100 | 1011101 | 0 | 10111 | 11101100 | 1100100 | 100110 |
Color Harmonies of #000DC4
Complementary color
Monochromatic Colors of #000DC4
Black with #000DC4
Text Example
Text Example
White with #000DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DC4; }
p { color: rgb(0,13,196); }
H1.HeaderClassName
{
color: #000DC4;
}
.AnyTagClassName
{
color: #000DC4;
}
</style>
background-color css
<style>
a { background-color: #000DC4; }
a { background-color: rgb(0,13,196); }
div.DivClassName
{
background-color: #000DC4;
}
.BgClassName
{
background-color: #000DC4;
}
</style>
border-color css
<style>
span { border-color: #000DC4; }
span { border-color: rgb(0,13,196); }
td.TdClassName
{
border-color: #000DC4;
}
.TagClassName
{
border-color: #000DC4;
}
</style>