Shades of Medium Blue #0D00DE
Tints of Medium Blue #0D00DE
RGB
CMYK
RGB Variations
Color information
#0D00DE (or 0x0D00DE) is known color: Medium Blue. HEX triplet: 0D, 00 and DE. RGB value is (13,0,222). Sum of RGB (Red+Green+Blue) = 13+0+222=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D00DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00DE is #F2FF21. Grayscale: #1C1C1C. Windows color (decimal): -15925026 or 14549005. OLE color: 14549005.
HSL color Cylindrical-coordinate representation of color #0D00DE: hue angle of 243.51º 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 #0D00DE is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 0 | 222 | - |
| CMYK | 0.94 | 1 | 0 | 0.13 |
| HSL | 243.51º | 1% | 0.44% | - |
| HSV(B) | 243.51º | 1% | 0.87% | - |
| XYZ | 13.35 | 5.36 | 69.44 | - |
| YUV | 29.2 | 236.81 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 222 | 0.94 | 1 | 0 | 0.13 | 243.51 | 1 | 0.44 |
| Hex | D | 0 | DE | 5E | 64 | 0 | D | F4 | 64 | 2C |
| Octal | 15 | 0 | 336 | 136 | 144 | 0 | 15 | 364 | 144 | 54 |
| Binary | 1101 | 0 | 11011110 | 1011110 | 1100100 | 0 | 1101 | 11110100 | 1100100 | 101100 |
Color Harmonies of #0D00DE
Complementary color
Monochromatic Colors of #0D00DE
Black with #0D00DE
Text Example
Text Example
White with #0D00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D00DE; }
p { color: rgb(13,0,222); }
H1.HeaderClassName
{
color: #0D00DE;
}
.AnyTagClassName
{
color: #0D00DE;
}
</style>
background-color css
<style>
a { background-color: #0D00DE; }
a { background-color: rgb(13,0,222); }
div.DivClassName
{
background-color: #0D00DE;
}
.BgClassName
{
background-color: #0D00DE;
}
</style>
border-color css
<style>
span { border-color: #0D00DE; }
span { border-color: rgb(13,0,222); }
td.TdClassName
{
border-color: #0D00DE;
}
.TagClassName
{
border-color: #0D00DE;
}
</style>