Shades of Medium Blue #0D07CB
Tints of Medium Blue #0D07CB
RGB
CMYK
RGB Variations
Color information
#0D07CB (or 0x0D07CB) is known color: Medium Blue. HEX triplet: 0D, 07 and CB. RGB value is (13,7,203). Sum of RGB (Red+Green+Blue) = 13+7+203=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 203 (79.69% from 255 or 91.03% from 223); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D07CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D07CB is #F2F834. Grayscale: #1E1E1E. Windows color (decimal): -15923253 or 13305613. OLE color: 13305613.
HSL color Cylindrical-coordinate representation of color #0D07CB: hue angle of 241.84º degrees, saturation: 0.93, 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 #0D07CB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 7 | 203 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.20 |
| HSL | 241.84º | 0.93% | 0.41% | - |
| HSV(B) | 241.84º | 0.97% | 0.8% | - |
| XYZ | 11.02 | 4.55 | 56.8 | - |
| YUV | 31.14 | 224.99 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 203 | 0.94 | 0.97 | 0 | 0.20 | 241.84 | 0.93 | 0.41 |
| Hex | D | 7 | CB | 5E | 61 | 0 | 14 | F2 | 5D | 29 |
| Octal | 15 | 7 | 313 | 136 | 141 | 0 | 24 | 362 | 135 | 51 |
| Binary | 1101 | 111 | 11001011 | 1011110 | 1100001 | 0 | 10100 | 11110010 | 1011101 | 101001 |
Color Harmonies of #0D07CB
Complementary color
Monochromatic Colors of #0D07CB
Black with #0D07CB
Text Example
Text Example
White with #0D07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D07CB; }
p { color: rgb(13,7,203); }
H1.HeaderClassName
{
color: #0D07CB;
}
.AnyTagClassName
{
color: #0D07CB;
}
</style>
background-color css
<style>
a { background-color: #0D07CB; }
a { background-color: rgb(13,7,203); }
div.DivClassName
{
background-color: #0D07CB;
}
.BgClassName
{
background-color: #0D07CB;
}
</style>
border-color css
<style>
span { border-color: #0D07CB; }
span { border-color: rgb(13,7,203); }
td.TdClassName
{
border-color: #0D07CB;
}
.TagClassName
{
border-color: #0D07CB;
}
</style>