Shades of Medium Blue #0D1CC6
Tints of Medium Blue #0D1CC6
RGB
CMYK
RGB Variations
Color information
#0D1CC6 (or 0x0D1CC6) is known color: Medium Blue. HEX triplet: 0D, 1C and C6. RGB value is (13,28,198). Sum of RGB (Red+Green+Blue) = 13+28+198=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 198 (77.73% from 255 or 82.85% from 239); Max value from RGB is 198 - color contains mainly: blue. Hex color #0D1CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1CC6 is #F2E339. Grayscale: #2A2A2A. Windows color (decimal): -15917882 or 12983309. OLE color: 12983309.
HSL color Cylindrical-coordinate representation of color #0D1CC6: hue angle of 235.14º 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 #0D1CC6 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 28 | 198 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.22 |
| HSL | 235.14º | 0.88% | 0.41% | - |
| HSV(B) | 235.14º | 0.93% | 0.78% | - |
| XYZ | 10.77 | 4.99 | 53.82 | - |
| YUV | 42.9 | 215.53 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 198 | 0.93 | 0.86 | 0 | 0.22 | 235.14 | 0.88 | 0.41 |
| Hex | D | 1C | C6 | 5D | 56 | 0 | 16 | EB | 58 | 29 |
| Octal | 15 | 34 | 306 | 135 | 126 | 0 | 26 | 353 | 130 | 51 |
| Binary | 1101 | 11100 | 11000110 | 1011101 | 1010110 | 0 | 10110 | 11101011 | 1011000 | 101001 |
Color Harmonies of #0D1CC6
Complementary color
Monochromatic Colors of #0D1CC6
Black with #0D1CC6
Text Example
Text Example
White with #0D1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1CC6; }
p { color: rgb(13,28,198); }
H1.HeaderClassName
{
color: #0D1CC6;
}
.AnyTagClassName
{
color: #0D1CC6;
}
</style>
background-color css
<style>
a { background-color: #0D1CC6; }
a { background-color: rgb(13,28,198); }
div.DivClassName
{
background-color: #0D1CC6;
}
.BgClassName
{
background-color: #0D1CC6;
}
</style>
border-color css
<style>
span { border-color: #0D1CC6; }
span { border-color: rgb(13,28,198); }
td.TdClassName
{
border-color: #0D1CC6;
}
.TagClassName
{
border-color: #0D1CC6;
}
</style>