Shades of Medium Blue #0D06CC
Tints of Medium Blue #0D06CC
RGB
CMYK
RGB Variations
Color information
#0D06CC (or 0x0D06CC) is known color: Medium Blue. HEX triplet: 0D, 06 and CC. RGB value is (13,6,204). Sum of RGB (Red+Green+Blue) = 13+6+204=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 204 (80.08% from 255 or 91.48% from 223); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D06CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D06CC is #F2F933. Grayscale: #1D1D1D. Windows color (decimal): -15923508 or 13370893. OLE color: 13370893.
HSL color Cylindrical-coordinate representation of color #0D06CC: hue angle of 242.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06CC is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 6 | 204 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.2 |
| HSL | 242.12º | 0.94% | 0.41% | - |
| HSV(B) | 242.12º | 0.97% | 0.8% | - |
| XYZ | 11.13 | 4.58 | 57.42 | - |
| YUV | 30.67 | 225.82 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 204 | 0.94 | 0.97 | 0 | 0.2 | 242.12 | 0.94 | 0.41 |
| Hex | D | 6 | CC | 5E | 61 | 0 | 14 | F2 | 5E | 29 |
| Octal | 15 | 6 | 314 | 136 | 141 | 0 | 24 | 362 | 136 | 51 |
| Binary | 1101 | 110 | 11001100 | 1011110 | 1100001 | 0 | 10100 | 11110010 | 1011110 | 101001 |
Color Harmonies of #0D06CC
Complementary color
Monochromatic Colors of #0D06CC
Black with #0D06CC
Text Example
Text Example
White with #0D06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06CC; }
p { color: rgb(13,6,204); }
H1.HeaderClassName
{
color: #0D06CC;
}
.AnyTagClassName
{
color: #0D06CC;
}
</style>
background-color css
<style>
a { background-color: #0D06CC; }
a { background-color: rgb(13,6,204); }
div.DivClassName
{
background-color: #0D06CC;
}
.BgClassName
{
background-color: #0D06CC;
}
</style>
border-color css
<style>
span { border-color: #0D06CC; }
span { border-color: rgb(13,6,204); }
td.TdClassName
{
border-color: #0D06CC;
}
.TagClassName
{
border-color: #0D06CC;
}
</style>