Shades of Medium Blue #0D04DC
Tints of Medium Blue #0D04DC
RGB
CMYK
RGB Variations
Color information
#0D04DC (or 0x0D04DC) is known color: Medium Blue. HEX triplet: 0D, 04 and DC. RGB value is (13,4,220). Sum of RGB (Red+Green+Blue) = 13+4+220=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 220 (86.33% from 255 or 92.83% from 237); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D04DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D04DC is #F2FB23. Grayscale: #1E1E1E. Windows color (decimal): -15924004 or 14418957. OLE color: 14418957.
HSL color Cylindrical-coordinate representation of color #0D04DC: hue angle of 242.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D04DC is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 4 | 220 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.14 |
| HSL | 242.5º | 0.96% | 0.44% | - |
| HSV(B) | 242.5º | 0.98% | 0.86% | - |
| XYZ | 13.13 | 5.34 | 68.05 | - |
| YUV | 31.32 | 234.48 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 220 | 0.94 | 0.98 | 0 | 0.14 | 242.5 | 0.96 | 0.44 |
| Hex | D | 4 | DC | 5E | 62 | 0 | E | F2 | 60 | 2C |
| Octal | 15 | 4 | 334 | 136 | 142 | 0 | 16 | 362 | 140 | 54 |
| Binary | 1101 | 100 | 11011100 | 1011110 | 1100010 | 0 | 1110 | 11110010 | 1100000 | 101100 |
Color Harmonies of #0D04DC
Complementary color
Monochromatic Colors of #0D04DC
Black with #0D04DC
Text Example
Text Example
White with #0D04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D04DC; }
p { color: rgb(13,4,220); }
H1.HeaderClassName
{
color: #0D04DC;
}
.AnyTagClassName
{
color: #0D04DC;
}
</style>
background-color css
<style>
a { background-color: #0D04DC; }
a { background-color: rgb(13,4,220); }
div.DivClassName
{
background-color: #0D04DC;
}
.BgClassName
{
background-color: #0D04DC;
}
</style>
border-color css
<style>
span { border-color: #0D04DC; }
span { border-color: rgb(13,4,220); }
td.TdClassName
{
border-color: #0D04DC;
}
.TagClassName
{
border-color: #0D04DC;
}
</style>