Shades of Medium Blue #0013D9
Tints of Medium Blue #0013D9
RGB
CMYK
RGB Variations
Color information
#0013D9 (or 0x0013D9) is known color: Medium Blue. HEX triplet: 00, 13 and D9. RGB value is (0,19,217). Sum of RGB (Red+Green+Blue) = 0+19+217=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 217 (85.16% from 255 or 91.95% from 236); Max value from RGB is 217 - color contains mainly: blue. Hex color #0013D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013D9 is #FFEC26. Grayscale: #232323. Windows color (decimal): -16772135 or 14226176. OLE color: 14226176.
HSL color Cylindrical-coordinate representation of color #0013D9: hue angle of 234.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013D9 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 19 | 217 | - |
| CMYK | 1 | 0.91 | 0 | 0.15 |
| HSL | 234.75º | 1% | 0.43% | - |
| HSV(B) | 234.75º | 1% | 0.85% | - |
| XYZ | 12.76 | 5.48 | 66.03 | - |
| YUV | 35.89 | 230.21 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 217 | 1 | 0.91 | 0 | 0.15 | 234.75 | 1 | 0.43 |
| Hex | 0 | 13 | D9 | 64 | 5B | 0 | F | EB | 64 | 2B |
| Octal | 0 | 23 | 331 | 144 | 133 | 0 | 17 | 353 | 144 | 53 |
| Binary | 0 | 10011 | 11011001 | 1100100 | 1011011 | 0 | 1111 | 11101011 | 1100100 | 101011 |
Color Harmonies of #0013D9
Complementary color
Monochromatic Colors of #0013D9
Black with #0013D9
Text Example
Text Example
White with #0013D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013D9; }
p { color: rgb(0,19,217); }
H1.HeaderClassName
{
color: #0013D9;
}
.AnyTagClassName
{
color: #0013D9;
}
</style>
background-color css
<style>
a { background-color: #0013D9; }
a { background-color: rgb(0,19,217); }
div.DivClassName
{
background-color: #0013D9;
}
.BgClassName
{
background-color: #0013D9;
}
</style>
border-color css
<style>
span { border-color: #0013D9; }
span { border-color: rgb(0,19,217); }
td.TdClassName
{
border-color: #0013D9;
}
.TagClassName
{
border-color: #0013D9;
}
</style>