Shades of Medium Blue #0015D9
Tints of Medium Blue #0015D9
RGB
CMYK
RGB Variations
Color information
#0015D9 (or 0x0015D9) is known color: Medium Blue. HEX triplet: 00, 15 and D9. RGB value is (0,21,217). Sum of RGB (Red+Green+Blue) = 0+21+217=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 217 (85.16% from 255 or 91.18% from 238); Max value from RGB is 217 - color contains mainly: blue. Hex color #0015D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015D9 is #FFEA26. Grayscale: #242424. Windows color (decimal): -16771623 or 14226688. OLE color: 14226688.
HSL color Cylindrical-coordinate representation of color #0015D9: hue angle of 234.19º 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 #0015D9 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 21 | 217 | - |
| CMYK | 1 | 0.90 | 0 | 0.15 |
| HSL | 234.19º | 1% | 0.43% | - |
| HSV(B) | 234.19º | 1% | 0.85% | - |
| XYZ | 12.79 | 5.55 | 66.04 | - |
| YUV | 37.07 | 229.54 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 217 | 1 | 0.90 | 0 | 0.15 | 234.19 | 1 | 0.43 |
| Hex | 0 | 15 | D9 | 64 | 5A | 0 | F | EA | 64 | 2B |
| Octal | 0 | 25 | 331 | 144 | 132 | 0 | 17 | 352 | 144 | 53 |
| Binary | 0 | 10101 | 11011001 | 1100100 | 1011010 | 0 | 1111 | 11101010 | 1100100 | 101011 |
Color Harmonies of #0015D9
Complementary color
Monochromatic Colors of #0015D9
Black with #0015D9
Text Example
Text Example
White with #0015D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0015D9; }
p { color: rgb(0,21,217); }
H1.HeaderClassName
{
color: #0015D9;
}
.AnyTagClassName
{
color: #0015D9;
}
</style>
background-color css
<style>
a { background-color: #0015D9; }
a { background-color: rgb(0,21,217); }
div.DivClassName
{
background-color: #0015D9;
}
.BgClassName
{
background-color: #0015D9;
}
</style>
border-color css
<style>
span { border-color: #0015D9; }
span { border-color: rgb(0,21,217); }
td.TdClassName
{
border-color: #0015D9;
}
.TagClassName
{
border-color: #0015D9;
}
</style>