Shades of Medium Blue #0D10CB
Tints of Medium Blue #0D10CB
RGB
CMYK
RGB Variations
Color information
#0D10CB (or 0x0D10CB) is known color: Medium Blue. HEX triplet: 0D, 10 and CB. RGB value is (13,16,203). Sum of RGB (Red+Green+Blue) = 13+16+203=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D10CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D10CB is #F2EF34. Grayscale: #232323. Windows color (decimal): -15920949 or 13307917. OLE color: 13307917.
HSL color Cylindrical-coordinate representation of color #0D10CB: hue angle of 239.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D10CB is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 16 | 203 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.20 |
| HSL | 239.05º | 0.88% | 0.42% | - |
| HSV(B) | 239.05º | 0.94% | 0.8% | - |
| XYZ | 11.13 | 4.77 | 56.83 | - |
| YUV | 36.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 203 | 0.94 | 0.92 | 0 | 0.20 | 239.05 | 0.88 | 0.42 |
| Hex | D | 10 | CB | 5E | 5C | 0 | 14 | EF | 58 | 2A |
| Octal | 15 | 20 | 313 | 136 | 134 | 0 | 24 | 357 | 130 | 52 |
| Binary | 1101 | 10000 | 11001011 | 1011110 | 1011100 | 0 | 10100 | 11101111 | 1011000 | 101010 |
Color Harmonies of #0D10CB
Complementary color
Monochromatic Colors of #0D10CB
Black with #0D10CB
Text Example
Text Example
White with #0D10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D10CB; }
p { color: rgb(13,16,203); }
H1.HeaderClassName
{
color: #0D10CB;
}
.AnyTagClassName
{
color: #0D10CB;
}
</style>
background-color css
<style>
a { background-color: #0D10CB; }
a { background-color: rgb(13,16,203); }
div.DivClassName
{
background-color: #0D10CB;
}
.BgClassName
{
background-color: #0D10CB;
}
</style>
border-color css
<style>
span { border-color: #0D10CB; }
span { border-color: rgb(13,16,203); }
td.TdClassName
{
border-color: #0D10CB;
}
.TagClassName
{
border-color: #0D10CB;
}
</style>