Shades of Navy Blue #0650D9
Tints of Navy Blue #0650D9
RGB
CMYK
RGB Variations
Color information
#0650D9 (or 0x0650D9) is known color: Navy Blue. HEX triplet: 06, 50 and D9. RGB value is (6,80,217). Sum of RGB (Red+Green+Blue) = 6+80+217=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #0650D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650D9 is #F9AF26. Grayscale: #484848. Windows color (decimal): -16363303 or 14241798. OLE color: 14241798.
HSL color Cylindrical-coordinate representation of color #0650D9: hue angle of 218.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650D9 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 80 | 217 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.15 |
| HSL | 218.96º | 0.95% | 0.44% | - |
| HSV(B) | 218.96º | 0.97% | 0.85% | - |
| XYZ | 15.47 | 10.79 | 66.91 | - |
| YUV | 73.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 217 | 0.97 | 0.63 | 0 | 0.15 | 218.96 | 0.95 | 0.44 |
| Hex | 6 | 50 | D9 | 61 | 3F | 0 | F | DB | 5F | 2C |
| Octal | 6 | 120 | 331 | 141 | 77 | 0 | 17 | 333 | 137 | 54 |
| Binary | 110 | 1010000 | 11011001 | 1100001 | 111111 | 0 | 1111 | 11011011 | 1011111 | 101100 |
Color Harmonies of #0650D9
Complementary color
Monochromatic Colors of #0650D9
Black with #0650D9
Text Example
Text Example
White with #0650D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650D9; }
p { color: rgb(6,80,217); }
H1.HeaderClassName
{
color: #0650D9;
}
.AnyTagClassName
{
color: #0650D9;
}
</style>
background-color css
<style>
a { background-color: #0650D9; }
a { background-color: rgb(6,80,217); }
div.DivClassName
{
background-color: #0650D9;
}
.BgClassName
{
background-color: #0650D9;
}
</style>
border-color css
<style>
span { border-color: #0650D9; }
span { border-color: rgb(6,80,217); }
td.TdClassName
{
border-color: #0650D9;
}
.TagClassName
{
border-color: #0650D9;
}
</style>