Shades of Medium Blue #0D06BC
Tints of Medium Blue #0D06BC
RGB
CMYK
RGB Variations
Color information
#0D06BC (or 0x0D06BC) is known color: Medium Blue. HEX triplet: 0D, 06 and BC. RGB value is (13,6,188). Sum of RGB (Red+Green+Blue) = 13+6+188=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D06BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D06BC is #F2F943. Grayscale: #1C1C1C. Windows color (decimal): -15923524 or 12322317. OLE color: 12322317.
HSL color Cylindrical-coordinate representation of color #0D06BC: hue angle of 242.31º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06BC is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 6 | 188 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.26 |
| HSL | 242.31º | 0.94% | 0.38% | - |
| HSV(B) | 242.31º | 0.97% | 0.74% | - |
| XYZ | 9.31 | 3.85 | 47.83 | - |
| YUV | 28.84 | 217.82 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 188 | 0.93 | 0.97 | 0 | 0.26 | 242.31 | 0.94 | 0.38 |
| Hex | D | 6 | BC | 5D | 61 | 0 | 1A | F2 | 5E | 26 |
| Octal | 15 | 6 | 274 | 135 | 141 | 0 | 32 | 362 | 136 | 46 |
| Binary | 1101 | 110 | 10111100 | 1011101 | 1100001 | 0 | 11010 | 11110010 | 1011110 | 100110 |
Color Harmonies of #0D06BC
Complementary color
Monochromatic Colors of #0D06BC
Black with #0D06BC
Text Example
Text Example
White with #0D06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06BC; }
p { color: rgb(13,6,188); }
H1.HeaderClassName
{
color: #0D06BC;
}
.AnyTagClassName
{
color: #0D06BC;
}
</style>
background-color css
<style>
a { background-color: #0D06BC; }
a { background-color: rgb(13,6,188); }
div.DivClassName
{
background-color: #0D06BC;
}
.BgClassName
{
background-color: #0D06BC;
}
</style>
border-color css
<style>
span { border-color: #0D06BC; }
span { border-color: rgb(13,6,188); }
td.TdClassName
{
border-color: #0D06BC;
}
.TagClassName
{
border-color: #0D06BC;
}
</style>