Shades of Medium Blue #0D02B9
Tints of Medium Blue #0D02B9
RGB
CMYK
RGB Variations
Color information
#0D02B9 (or 0x0D02B9) is known color: Medium Blue. HEX triplet: 0D, 02 and B9. RGB value is (13,2,185). Sum of RGB (Red+Green+Blue) = 13+2+185=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 185 (72.66% from 255 or 92.5% from 200); Max value from RGB is 185 - color contains mainly: blue. Hex color #0D02B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02B9 is #F2FD46. Grayscale: #191919. Windows color (decimal): -15924551 or 12124685. OLE color: 12124685.
HSL color Cylindrical-coordinate representation of color #0D02B9: hue angle of 243.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02B9 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 2 | 185 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.27 |
| HSL | 243.61º | 0.98% | 0.37% | - |
| HSV(B) | 243.61º | 0.99% | 0.73% | - |
| XYZ | 8.94 | 3.63 | 46.13 | - |
| YUV | 26.15 | 217.64 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 185 | 0.93 | 0.99 | 0 | 0.27 | 243.61 | 0.98 | 0.37 |
| Hex | D | 2 | B9 | 5D | 63 | 0 | 1B | F4 | 62 | 25 |
| Octal | 15 | 2 | 271 | 135 | 143 | 0 | 33 | 364 | 142 | 45 |
| Binary | 1101 | 10 | 10111001 | 1011101 | 1100011 | 0 | 11011 | 11110100 | 1100010 | 100101 |
Color Harmonies of #0D02B9
Complementary color
Monochromatic Colors of #0D02B9
Black with #0D02B9
Text Example
Text Example
White with #0D02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D02B9; }
p { color: rgb(13,2,185); }
H1.HeaderClassName
{
color: #0D02B9;
}
.AnyTagClassName
{
color: #0D02B9;
}
</style>
background-color css
<style>
a { background-color: #0D02B9; }
a { background-color: rgb(13,2,185); }
div.DivClassName
{
background-color: #0D02B9;
}
.BgClassName
{
background-color: #0D02B9;
}
</style>
border-color css
<style>
span { border-color: #0D02B9; }
span { border-color: rgb(13,2,185); }
td.TdClassName
{
border-color: #0D02B9;
}
.TagClassName
{
border-color: #0D02B9;
}
</style>