Shades of Medium Blue #0D1FD5
Tints of Medium Blue #0D1FD5
RGB
CMYK
RGB Variations
Color information
#0D1FD5 (or 0x0D1FD5) is known color: Medium Blue. HEX triplet: 0D, 1F and D5. RGB value is (13,31,213). Sum of RGB (Red+Green+Blue) = 13+31+213=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 213 (83.59% from 255 or 82.88% from 257); Max value from RGB is 213 - color contains mainly: blue. Hex color #0D1FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1FD5 is #F2E02A. Grayscale: #2D2D2D. Windows color (decimal): -15917099 or 13967117. OLE color: 13967117.
HSL color Cylindrical-coordinate representation of color #0D1FD5: hue angle of 234.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1FD5 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 31 | 213 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.16 |
| HSL | 234.6º | 0.88% | 0.44% | - |
| HSV(B) | 234.6º | 0.94% | 0.84% | - |
| XYZ | 12.67 | 5.87 | 63.42 | - |
| YUV | 46.37 | 222.04 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 213 | 0.94 | 0.85 | 0 | 0.16 | 234.6 | 0.88 | 0.44 |
| Hex | D | 1F | D5 | 5E | 55 | 0 | 10 | EB | 58 | 2C |
| Octal | 15 | 37 | 325 | 136 | 125 | 0 | 20 | 353 | 130 | 54 |
| Binary | 1101 | 11111 | 11010101 | 1011110 | 1010101 | 0 | 10000 | 11101011 | 1011000 | 101100 |
Color Harmonies of #0D1FD5
Complementary color
Monochromatic Colors of #0D1FD5
Black with #0D1FD5
Text Example
Text Example
White with #0D1FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1FD5; }
p { color: rgb(13,31,213); }
H1.HeaderClassName
{
color: #0D1FD5;
}
.AnyTagClassName
{
color: #0D1FD5;
}
</style>
background-color css
<style>
a { background-color: #0D1FD5; }
a { background-color: rgb(13,31,213); }
div.DivClassName
{
background-color: #0D1FD5;
}
.BgClassName
{
background-color: #0D1FD5;
}
</style>
border-color css
<style>
span { border-color: #0D1FD5; }
span { border-color: rgb(13,31,213); }
td.TdClassName
{
border-color: #0D1FD5;
}
.TagClassName
{
border-color: #0D1FD5;
}
</style>