Shades of Medium Blue #0D00DF
Tints of Medium Blue #0D00DF
RGB
CMYK
RGB Variations
Color information
#0D00DF (or 0x0D00DF) is known color: Medium Blue. HEX triplet: 0D, 00 and DF. RGB value is (13,0,223). Sum of RGB (Red+Green+Blue) = 13+0+223=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 223 (87.5% from 255 or 94.49% from 236); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D00DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00DF is #F2FF20. Grayscale: #1C1C1C. Windows color (decimal): -15925025 or 14614541. OLE color: 14614541.
HSL color Cylindrical-coordinate representation of color #0D00DF: hue angle of 243.5º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D00DF is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 0 | 223 | - |
| CMYK | 0.94 | 1 | 0 | 0.13 |
| HSL | 243.5º | 1% | 0.44% | - |
| HSV(B) | 243.5º | 1% | 0.87% | - |
| XYZ | 13.49 | 5.41 | 70.15 | - |
| YUV | 29.31 | 237.31 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 223 | 0.94 | 1 | 0 | 0.13 | 243.5 | 1 | 0.44 |
| Hex | D | 0 | DF | 5E | 64 | 0 | D | F3 | 64 | 2C |
| Octal | 15 | 0 | 337 | 136 | 144 | 0 | 15 | 363 | 144 | 54 |
| Binary | 1101 | 0 | 11011111 | 1011110 | 1100100 | 0 | 1101 | 11110011 | 1100100 | 101100 |
Color Harmonies of #0D00DF
Complementary color
Monochromatic Colors of #0D00DF
Black with #0D00DF
Text Example
Text Example
White with #0D00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D00DF; }
p { color: rgb(13,0,223); }
H1.HeaderClassName
{
color: #0D00DF;
}
.AnyTagClassName
{
color: #0D00DF;
}
</style>
background-color css
<style>
a { background-color: #0D00DF; }
a { background-color: rgb(13,0,223); }
div.DivClassName
{
background-color: #0D00DF;
}
.BgClassName
{
background-color: #0D00DF;
}
</style>
border-color css
<style>
span { border-color: #0D00DF; }
span { border-color: rgb(13,0,223); }
td.TdClassName
{
border-color: #0D00DF;
}
.TagClassName
{
border-color: #0D00DF;
}
</style>