Shades of Medium Blue #0D06BF
Tints of Medium Blue #0D06BF
RGB
CMYK
RGB Variations
Color information
#0D06BF (or 0x0D06BF) is known color: Medium Blue. HEX triplet: 0D, 06 and BF. RGB value is (13,6,191). Sum of RGB (Red+Green+Blue) = 13+6+191=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 191 (75% from 255 or 90.95% from 210); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D06BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D06BF is #F2F940. Grayscale: #1C1C1C. Windows color (decimal): -15923521 or 12518925. OLE color: 12518925.
HSL color Cylindrical-coordinate representation of color #0D06BF: hue angle of 242.27º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06BF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 6 | 191 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.25 |
| HSL | 242.27º | 0.94% | 0.39% | - |
| HSV(B) | 242.27º | 0.97% | 0.75% | - |
| XYZ | 9.64 | 3.98 | 49.55 | - |
| YUV | 29.18 | 219.32 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 191 | 0.93 | 0.97 | 0 | 0.25 | 242.27 | 0.94 | 0.39 |
| Hex | D | 6 | BF | 5D | 61 | 0 | 19 | F2 | 5E | 27 |
| Octal | 15 | 6 | 277 | 135 | 141 | 0 | 31 | 362 | 136 | 47 |
| Binary | 1101 | 110 | 10111111 | 1011101 | 1100001 | 0 | 11001 | 11110010 | 1011110 | 100111 |
Color Harmonies of #0D06BF
Complementary color
Monochromatic Colors of #0D06BF
Black with #0D06BF
Text Example
Text Example
White with #0D06BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06BF; }
p { color: rgb(13,6,191); }
H1.HeaderClassName
{
color: #0D06BF;
}
.AnyTagClassName
{
color: #0D06BF;
}
</style>
background-color css
<style>
a { background-color: #0D06BF; }
a { background-color: rgb(13,6,191); }
div.DivClassName
{
background-color: #0D06BF;
}
.BgClassName
{
background-color: #0D06BF;
}
</style>
border-color css
<style>
span { border-color: #0D06BF; }
span { border-color: rgb(13,6,191); }
td.TdClassName
{
border-color: #0D06BF;
}
.TagClassName
{
border-color: #0D06BF;
}
</style>