Shades of Medium Blue #0D00CF
Tints of Medium Blue #0D00CF
RGB
CMYK
RGB Variations
Color information
#0D00CF (or 0x0D00CF) is known color: Medium Blue. HEX triplet: 0D, 00 and CF. RGB value is (13,0,207). Sum of RGB (Red+Green+Blue) = 13+0+207=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 207 (81.25% from 255 or 94.09% from 220); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D00CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00CF is #F2FF30. Grayscale: #1A1A1A. Windows color (decimal): -15925041 or 13565965. OLE color: 13565965.
HSL color Cylindrical-coordinate representation of color #0D00CF: hue angle of 243.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D00CF is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 0 | 207 | - |
| CMYK | 0.94 | 1 | 0 | 0.19 |
| HSL | 243.77º | 1% | 0.41% | - |
| HSV(B) | 243.77º | 1% | 0.81% | - |
| XYZ | 11.43 | 4.59 | 59.32 | - |
| YUV | 27.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 207 | 0.94 | 1 | 0 | 0.19 | 243.77 | 1 | 0.41 |
| Hex | D | 0 | CF | 5E | 64 | 0 | 13 | F4 | 64 | 29 |
| Octal | 15 | 0 | 317 | 136 | 144 | 0 | 23 | 364 | 144 | 51 |
| Binary | 1101 | 0 | 11001111 | 1011110 | 1100100 | 0 | 10011 | 11110100 | 1100100 | 101001 |
Color Harmonies of #0D00CF
Complementary color
Monochromatic Colors of #0D00CF
Black with #0D00CF
Text Example
Text Example
White with #0D00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D00CF; }
p { color: rgb(13,0,207); }
H1.HeaderClassName
{
color: #0D00CF;
}
.AnyTagClassName
{
color: #0D00CF;
}
</style>
background-color css
<style>
a { background-color: #0D00CF; }
a { background-color: rgb(13,0,207); }
div.DivClassName
{
background-color: #0D00CF;
}
.BgClassName
{
background-color: #0D00CF;
}
</style>
border-color css
<style>
span { border-color: #0D00CF; }
span { border-color: rgb(13,0,207); }
td.TdClassName
{
border-color: #0D00CF;
}
.TagClassName
{
border-color: #0D00CF;
}
</style>