Shades of Medium Blue #0D16DC
Tints of Medium Blue #0D16DC
RGB
CMYK
RGB Variations
Color information
#0D16DC (or 0x0D16DC) is known color: Medium Blue. HEX triplet: 0D, 16 and DC. RGB value is (13,22,220). Sum of RGB (Red+Green+Blue) = 13+22+220=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D16DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D16DC is #F2E923. Grayscale: #292929. Windows color (decimal): -15919396 or 14423565. OLE color: 14423565.
HSL color Cylindrical-coordinate representation of color #0D16DC: hue angle of 237.39º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D16DC is Cyan = 0.94, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 22 | 220 | - |
| CMYK | 0.94 | 0.9 | 0 | 0.14 |
| HSL | 237.39º | 0.89% | 0.46% | - |
| HSV(B) | 237.39º | 0.94% | 0.86% | - |
| XYZ | 13.37 | 5.83 | 68.13 | - |
| YUV | 41.88 | 228.52 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 220 | 0.94 | 0.9 | 0 | 0.14 | 237.39 | 0.89 | 0.46 |
| Hex | D | 16 | DC | 5E | 5A | 0 | E | ED | 59 | 2E |
| Octal | 15 | 26 | 334 | 136 | 132 | 0 | 16 | 355 | 131 | 56 |
| Binary | 1101 | 10110 | 11011100 | 1011110 | 1011010 | 0 | 1110 | 11101101 | 1011001 | 101110 |
Color Harmonies of #0D16DC
Complementary color
Monochromatic Colors of #0D16DC
Black with #0D16DC
Text Example
Text Example
White with #0D16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D16DC; }
p { color: rgb(13,22,220); }
H1.HeaderClassName
{
color: #0D16DC;
}
.AnyTagClassName
{
color: #0D16DC;
}
</style>
background-color css
<style>
a { background-color: #0D16DC; }
a { background-color: rgb(13,22,220); }
div.DivClassName
{
background-color: #0D16DC;
}
.BgClassName
{
background-color: #0D16DC;
}
</style>
border-color css
<style>
span { border-color: #0D16DC; }
span { border-color: rgb(13,22,220); }
td.TdClassName
{
border-color: #0D16DC;
}
.TagClassName
{
border-color: #0D16DC;
}
</style>