Shades of Medium Blue #0D1DC6
Tints of Medium Blue #0D1DC6
RGB
CMYK
RGB Variations
Color information
#0D1DC6 (or 0x0D1DC6) is known color: Medium Blue. HEX triplet: 0D, 1D and C6. RGB value is (13,29,198). Sum of RGB (Red+Green+Blue) = 13+29+198=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 198 (77.73% from 255 or 82.5% from 240); Max value from RGB is 198 - color contains mainly: blue. Hex color #0D1DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1DC6 is #F2E239. Grayscale: #2A2A2A. Windows color (decimal): -15917626 or 12983565. OLE color: 12983565.
HSL color Cylindrical-coordinate representation of color #0D1DC6: hue angle of 234.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1DC6 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 29 | 198 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.22 |
| HSL | 234.81º | 0.88% | 0.41% | - |
| HSV(B) | 234.81º | 0.93% | 0.78% | - |
| XYZ | 10.8 | 5.04 | 53.83 | - |
| YUV | 43.48 | 215.2 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 198 | 0.93 | 0.85 | 0 | 0.22 | 234.81 | 0.88 | 0.41 |
| Hex | D | 1D | C6 | 5D | 55 | 0 | 16 | EB | 58 | 29 |
| Octal | 15 | 35 | 306 | 135 | 125 | 0 | 26 | 353 | 130 | 51 |
| Binary | 1101 | 11101 | 11000110 | 1011101 | 1010101 | 0 | 10110 | 11101011 | 1011000 | 101001 |
Color Harmonies of #0D1DC6
Complementary color
Monochromatic Colors of #0D1DC6
Black with #0D1DC6
Text Example
Text Example
White with #0D1DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1DC6; }
p { color: rgb(13,29,198); }
H1.HeaderClassName
{
color: #0D1DC6;
}
.AnyTagClassName
{
color: #0D1DC6;
}
</style>
background-color css
<style>
a { background-color: #0D1DC6; }
a { background-color: rgb(13,29,198); }
div.DivClassName
{
background-color: #0D1DC6;
}
.BgClassName
{
background-color: #0D1DC6;
}
</style>
border-color css
<style>
span { border-color: #0D1DC6; }
span { border-color: rgb(13,29,198); }
td.TdClassName
{
border-color: #0D1DC6;
}
.TagClassName
{
border-color: #0D1DC6;
}
</style>